#59028B

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

Shades of Indigo #59028B

Tints of Indigo #59028B

Color information

#59028B (or 0x59028B) is unknown color: approx Indigo. HEX triplet: 59, 02 and 8B. RGB value is (89,2,139). Sum of RGB (Red+Green+Blue) = 89+2+139=230 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.70% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 139 (54.69% from 255 or 60.43% from 230); Max value from RGB is 139 - color contains mainly: blue. Hex color #59028B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59028B is #A6FD74. Grayscale: #2B2B2B. Windows color (decimal): -10943861 or 9110105. OLE color: 9110105.

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

Color convert

RGB892139-
CMYK0.360.9900.45
HSL278.1º97.16%27.65%-
HSV(B)278.1º98.56%54.51%-
XYZ8.84.0324.74-
YUV43.63181.82160.36-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.70%
GREEN value IS 2 (1.17% from 255) = 0.87%
BLUE value IS 139 (54.69% from 255) = 60.43%
R=38.70%
G=0.87%
B=60.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal8921390.360.9900.45278.197.1627.65
Hex5928B246302D116611c
Octal13122134414305542614134
Binary1011001101000101110010011000110101101100010110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59028B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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