Html Css Color HEX #59198E Indigo

📋 copy color: '#59198E'

red 89 ◦ green 25 ◦ blue 142

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

Shades of Indigo #59198E

Tints of Indigo #59198E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.77%

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

R = 34.77%
G = 9.77%
B = 55.47%

CMYK

 C value IS 0.37

 M value IS 0.82

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#59198E (or 0x59198E) is known color: Indigo. HEX triplet: 59, 19 and 8E. RGB value is (89,25,142). Sum of RGB (Red+Green+Blue) = 89+25+142=256 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.77% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 142 (55.86% from 255 or 55.47% from 256); Max value from RGB is 142 - color contains mainly: blue. Hex color #59198E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59198E is #A6E671. Grayscale: #393939. Windows color (decimal): -10937970 or 9312601. OLE color: 9312601.

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

Color convert

RGB 89 25 142 -
CMYK 0.37 0.82 0 0.44
HSL 272.82º 0.7% 0.33% -
HSV(B) 272.82º 0.82% 0.56% -
XYZ 9.35 4.77 26.02 -
YUV 57.47 175.7 150.49 -
System Red Green Blue C M Y K H S L
Decimal 89 25 142 0.37 0.82 0 0.44 272.82 0.7 0.33
Hex 59 19 8E 25 52 0 2C 111 46 21
Octal 131 31 216 45 122 0 54 421 106 41
Binary 1011001 11001 10001110 100101 1010010 0 101100 100010001 1000110 100001

Color Harmonies of #59198E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59198E

Black with #59198E

Text Example


Text Example

White with #59198E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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