#59058F

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

Shades of Indigo #59058F

Tints of Indigo #59058F

Color information

#59058F (or 0x59058F) is unknown color: approx Indigo. HEX triplet: 59, 05 and 8F. RGB value is (89,5,143). Sum of RGB (Red+Green+Blue) = 89+5+143=237 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.55% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 143 (56.25% from 255 or 60.34% from 237); Max value from RGB is 143 - color contains mainly: blue. Hex color #59058F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59058F is #A6FA70. Grayscale: #2D2D2D. Windows color (decimal): -10943089 or 9373017. OLE color: 9373017.

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

Color convert

RGB895143-
CMYK0.380.9700.44
HSL276.52º93.24%29.02%-
HSV(B)276.52º96.5%56.08%-
XYZ9.134.2226.32-
YUV45.85182.83158.78-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.55%
GREEN value IS 5 (2.34% from 255) = 2.11%
BLUE value IS 143 (56.25% from 255) = 60.34%
R=37.55%
G=2.11%
B=60.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal8951430.380.9700.44276.5293.2429.02
Hex5958F266102C1155d1d
Octal13152174614105442513535
Binary10110011011000111110011011000010101100100010101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59058F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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