#590D70

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

Shades of Indigo #590D70

Tints of Indigo #590D70

Color information

#590D70 (or 0x590D70) is unknown color: approx Indigo. HEX triplet: 59, 0D and 70. RGB value is (89,13,112). Sum of RGB (Red+Green+Blue) = 89+13+112=214 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.59% from 214); Green value is 13 (5.47% from 255 or 6.07% from 214); Blue value is 112 (44.14% from 255 or 52.34% from 214); Max value from RGB is 112 - color contains mainly: blue. Hex color #590D70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590D70 is #A6F28F. Grayscale: #2E2E2E. Windows color (decimal): -10941072 or 7343449. OLE color: 7343449.

HSL color Cylindrical-coordinate representation of color #590D70: hue angle of 286.06º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #590D70 is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8913112-
CMYK0.210.8800.56
HSL286.06º79.2%24.51%-
HSV(B)286.06º88.39%43.92%-
XYZ7.193.5815.64-
YUV47.01164.68157.95-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.59%
GREEN value IS 13 (5.47% from 255) = 6.07%
BLUE value IS 112 (44.14% from 255) = 52.34%
R=41.59%
G=6.07%
B=52.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal89131120.210.8800.56286.0679.224.51
Hex59D70155803811e4f19
Octal131151602513007043611731
Binary1011001110111100001010110110000111000100011110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590D70; }

 p { color: rgb(89,13,112); }

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

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

 a { background-color: rgb(89,13,112); }

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

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

 span { border-color: rgb(89,13,112); }

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