#59058A

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

Shades of Indigo #59058A

Tints of Indigo #59058A

Color information

#59058A (or 0x59058A) is unknown color: approx Indigo. HEX triplet: 59, 05 and 8A. RGB value is (89,5,138). Sum of RGB (Red+Green+Blue) = 89+5+138=232 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.36% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 138 (54.30% from 255 or 59.48% from 232); Max value from RGB is 138 - color contains mainly: blue. Hex color #59058A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59058A is #A6FA75. Grayscale: #2C2C2C. Windows color (decimal): -10943094 or 9045337. OLE color: 9045337.

HSL color Cylindrical-coordinate representation of color #59058A: hue angle of 277.89º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #59058A is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB895138-
CMYK0.360.9600.46
HSL277.89º93.01%28.04%-
HSV(B)277.89º96.38%54.12%-
XYZ8.764.0724.37-
YUV45.28180.33159.19-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.36%
GREEN value IS 5 (2.34% from 255) = 2.16%
BLUE value IS 138 (54.30% from 255) = 59.48%
R=38.36%
G=2.16%
B=59.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal8951380.360.9600.46277.8993.0128.04
Hex5958A246002E1165d1c
Octal13152124414005642613534
Binary10110011011000101010010011000000101110100010110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59058A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59058A; }

 p { color: rgb(89,5,138); }

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

<style>
 a { background-color: #59058A; }

 a { background-color: rgb(89,5,138); }

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

<style>
 span { border-color: #59058A; }

 span { border-color: rgb(89,5,138); }

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