#590B6B

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

Shades of Indigo #590B6B

Tints of Indigo #590B6B

Color information

#590B6B (or 0x590B6B) is unknown color: approx Indigo. HEX triplet: 59, 0B and 6B. RGB value is (89,11,107). Sum of RGB (Red+Green+Blue) = 89+11+107=207 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.00% from 207); Green value is 11 (4.69% from 255 or 5.31% from 207); Blue value is 107 (42.19% from 255 or 51.69% from 207); Max value from RGB is 107 - color contains mainly: blue. Hex color #590B6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590B6B is #A6F494. Grayscale: #2C2C2C. Windows color (decimal): -10941589 or 7015257. OLE color: 7015257.

HSL color Cylindrical-coordinate representation of color #590B6B: hue angle of 288.75º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #590B6B is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8911107-
CMYK0.170.9000.58
HSL288.75º81.36%23.14%-
HSV(B)288.75º89.72%41.96%-
XYZ6.893.4214.21-
YUV45.27162.84159.19-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.00%
GREEN value IS 11 (4.69% from 255) = 5.31%
BLUE value IS 107 (42.19% from 255) = 51.69%
R=43.00%
G=5.31%
B=51.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal89111070.170.9000.58288.7581.3623.14
Hex59B6B115A03A1215117
Octal131131532113207244112127
Binary1011001101111010111000110110100111010100100001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,11,107); }

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

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

 a { background-color: rgb(89,11,107); }

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

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

 span { border-color: rgb(89,11,107); }

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