Html Css Color HEX #591270 Indigo

📋 copy color: '#591270'

red 89 ◦ green 18 ◦ blue 112

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

Shades of Indigo #591270

Tints of Indigo #591270

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.22%

 BLUE value IS 112 (44.14% from 255) = 51.14%

R = 40.64%
G = 8.22%
B = 51.14%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#591270 (or 0x591270) is known color: Indigo. HEX triplet: 59, 12 and 70. RGB value is (89,18,112). Sum of RGB (Red+Green+Blue) = 89+18+112=219 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.64% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #591270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591270 is #A6ED8F. Grayscale: #313131. Windows color (decimal): -10939792 or 7344729. OLE color: 7344729.

HSL color Cylindrical-coordinate representation of color #591270: hue angle of 285.32º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #591270 is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 89 18 112 -
CMYK 0.21 0.84 0 0.56
HSL 285.32º 0.72% 0.25% -
HSV(B) 285.32º 0.84% 0.44% -
XYZ 7.26 3.73 15.67 -
YUV 49.95 163.02 155.86 -
System Red Green Blue C M Y K H S L
Decimal 89 18 112 0.21 0.84 0 0.56 285.32 0.72 0.25
Hex 59 12 70 15 54 0 38 11D 48 19
Octal 131 22 160 25 124 0 70 435 110 31
Binary 1011001 10010 1110000 10101 1010100 0 111000 100011101 1001000 11001

Color Harmonies of #591270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591270

Black with #591270

Text Example


Text Example

White with #591270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591270; }

 p { color: rgb(89,18,112); }

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

background-color css

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

 a { background-color: rgb(89,18,112); }

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

border-color css

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

 span { border-color: rgb(89,18,112); }

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