Html Css Color HEX #591572 Indigo

📋 copy color: '#591572'

red 89 ◦ green 21 ◦ blue 114

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

Shades of Indigo #591572

Tints of Indigo #591572

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.38%

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

R = 39.73%
G = 9.38%
B = 50.89%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#591572 (or 0x591572) is known color: Indigo. HEX triplet: 59, 15 and 72. RGB value is (89,21,114). Sum of RGB (Red+Green+Blue) = 89+21+114=224 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.73% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 114 (44.92% from 255 or 50.89% from 224); Max value from RGB is 114 - color contains mainly: blue. Hex color #591572 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591572 is #A6EA8D. Grayscale: #333333. Windows color (decimal): -10939022 or 7476569. OLE color: 7476569.

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

Color convert

RGB 89 21 114 -
CMYK 0.22 0.82 0 0.55
HSL 283.87º 0.69% 0.26% -
HSV(B) 283.87º 0.82% 0.45% -
XYZ 7.43 3.88 16.28 -
YUV 51.93 163.03 154.44 -
System Red Green Blue C M Y K H S L
Decimal 89 21 114 0.22 0.82 0 0.55 283.87 0.69 0.26
Hex 59 15 72 16 52 0 37 11C 45 1A
Octal 131 25 162 26 122 0 67 434 105 32
Binary 1011001 10101 1110010 10110 1010010 0 110111 100011100 1000101 11010

Color Harmonies of #591572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591572

Black with #591572

Text Example


Text Example

White with #591572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591572; }

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

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

background-color css

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

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

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

border-color css

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

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

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