Html Css Color HEX #591275 Indigo

📋 copy color: '#591275'

red 89 ◦ green 18 ◦ blue 117

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

Shades of Indigo #591275

Tints of Indigo #591275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 52.23%

R = 39.73%
G = 8.04%
B = 52.23%

CMYK

 C value IS 0.24

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#591275 (or 0x591275) is known color: Indigo. HEX triplet: 59, 12 and 75. RGB value is (89,18,117). Sum of RGB (Red+Green+Blue) = 89+18+117=224 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.73% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #591275 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591275 is #A6ED8A. Grayscale: #323232. Windows color (decimal): -10939787 or 7672409. OLE color: 7672409.

HSL color Cylindrical-coordinate representation of color #591275: hue angle of 283.03º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #591275 is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 89 18 117 -
CMYK 0.24 0.85 0 0.54
HSL 283.03º 0.73% 0.26% -
HSV(B) 283.03º 0.85% 0.46% -
XYZ 7.55 3.84 17.17 -
YUV 50.52 165.52 155.45 -
System Red Green Blue C M Y K H S L
Decimal 89 18 117 0.24 0.85 0 0.54 283.03 0.73 0.26
Hex 59 12 75 18 55 0 36 11B 49 1A
Octal 131 22 165 30 125 0 66 433 111 32
Binary 1011001 10010 1110101 11000 1010101 0 110110 100011011 1001001 11010

Color Harmonies of #591275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591275

Black with #591275

Text Example


Text Example

White with #591275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591275; }

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

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

background-color css

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

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

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

border-color css

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

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

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