Html Css Color HEX #591998 Indigo

📋 copy color: '#591998'

red 89 ◦ green 25 ◦ blue 152

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

Shades of Indigo #591998

Tints of Indigo #591998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 57.14%

R = 33.46%
G = 9.4%
B = 57.14%

CMYK

 C value IS 0.41

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#591998 (or 0x591998) is known color: Indigo. HEX triplet: 59, 19 and 98. RGB value is (89,25,152). Sum of RGB (Red+Green+Blue) = 89+25+152=266 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.46% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 152 (59.77% from 255 or 57.14% from 266); Max value from RGB is 152 - color contains mainly: blue. Hex color #591998 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #591998 is #A6E667. Grayscale: #3A3A3A. Windows color (decimal): -10937960 or 9967961. OLE color: 9967961.

HSL color Cylindrical-coordinate representation of color #591998: hue angle of 270.24º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #591998 is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 89 25 152 -
CMYK 0.41 0.84 0 0.40
HSL 270.24º 0.72% 0.35% -
HSV(B) 270.24º 0.84% 0.6% -
XYZ 10.13 5.09 30.15 -
YUV 58.61 180.7 149.67 -
System Red Green Blue C M Y K H S L
Decimal 89 25 152 0.41 0.84 0 0.40 270.24 0.72 0.35
Hex 59 19 98 29 54 0 28 10E 48 23
Octal 131 31 230 51 124 0 50 416 110 43
Binary 1011001 11001 10011000 101001 1010100 0 101000 100001110 1001000 100011

Color Harmonies of #591998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591998

Black with #591998

Text Example


Text Example

White with #591998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591998; }

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

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

background-color css

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

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

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

border-color css

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

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

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