Html Css Color HEX #591074 Indigo

📋 copy color: '#591074'

red 89 ◦ green 16 ◦ blue 116

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

Shades of Indigo #591074

Tints of Indigo #591074

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.24%

 BLUE value IS 116 (45.7% from 255) = 52.49%

R = 40.27%
G = 7.24%
B = 52.49%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#591074 (or 0x591074) is known color: Indigo. HEX triplet: 59, 10 and 74. RGB value is (89,16,116). Sum of RGB (Red+Green+Blue) = 89+16+116=221 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.27% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 116 (45.70% from 255 or 52.49% from 221); Max value from RGB is 116 - color contains mainly: blue. Hex color #591074 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591074 is #A6EF8B. Grayscale: #303030. Windows color (decimal): -10940300 or 7606361. OLE color: 7606361.

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

Color convert

RGB 89 16 116 -
CMYK 0.23 0.86 0 0.55
HSL 283.8º 0.76% 0.26% -
HSV(B) 283.8º 0.86% 0.45% -
XYZ 7.46 3.76 16.85 -
YUV 49.23 165.68 156.37 -
System Red Green Blue C M Y K H S L
Decimal 89 16 116 0.23 0.86 0 0.55 283.8 0.76 0.26
Hex 59 10 74 17 56 0 37 11C 4C 1A
Octal 131 20 164 27 126 0 67 434 114 32
Binary 1011001 10000 1110100 10111 1010110 0 110111 100011100 1001100 11010

Color Harmonies of #591074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591074

Black with #591074

Text Example


Text Example

White with #591074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591074; }

 p { color: rgb(89,16,116); }

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

background-color css

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

 a { background-color: rgb(89,16,116); }

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

border-color css

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

 span { border-color: rgb(89,16,116); }

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