Html Css Color HEX #59017A Indigo

📋 copy color: '#59017A'

red 89 ◦ green 1 ◦ blue 122

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

Shades of Indigo #59017A

Tints of Indigo #59017A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 57.55%

R = 41.98%
G = 0.47%
B = 57.55%

CMYK

 C value IS 0.27

 M value IS 0.99

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#59017A (or 0x59017A) is known color: Indigo. HEX triplet: 59, 01 and 7A. RGB value is (89,1,122). Sum of RGB (Red+Green+Blue) = 89+1+122=212 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.98% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 122 (48.05% from 255 or 57.55% from 212); Max value from RGB is 122 - color contains mainly: blue. Hex color #59017A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59017A is #A6FE85. Grayscale: #282828. Windows color (decimal): -10944134 or 7995737. OLE color: 7995737.

HSL color Cylindrical-coordinate representation of color #59017A: hue angle of 283.64º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #59017A is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 89 1 122 -
CMYK 0.27 0.99 0 0.52
HSL 283.64º 0.98% 0.24% -
HSV(B) 283.64º 0.99% 0.48% -
XYZ 7.64 3.55 18.69 -
YUV 41.11 173.65 162.16 -
System Red Green Blue C M Y K H S L
Decimal 89 1 122 0.27 0.99 0 0.52 283.64 0.98 0.24
Hex 59 1 7A 1B 63 0 34 11C 62 18
Octal 131 1 172 33 143 0 64 434 142 30
Binary 1011001 1 1111010 11011 1100011 0 110100 100011100 1100010 11000

Color Harmonies of #59017A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59017A

Black with #59017A

Text Example


Text Example

White with #59017A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #59017A;
 }
 .AnyTagClassName
 {
   color: #59017A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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