Html Css Color HEX #59157F Indigo

📋 copy color: '#59157F'

red 89 ◦ green 21 ◦ blue 127

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

Shades of Indigo #59157F

Tints of Indigo #59157F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.86%

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

R = 37.55%
G = 8.86%
B = 53.59%

CMYK

 C value IS 0.30

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#59157F (or 0x59157F) is known color: Indigo. HEX triplet: 59, 15 and 7F. RGB value is (89,21,127). Sum of RGB (Red+Green+Blue) = 89+21+127=237 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.55% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 127 (50% from 255 or 53.59% from 237); Max value from RGB is 127 - color contains mainly: blue. Hex color #59157F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59157F is #A6EA80. Grayscale: #353535. Windows color (decimal): -10939009 or 8328537. OLE color: 8328537.

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

Color convert

RGB 89 21 127 -
CMYK 0.30 0.83 0 0.50
HSL 278.49º 0.72% 0.29% -
HSV(B) 278.49º 0.83% 0.5% -
XYZ 8.22 4.19 20.45 -
YUV 53.42 169.53 153.38 -
System Red Green Blue C M Y K H S L
Decimal 89 21 127 0.30 0.83 0 0.50 278.49 0.72 0.29
Hex 59 15 7F 1E 53 0 32 116 48 1D
Octal 131 25 177 36 123 0 62 426 110 35
Binary 1011001 10101 1111111 11110 1010011 0 110010 100010110 1001000 11101

Color Harmonies of #59157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59157F

Black with #59157F

Text Example


Text Example

White with #59157F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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