Html Css Color HEX #59027F Indigo

📋 copy color: '#59027F'

red 89 ◦ green 2 ◦ blue 127

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

Shades of Indigo #59027F

Tints of Indigo #59027F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.92%

 BLUE value IS 127 (50% from 255) = 58.26%

R = 40.83%
G = 0.92%
B = 58.26%

CMYK

 C value IS 0.30

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#59027F (or 0x59027F) is known color: Indigo. HEX triplet: 59, 02 and 7F. RGB value is (89,2,127). Sum of RGB (Red+Green+Blue) = 89+2+127=218 (28% of max value = 765). Red value is 89 (35.16% from 255 or 40.83% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 127 (50% from 255 or 58.26% from 218); Max value from RGB is 127 - color contains mainly: blue. Hex color #59027F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59027F is #A6FD80. Grayscale: #292929. Windows color (decimal): -10943873 or 8323673. OLE color: 8323673.

HSL color Cylindrical-coordinate representation of color #59027F: hue angle of 281.76º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #59027F is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 89 2 127 -
CMYK 0.30 0.98 0 0.50
HSL 281.76º 0.97% 0.25% -
HSV(B) 281.76º 0.98% 0.5% -
XYZ 7.97 3.7 20.37 -
YUV 42.26 175.82 161.34 -
System Red Green Blue C M Y K H S L
Decimal 89 2 127 0.30 0.98 0 0.50 281.76 0.97 0.25
Hex 59 2 7F 1E 62 0 32 11A 61 19
Octal 131 2 177 36 142 0 62 432 141 31
Binary 1011001 10 1111111 11110 1100010 0 110010 100011010 1100001 11001

Color Harmonies of #59027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59027F

Black with #59027F

Text Example


Text Example

White with #59027F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,2,127); }

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

background-color css

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

 a { background-color: rgb(89,2,127); }

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

border-color css

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

 span { border-color: rgb(89,2,127); }

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