#590C92

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

Shades of Indigo #590C92

Tints of Indigo #590C92

Color information

#590C92 (or 0x590C92) is unknown color: approx Indigo. HEX triplet: 59, 0C and 92. RGB value is (89,12,146). Sum of RGB (Red+Green+Blue) = 89+12+146=247 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.03% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 146 (57.42% from 255 or 59.11% from 247); Max value from RGB is 146 - color contains mainly: blue. Hex color #590C92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590C92 is #A6F36D. Grayscale: #313131. Windows color (decimal): -10941294 or 9571417. OLE color: 9571417.

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

Color convert

RGB8912146-
CMYK0.390.9200.43
HSL274.48º84.81%30.98%-
HSV(B)274.48º91.78%57.25%-
XYZ9.444.4627.56-
YUV50.3182.01155.6-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.03%
GREEN value IS 12 (5.08% from 255) = 4.86%
BLUE value IS 146 (57.42% from 255) = 59.11%
R=36.03%
G=4.86%
B=59.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal89121460.390.9200.43274.4884.8130.98
Hex59C92275C02B112551f
Octal131142224713405342212537
Binary101100111001001001010011110111000101011100010010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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