#590D9C

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

Shades of Indigo #590D9C

Tints of Indigo #590D9C

Color information

#590D9C (or 0x590D9C) is unknown color: approx Indigo. HEX triplet: 59, 0D and 9C. RGB value is (89,13,156). Sum of RGB (Red+Green+Blue) = 89+13+156=258 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.50% from 258); Green value is 13 (5.47% from 255 or 5.04% from 258); Blue value is 156 (61.33% from 255 or 60.47% from 258); Max value from RGB is 156 - color contains mainly: blue. Hex color #590D9C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590D9C is #A6F263. Grayscale: #333333. Windows color (decimal): -10941028 or 10227033. OLE color: 10227033.

HSL color Cylindrical-coordinate representation of color #590D9C: hue angle of 271.89º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #590D9C is Cyan = 0.43, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8913156-
CMYK0.430.9200.39
HSL271.89º84.62%33.14%-
HSV(B)271.89º91.67%61.18%-
XYZ10.264.8131.84-
YUV52.03186.68154.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 34.50%
GREEN value IS 13 (5.47% from 255) = 5.04%
BLUE value IS 156 (61.33% from 255) = 60.47%
R=34.50%
G=5.04%
B=60.47%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal89131560.430.9200.39271.8984.6233.14
Hex59D9C2B5C0271105521
Octal131152345313404742012541
Binary1011001110110011100101011101110001001111000100001010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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