Html Css Color HEX #59018E Indigo

📋 copy color: '#59018E'

red 89 ◦ green 1 ◦ blue 142

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

Shades of Indigo #59018E

Tints of Indigo #59018E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 61.21%

R = 38.36%
G = 0.43%
B = 61.21%

CMYK

 C value IS 0.37

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#59018E (or 0x59018E) is known color: Indigo. HEX triplet: 59, 01 and 8E. RGB value is (89,1,142). Sum of RGB (Red+Green+Blue) = 89+1+142=232 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.36% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 142 (55.86% from 255 or 61.21% from 232); Max value from RGB is 142 - color contains mainly: blue. Hex color #59018E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59018E is #A6FE71. Grayscale: #2A2A2A. Windows color (decimal): -10944114 or 9306457. OLE color: 9306457.

HSL color Cylindrical-coordinate representation of color #59018E: hue angle of 277.45º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #59018E is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 1 142 -
CMYK 0.37 0.99 0 0.44
HSL 277.45º 0.99% 0.28% -
HSV(B) 277.45º 0.99% 0.56% -
XYZ 9.01 4.1 25.91 -
YUV 43.39 183.65 160.54 -
System Red Green Blue C M Y K H S L
Decimal 89 1 142 0.37 0.99 0 0.44 277.45 0.99 0.28
Hex 59 1 8E 25 63 0 2C 115 63 1C
Octal 131 1 216 45 143 0 54 425 143 34
Binary 1011001 1 10001110 100101 1100011 0 101100 100010101 1100011 11100

Color Harmonies of #59018E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59018E

Black with #59018E

Text Example


Text Example

White with #59018E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59018E; }

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

 H1.HeaderClassName
 {
   color: #59018E;
 }
 .AnyTagClassName
 {
   color: #59018E;
 }
</style>

background-color css

<style>
 a { background-color: #59018E; }

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

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

border-color css

<style>
 span { border-color: #59018E; }

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

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