#591474

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

Shades of Indigo #591474

Tints of Indigo #591474

Color information

#591474 (or 0x591474) is unknown color: approx Indigo. HEX triplet: 59, 14 and 74. RGB value is (89,20,116). Sum of RGB (Red+Green+Blue) = 89+20+116=225 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.56% from 225); Green value is 20 (8.20% from 255 or 8.89% from 225); Blue value is 116 (45.70% from 255 or 51.56% from 225); Max value from RGB is 116 - color contains mainly: blue. Hex color #591474 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591474 is #A6EB8B. Grayscale: #333333. Windows color (decimal): -10939276 or 7607385. OLE color: 7607385.

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

Color convert

RGB8920116-
CMYK0.230.8300.55
HSL283.12º70.59%26.67%-
HSV(B)283.12º82.76%45.49%-
XYZ7.523.8916.88-
YUV51.58164.36154.69-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 39.56%
GREEN value IS 20 (8.20% from 255) = 8.89%
BLUE value IS 116 (45.70% from 255) = 51.56%
R=39.56%
G=8.89%
B=51.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal89201160.230.8300.55283.1270.5926.67
Hex591474175303711b471b
Octal131241642712306743310733
Binary10110011010011101001011110100110110111100011011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591474; }

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

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

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

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

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

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

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

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