Html Css Color HEX #59146E Indigo

📋 copy color: '#59146E'

red 89 ◦ green 20 ◦ blue 110

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

Shades of Indigo #59146E

Tints of Indigo #59146E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.13%

 BLUE value IS 110 (43.36% from 255) = 50.23%

R = 40.64%
G = 9.13%
B = 50.23%

CMYK

 C value IS 0.19

 M value IS 0.82

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#59146E (or 0x59146E) is known color: Indigo. HEX triplet: 59, 14 and 6E. RGB value is (89,20,110). Sum of RGB (Red+Green+Blue) = 89+20+110=219 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.64% from 219); Green value is 20 (8.20% from 255 or 9.13% from 219); Blue value is 110 (43.36% from 255 or 50.23% from 219); Max value from RGB is 110 - color contains mainly: blue. Hex color #59146E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59146E is #A6EB91. Grayscale: #323232. Windows color (decimal): -10939282 or 7214169. OLE color: 7214169.

HSL color Cylindrical-coordinate representation of color #59146E: hue angle of 286º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #59146E is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 89 20 110 -
CMYK 0.19 0.82 0 0.57
HSL 286º 0.69% 0.25% -
HSV(B) 286º 0.82% 0.43% -
XYZ 7.18 3.75 15.1 -
YUV 50.89 161.36 155.18 -
System Red Green Blue C M Y K H S L
Decimal 89 20 110 0.19 0.82 0 0.57 286 0.69 0.25
Hex 59 14 6E 13 52 0 39 11E 45 19
Octal 131 24 156 23 122 0 71 436 105 31
Binary 1011001 10100 1101110 10011 1010010 0 111001 100011110 1000101 11001

Color Harmonies of #59146E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59146E

Black with #59146E

Text Example


Text Example

White with #59146E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,20,110); }

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

background-color css

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

 a { background-color: rgb(89,20,110); }

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

border-color css

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

 span { border-color: rgb(89,20,110); }

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