#590162

Color #590162 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #590162

Tints of Indigo #590162

Color information

#590162 (or 0x590162) is unknown color: approx Indigo. HEX triplet: 59, 01 and 62. RGB value is (89,1,98). Sum of RGB (Red+Green+Blue) = 89+1+98=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 98 (38.67% from 255 or 52.13% from 188); Max value from RGB is 98 - color contains mainly: blue. Hex color #590162 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590162 is #A6FE9D. Grayscale: #262626. Windows color (decimal): -10944158 or 6422873. OLE color: 6422873.

HSL color Cylindrical-coordinate representation of color #590162: hue angle of 294.43º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #590162 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB89198-
CMYK0.090.9900.62
HSL294.43º97.98%19.41%-
HSV(B)294.43º98.98%38.43%-
XYZ6.343.0311.81-
YUV38.37161.65164.11-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.34%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 98 (38.67% from 255) = 52.13%
R=47.34%
G=0.53%
B=52.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal891980.090.9900.62294.4397.9819.41
Hex5916296303E1266213
Octal13111421114307644614223
Binary101100111100010100111000110111110100100110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590162; }

 p { color: rgb(89,1,98); }

 H1.HeaderClassName
 {
   color: #590162;
 }
 .AnyTagClassName
 {
   color: #590162;
 }
</style>
background-color css

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

 a { background-color: rgb(89,1,98); }

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

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

 span { border-color: rgb(89,1,98); }

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