Html Css Color HEX #590267 Indigo

📋 copy color: '#590267'

red 89 ◦ green 2 ◦ blue 103

#590267
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #590267

Tints of Indigo #590267

RGB

 RED value IS 89 (35.16% from 255) = 45.88%

 GREEN value IS 2 (1.17% from 255) = 1.03%

 BLUE value IS 103 (40.63% from 255) = 53.09%

R = 45.88%
G = 1.03%
B = 53.09%

CMYK

 C value IS 0.14

 M value IS 0.98

 Y value IS 0

 K value IS 0.60

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#590267 (or 0x590267) is known color: Indigo. HEX triplet: 59, 02 and 67. RGB value is (89,2,103). Sum of RGB (Red+Green+Blue) = 89+2+103=194 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.88% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 103 (40.62% from 255 or 53.09% from 194); Max value from RGB is 103 - color contains mainly: blue. Hex color #590267 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590267 is #A6FD98. Grayscale: #272727. Windows color (decimal): -10943897 or 6750809. OLE color: 6750809.

HSL color Cylindrical-coordinate representation of color #590267: hue angle of 291.68º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #590267 is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 89 2 103 -
CMYK 0.14 0.98 0 0.60
HSL 291.68º 0.96% 0.21% -
HSV(B) 291.68º 0.98% 0.4% -
XYZ 6.59 3.15 13.09 -
YUV 39.53 163.82 163.29 -
System Red Green Blue C M Y K H S L
Decimal 89 2 103 0.14 0.98 0 0.60 291.68 0.96 0.21
Hex 59 2 67 E 62 0 3C 124 60 15
Octal 131 2 147 16 142 0 74 444 140 25
Binary 1011001 10 1100111 1110 1100010 0 111100 100100100 1100000 10101

Color Harmonies of #590267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590267

Black with #590267

Text Example


Text Example

White with #590267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590267; }

 p { color: rgb(89,2,103); }

 H1.HeaderClassName
 {
   color: #590267;
 }
 .AnyTagClassName
 {
   color: #590267;
 }
</style>

background-color css

<style>
 a { background-color: #590267; }

 a { background-color: rgb(89,2,103); }

 div.DivClassName
 {
   background-color: #590267;
 }
 .BgClassName
 {
   background-color: #590267;
 }
</style>

border-color css

<style>
 span { border-color: #590267; }

 span { border-color: rgb(89,2,103); }

 td.TdClassName
 {
   border-color: #590267;
 }
 .TagClassName
 {
   border-color: #590267;
 }
</style>