Html Css Color HEX #59019F Indigo

📋 copy color: '#59019F'

red 89 ◦ green 1 ◦ blue 159

#59019F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #59019F

Tints of Indigo #59019F

RGB

 RED value IS 89 (35.16% from 255) = 35.74%

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 159 (62.5% from 255) = 63.86%

R = 35.74%
G = 0.4%
B = 63.86%

CMYK

 C value IS 0.44

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#59019F (or 0x59019F) is known color: Indigo. HEX triplet: 59, 01 and 9F. RGB value is (89,1,159). Sum of RGB (Red+Green+Blue) = 89+1+159=249 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.74% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 159 (62.5% from 255 or 63.86% from 249); Max value from RGB is 159 - color contains mainly: blue. Hex color #59019F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59019F is #A6FE60. Grayscale: #2C2C2C. Windows color (decimal): -10944097 or 10420569. OLE color: 10420569.

HSL color Cylindrical-coordinate representation of color #59019F: hue angle of 273.42º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #59019F is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 89 1 159 -
CMYK 0.44 0.99 0 0.38
HSL 273.42º 0.99% 0.31% -
HSV(B) 273.42º 0.99% 0.62% -
XYZ 10.39 4.65 33.15 -
YUV 45.32 192.15 159.15 -
System Red Green Blue C M Y K H S L
Decimal 89 1 159 0.44 0.99 0 0.38 273.42 0.99 0.31
Hex 59 1 9F 2C 63 0 26 111 63 1F
Octal 131 1 237 54 143 0 46 421 143 37
Binary 1011001 1 10011111 101100 1100011 0 100110 100010001 1100011 11111

Color Harmonies of #59019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59019F

Black with #59019F

Text Example


Text Example

White with #59019F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,1,159); }

 H1.HeaderClassName
 {
   color: #59019F;
 }
 .AnyTagClassName
 {
   color: #59019F;
 }
</style>

background-color css

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

 a { background-color: rgb(89,1,159); }

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

border-color css

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

 span { border-color: rgb(89,1,159); }

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