#59148F

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

Shades of Indigo #59148F

Tints of Indigo #59148F

Color information

#59148F (or 0x59148F) is unknown color: approx Indigo. HEX triplet: 59, 14 and 8F. RGB value is (89,20,143). Sum of RGB (Red+Green+Blue) = 89+20+143=252 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.32% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 143 (56.25% from 255 or 56.75% from 252); Max value from RGB is 143 - color contains mainly: blue. Hex color #59148F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59148F is #A6EB70. Grayscale: #363636. Windows color (decimal): -10939249 or 9376857. OLE color: 9376857.

HSL color Cylindrical-coordinate representation of color #59148F: hue angle of 273.66º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #59148F is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8920143-
CMYK0.380.8600.44
HSL273.66º75.46%31.96%-
HSV(B)273.66º86.01%56.08%-
XYZ9.334.6126.38-
YUV54.65177.86152.5-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.32%
GREEN value IS 20 (8.20% from 255) = 7.94%
BLUE value IS 143 (56.25% from 255) = 56.75%
R=35.32%
G=7.94%
B=56.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal89201430.380.8600.44273.6675.4631.96
Hex59148F265602C1124b20
Octal131242174612605442211340
Binary10110011010010001111100110101011001011001000100101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59148F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59148F; }

 p { color: rgb(89,20,143); }

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

<style>
 a { background-color: #59148F; }

 a { background-color: rgb(89,20,143); }

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

<style>
 span { border-color: #59148F; }

 span { border-color: rgb(89,20,143); }

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