COLOR #590FD1

HEX: #590FD1
RGB: (89,15,209)

Renk bilgisi

#590FD1 contains mainly blue color. #590FD1 ‘ nin web güvenlik rengi #6600CC (ya da #60C) dir.

RGB renk modeli

#590FD1 color RGB value is (89,15,209).

  • kırmız ton 89;
  • yeşil ton 15;
  • mavi ton 209.
RGB:
(89,15,209)
(35%,6%,82%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 15 of 255 = 6%
B 209 of 255 = 82%

89
15
209

R + G + B ~ 41%. #590FD1 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 15 + 209 = 313 (100%)
R 89 of 313 ~ 28.43%
G 15 of 313 ~ 4.79%
B 209 of 313 ~ 66.77%

%28.43
%66.77

CMYK RENK MODELİ

#590FD1 rengi CMYK tonu (57,93,0,18).

  • camgöbeği tonu 57.42%
  • eflatun tonu 92.82%
  • sarı tonu 0.00%
  • ana renk tonu 18.04%
CMYK:
(57,93,0,18)
C57M93Y0K18 
(57%,93%,0%,18%)
(0.57/0.93/0.00/0.18)	

CMYK yüzdeleri

%57.42
%92.82
%0
%18.04

Codes

Color #590FD1 in popluar color models

590FD1
RGB8915209
HSL263°86.61%43.92%
HSB/HSV263°92.82%81.96%
CMYK57.42%92.82%0.00%
18.04%

Color #590FD1 in popluar number systems.

HEX590FD1
Decimal8915209
Binary1011001111111010001
Octal13117321

Shades and tints

Shades of #590FD1

#590FD1
(89,15,209)
#510EBE
(81,14,190)
#490DAB
(73,13,171)
#410C98
(65,12,152)
#390B85
(57,11,133)
#310A72
(49,10,114)
#29095F
(41,9,95)
#21084C
(33,8,76)
#190739
(25,7,57)
#110626
(17,6,38)
#090513
(9,5,19)
#000000
(0,0,0)

Tints of #590FD1

#590FD1
(89,15,209)
#6824D5
(104,36,213)
#7739D9
(119,57,217)
#864EDD
(134,78,221)
#9563E1
(149,99,225)
#A478E5
(164,120,229)
#B38DE9
(179,141,233)
#C2A2ED
(194,162,237)
#D1B7F1
(209,183,241)
#E0CCF5
(224,204,245)
#EFE1F9
(239,225,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #590FD1 color. Also use rgb(89,15,209) instead hex code.

Text Font Color

.myTextColor { color: #590FD1; }

<p style="color:#590FD1">This sample text font color is #590FD1.</p>

This text font color is #590FD1.


Background Color

.myBgColor { background-color: #590FD1; }

<div style="background-color:#590FD1">Inner text</div>

This div background color is #590FD1.


Border color

.myBorderColor { border: 1px solid #590FD1; }

<div style="border:3px solid #590FD1">Div</div>

This div border color is #590FD1.


Opacity

.myOpacity80 { color: #590FD1; opacity: 0.8; }

<p style="color:#590FD1;opacity:0.8;">80%</p>

Text with #590FD1 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #590FD1;}

<p style="text-shadow: 3px 3px 1px #590FD1">Text here.</p>

This text has shadow with #590FD1 color.

.textShadow {text-shadow: 3px 3px 1px #590FD1, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #590FD1, 5px 5px 20px red">Text here.</p>

This text has shadow with #590FD1 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#590FD1, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#590FD1, Direction=45, Strength=4)">Text</p>

This text has shadow with #590FD1 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #590FD1;
  -webkit-box-shadow:	1px 1px 3px 2px #590FD1;
  box-shadow:		1px 1px 3px 2px #590FD1;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #590FD1;
-webkit-box-shadow: 1px 1px 3px 2px #590FD1;
box-shadow:1px 1px 3px 2px #590FD1;">
Div content here</div>
This div box has shadow with color #590FD1.

Preview

Color preview on black background

This text has color #590FD1 on black background.


Color preview on white background

This text has color #590FD1 on white background.



Black color preview on #590FD1 background

This text has black color on #590FD1 background.


White color preview on #590FD1 background

This text has white color on #590FD1 background.