#59158B

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

Shades of Indigo #59158B

Tints of Indigo #59158B

Color information

#59158B (or 0x59158B) is unknown color: approx Indigo. HEX triplet: 59, 15 and 8B. RGB value is (89,21,139). Sum of RGB (Red+Green+Blue) = 89+21+139=249 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.74% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #59158B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59158B is #A6EA74. Grayscale: #363636. Windows color (decimal): -10938997 or 9114969. OLE color: 9114969.

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

Color convert

RGB8921139-
CMYK0.360.8500.45
HSL274.58º73.75%31.37%-
HSV(B)274.58º84.89%54.51%-
XYZ9.054.5224.82-
YUV54.78175.53152.41-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.74%
GREEN value IS 21 (8.59% from 255) = 8.43%
BLUE value IS 139 (54.69% from 255) = 55.82%
R=35.74%
G=8.43%
B=55.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal89211390.360.8500.45274.5873.7531.37
Hex59158B245502D1134a1f
Octal131252134412505542311237
Binary1011001101011000101110010010101010101101100010011100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59158B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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