#59028F

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

Shades of Indigo #59028F

Tints of Indigo #59028F

Color information

#59028F (or 0x59028F) is unknown color: approx Indigo. HEX triplet: 59, 02 and 8F. RGB value is (89,2,143). Sum of RGB (Red+Green+Blue) = 89+2+143=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 143 (56.25% from 255 or 61.11% from 234); Max value from RGB is 143 - color contains mainly: blue. Hex color #59028F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59028F is #A6FD70. Grayscale: #2B2B2B. Windows color (decimal): -10943857 or 9372249. OLE color: 9372249.

HSL color Cylindrical-coordinate representation of color #59028F: hue angle of 277.02º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #59028F is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB892143-
CMYK0.380.9900.44
HSL277.02º97.24%28.43%-
HSV(B)277.02º98.6%56.08%-
XYZ9.14.1526.31-
YUV44.09183.82160.04-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.03%
GREEN value IS 2 (1.17% from 255) = 0.85%
BLUE value IS 143 (56.25% from 255) = 61.11%
R=38.03%
G=0.85%
B=61.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal8921430.380.9900.44277.0297.2428.43
Hex5928F266302C115611c
Octal13122174614305442514134
Binary1011001101000111110011011000110101100100010101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59028F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59028F; }

 p { color: rgb(89,2,143); }

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

<style>
 a { background-color: #59028F; }

 a { background-color: rgb(89,2,143); }

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

<style>
 span { border-color: #59028F; }

 span { border-color: rgb(89,2,143); }

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