Html Css Color HEX #591372 Indigo

📋 copy color: '#591372'

red 89 ◦ green 19 ◦ blue 114

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

Shades of Indigo #591372

Tints of Indigo #591372

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.56%

 BLUE value IS 114 (44.92% from 255) = 51.35%

R = 40.09%
G = 8.56%
B = 51.35%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#591372 (or 0x591372) is known color: Indigo. HEX triplet: 59, 13 and 72. RGB value is (89,19,114). Sum of RGB (Red+Green+Blue) = 89+19+114=222 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.09% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 114 (44.92% from 255 or 51.35% from 222); Max value from RGB is 114 - color contains mainly: blue. Hex color #591372 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591372 is #A6EC8D. Grayscale: #323232. Windows color (decimal): -10939534 or 7476057. OLE color: 7476057.

HSL color Cylindrical-coordinate representation of color #591372: hue angle of 284.21º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #591372 is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 89 19 114 -
CMYK 0.22 0.83 0 0.55
HSL 284.21º 0.71% 0.26% -
HSV(B) 284.21º 0.83% 0.45% -
XYZ 7.39 3.8 16.26 -
YUV 50.76 163.69 155.28 -
System Red Green Blue C M Y K H S L
Decimal 89 19 114 0.22 0.83 0 0.55 284.21 0.71 0.26
Hex 59 13 72 16 53 0 37 11C 47 1A
Octal 131 23 162 26 123 0 67 434 107 32
Binary 1011001 10011 1110010 10110 1010011 0 110111 100011100 1000111 11010

Color Harmonies of #591372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591372

Black with #591372

Text Example


Text Example

White with #591372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591372; }

 p { color: rgb(89,19,114); }

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

background-color css

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

 a { background-color: rgb(89,19,114); }

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

border-color css

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

 span { border-color: rgb(89,19,114); }

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