#591472

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

Shades of Indigo #591472

Tints of Indigo #591472

Color information

#591472 (or 0x591472) is unknown color: approx Indigo. HEX triplet: 59, 14 and 72. RGB value is (89,20,114). Sum of RGB (Red+Green+Blue) = 89+20+114=223 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.91% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 114 (44.92% from 255 or 51.12% from 223); Max value from RGB is 114 - color contains mainly: blue. Hex color #591472 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591472 is #A6EB8D. Grayscale: #333333. Windows color (decimal): -10939278 or 7476313. OLE color: 7476313.

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

Color convert

RGB8920114-
CMYK0.220.8200.55
HSL284.04º70.15%26.27%-
HSV(B)284.04º82.46%44.71%-
XYZ7.413.8416.27-
YUV51.35163.36154.86-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 39.91%
GREEN value IS 20 (8.20% from 255) = 8.97%
BLUE value IS 114 (44.92% from 255) = 51.12%
R=39.91%
G=8.97%
B=51.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal89201140.220.8200.55284.0470.1526.27
Hex591472165203711c461a
Octal131241622612206743410632
Binary10110011010011100101011010100100110111100011100100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591472; }

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

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

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

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

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

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

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

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