#590C83

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

Shades of Indigo #590C83

Tints of Indigo #590C83

Color information

#590C83 (or 0x590C83) is unknown color: approx Indigo. HEX triplet: 59, 0C and 83. RGB value is (89,12,131). Sum of RGB (Red+Green+Blue) = 89+12+131=232 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.36% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 131 (51.56% from 255 or 56.47% from 232); Max value from RGB is 131 - color contains mainly: blue. Hex color #590C83 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590C83 is #A6F37C. Grayscale: #303030. Windows color (decimal): -10941309 or 8588377. OLE color: 8588377.

HSL color Cylindrical-coordinate representation of color #590C83: hue angle of 278.82º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #590C83 is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8912131-
CMYK0.320.9100.49
HSL278.82º83.22%28.04%-
HSV(B)278.82º90.84%51.37%-
XYZ8.354.0321.81-
YUV48.59174.51156.82-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.36%
GREEN value IS 12 (5.08% from 255) = 5.17%
BLUE value IS 131 (51.56% from 255) = 56.47%
R=38.36%
G=5.17%
B=56.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal89121310.320.9100.49278.8283.2228.04
Hex59C83205B031117531c
Octal131142034013306142712334
Binary101100111001000001110000010110110110001100010111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,12,131); }

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

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

 a { background-color: rgb(89,12,131); }

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

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

 span { border-color: rgb(89,12,131); }

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