Html Css Color HEX #591194 Indigo

📋 copy color: '#591194'

red 89 ◦ green 17 ◦ blue 148

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

Shades of Indigo #591194

Tints of Indigo #591194

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.69%

 BLUE value IS 148 (58.2% from 255) = 58.27%

R = 35.04%
G = 6.69%
B = 58.27%

CMYK

 C value IS 0.40

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#591194 (or 0x591194) is known color: Indigo. HEX triplet: 59, 11 and 94. RGB value is (89,17,148). Sum of RGB (Red+Green+Blue) = 89+17+148=254 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.04% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 148 (58.20% from 255 or 58.27% from 254); Max value from RGB is 148 - color contains mainly: blue. Hex color #591194 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #591194 is #A6EE6B. Grayscale: #353535. Windows color (decimal): -10940012 or 9703769. OLE color: 9703769.

HSL color Cylindrical-coordinate representation of color #591194: hue angle of 272.98º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #591194 is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 17 148 -
CMYK 0.40 0.89 0 0.42
HSL 272.98º 0.79% 0.32% -
HSV(B) 272.98º 0.89% 0.58% -
XYZ 9.67 4.66 28.41 -
YUV 53.46 181.35 153.35 -
System Red Green Blue C M Y K H S L
Decimal 89 17 148 0.40 0.89 0 0.42 272.98 0.79 0.32
Hex 59 11 94 28 59 0 2A 111 4F 20
Octal 131 21 224 50 131 0 52 421 117 40
Binary 1011001 10001 10010100 101000 1011001 0 101010 100010001 1001111 100000

Color Harmonies of #591194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591194

Black with #591194

Text Example


Text Example

White with #591194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591194; }

 p { color: rgb(89,17,148); }

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

background-color css

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

 a { background-color: rgb(89,17,148); }

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

border-color css

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

 span { border-color: rgb(89,17,148); }

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