#59048B

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

Shades of Indigo #59048B

Tints of Indigo #59048B

Color information

#59048B (or 0x59048B) is unknown color: approx Indigo. HEX triplet: 59, 04 and 8B. RGB value is (89,4,139). Sum of RGB (Red+Green+Blue) = 89+4+139=232 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.36% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 139 (54.69% from 255 or 59.91% from 232); Max value from RGB is 139 - color contains mainly: blue. Hex color #59048B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59048B is #A6FB74. Grayscale: #2C2C2C. Windows color (decimal): -10943349 or 9110617. OLE color: 9110617.

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

Color convert

RGB894139-
CMYK0.360.9700.45
HSL277.78º94.41%28.04%-
HSV(B)277.78º97.12%54.51%-
XYZ8.824.0724.75-
YUV44.8181.16159.52-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.36%
GREEN value IS 4 (1.95% from 255) = 1.72%
BLUE value IS 139 (54.69% from 255) = 59.91%
R=38.36%
G=1.72%
B=59.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal8941390.360.9700.45277.7894.4128.04
Hex5948B246102D1165e1c
Octal13142134414105542613634
Binary10110011001000101110010011000010101101100010110101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59048B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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