#591479

Color #591479 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #591479

Tints of Indigo #591479

Color information

#591479 (or 0x591479) is unknown color: approx Indigo. HEX triplet: 59, 14 and 79. RGB value is (89,20,121). Sum of RGB (Red+Green+Blue) = 89+20+121=230 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.70% from 230); Green value is 20 (8.20% from 255 or 8.70% from 230); Blue value is 121 (47.66% from 255 or 52.61% from 230); Max value from RGB is 121 - color contains mainly: blue. Hex color #591479 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591479 is #A6EB86. Grayscale: #333333. Windows color (decimal): -10939271 or 7935065. OLE color: 7935065.

HSL color Cylindrical-coordinate representation of color #591479: hue angle of 280.99º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #591479 is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8920121-
CMYK0.260.8300.53
HSL280.99º71.63%27.65%-
HSV(B)280.99º83.47%47.45%-
XYZ7.82418.45-
YUV52.14166.86154.29-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.70%
GREEN value IS 20 (8.20% from 255) = 8.70%
BLUE value IS 121 (47.66% from 255) = 52.61%
R=38.70%
G=8.70%
B=52.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal89201210.260.8300.53280.9971.6327.65
Hex5914791A53035119481c
Octal131241713212306543111034
Binary10110011010011110011101010100110110101100011001100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591479; }

 p { color: rgb(89,20,121); }

 H1.HeaderClassName
 {
   color: #591479;
 }
 .AnyTagClassName
 {
   color: #591479;
 }
</style>
background-color css

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

 a { background-color: rgb(89,20,121); }

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

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

 span { border-color: rgb(89,20,121); }

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