#590C7D

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

Shades of Indigo #590C7D

Tints of Indigo #590C7D

Color information

#590C7D (or 0x590C7D) is unknown color: approx Indigo. HEX triplet: 59, 0C and 7D. RGB value is (89,12,125). Sum of RGB (Red+Green+Blue) = 89+12+125=226 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.38% from 226); Green value is 12 (5.08% from 255 or 5.31% from 226); Blue value is 125 (49.22% from 255 or 55.31% from 226); Max value from RGB is 125 - color contains mainly: blue. Hex color #590C7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590C7D is #A6F382. Grayscale: #2F2F2F. Windows color (decimal): -10941315 or 8195161. OLE color: 8195161.

HSL color Cylindrical-coordinate representation of color #590C7D: hue angle of 280.88º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #590C7D is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8912125-
CMYK0.290.9000.51
HSL280.88º82.48%26.86%-
HSV(B)280.88º90.4%49.02%-
XYZ7.953.8719.73-
YUV47.9171.51157.31-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 39.38%
GREEN value IS 12 (5.08% from 255) = 5.31%
BLUE value IS 125 (49.22% from 255) = 55.31%
R=39.38%
G=5.31%
B=55.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal89121250.290.9000.51280.8882.4826.86
Hex59C7D1D5A033119521b
Octal131141753513206343112233
Binary1011001110011111011110110110100110011100011001101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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