#59098B

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

Shades of Indigo #59098B

Tints of Indigo #59098B

Color information

#59098B (or 0x59098B) is unknown color: approx Indigo. HEX triplet: 59, 09 and 8B. RGB value is (89,9,139). Sum of RGB (Red+Green+Blue) = 89+9+139=237 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.55% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 139 (54.69% from 255 or 58.65% from 237); Max value from RGB is 139 - color contains mainly: blue. Hex color #59098B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59098B is #A6F674. Grayscale: #2F2F2F. Windows color (decimal): -10942069 or 9111897. OLE color: 9111897.

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

Color convert

RGB899139-
CMYK0.360.9400.45
HSL276.92º87.84%29.02%-
HSV(B)276.92º93.53%54.51%-
XYZ8.884.1824.77-
YUV47.74179.5157.43-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.55%
GREEN value IS 9 (3.91% from 255) = 3.80%
BLUE value IS 139 (54.69% from 255) = 58.65%
R=37.55%
G=3.80%
B=58.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal8991390.360.9400.45276.9287.8429.02
Hex5998B245E02D115581d
Octal131112134413605542513035
Binary101100110011000101110010010111100101101100010101101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59098B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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