#590F80

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

Shades of Indigo #590F80

Tints of Indigo #590F80

Color information

#590F80 (or 0x590F80) is unknown color: approx Indigo. HEX triplet: 59, 0F and 80. RGB value is (89,15,128). Sum of RGB (Red+Green+Blue) = 89+15+128=232 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.36% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 128 (50.39% from 255 or 55.17% from 232); Max value from RGB is 128 - color contains mainly: blue. Hex color #590F80 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590F80 is #A6F07F. Grayscale: #313131. Windows color (decimal): -10940544 or 8392537. OLE color: 8392537.

HSL color Cylindrical-coordinate representation of color #590F80: hue angle of 279.29º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #590F80 is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8915128-
CMYK0.300.8800.50
HSL279.29º79.02%28.04%-
HSV(B)279.29º88.28%50.2%-
XYZ8.194.0220.77-
YUV50.01172.02155.81-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.36%
GREEN value IS 15 (6.25% from 255) = 6.47%
BLUE value IS 128 (50.39% from 255) = 55.17%
R=38.36%
G=6.47%
B=55.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal89151280.300.8800.50279.2979.0228.04
Hex59F801E580321174f1c
Octal131172003613006242711734
Binary10110011111100000001111010110000110010100010111100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,15,128); }

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

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

 a { background-color: rgb(89,15,128); }

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

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

 span { border-color: rgb(89,15,128); }

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