#59036A

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

Shades of Indigo #59036A

Tints of Indigo #59036A

Color information

#59036A (or 0x59036A) is unknown color: approx Indigo. HEX triplet: 59, 03 and 6A. RGB value is (89,3,106). Sum of RGB (Red+Green+Blue) = 89+3+106=198 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.95% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 106 (41.80% from 255 or 53.54% from 198); Max value from RGB is 106 - color contains mainly: blue. Hex color #59036A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59036A is #A6FC95. Grayscale: #282828. Windows color (decimal): -10943638 or 6947673. OLE color: 6947673.

HSL color Cylindrical-coordinate representation of color #59036A: hue angle of 290.1º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #59036A is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB893106-
CMYK0.160.9700.58
HSL290.1º94.5%21.37%-
HSV(B)290.1º97.17%41.57%-
XYZ6.753.2313.9-
YUV40.46164.99162.62-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.95%
GREEN value IS 3 (1.56% from 255) = 1.52%
BLUE value IS 106 (41.80% from 255) = 53.54%
R=44.95%
G=1.52%
B=53.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8931060.160.9700.58290.194.521.37
Hex5936A106103A1225e15
Octal13131522014107244213625
Binary10110011111010101000011000010111010100100010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59036A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59036A; }

 p { color: rgb(89,3,106); }

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

<style>
 a { background-color: #59036A; }

 a { background-color: rgb(89,3,106); }

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

<style>
 span { border-color: #59036A; }

 span { border-color: rgb(89,3,106); }

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