Html Css Color HEX #59198C Indigo

📋 copy color: '#59198C'

red 89 ◦ green 25 ◦ blue 140

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

Shades of Indigo #59198C

Tints of Indigo #59198C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 55.12%

R = 35.04%
G = 9.84%
B = 55.12%

CMYK

 C value IS 0.36

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59198C (or 0x59198C) is known color: Indigo. HEX triplet: 59, 19 and 8C. RGB value is (89,25,140). Sum of RGB (Red+Green+Blue) = 89+25+140=254 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.04% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 140 (55.08% from 255 or 55.12% from 254); Max value from RGB is 140 - color contains mainly: blue. Hex color #59198C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59198C is #A6E673. Grayscale: #383838. Windows color (decimal): -10937972 or 9181529. OLE color: 9181529.

HSL color Cylindrical-coordinate representation of color #59198C: hue angle of 273.39º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #59198C is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 89 25 140 -
CMYK 0.36 0.82 0 0.45
HSL 273.39º 0.7% 0.32% -
HSV(B) 273.39º 0.82% 0.55% -
XYZ 9.2 4.71 25.24 -
YUV 57.25 174.7 150.65 -
System Red Green Blue C M Y K H S L
Decimal 89 25 140 0.36 0.82 0 0.45 273.39 0.7 0.32
Hex 59 19 8C 24 52 0 2D 111 46 20
Octal 131 31 214 44 122 0 55 421 106 40
Binary 1011001 11001 10001100 100100 1010010 0 101101 100010001 1000110 100000

Color Harmonies of #59198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59198C

Black with #59198C

Text Example


Text Example

White with #59198C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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