#521491

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

Shades of Indigo #521491

Tints of Indigo #521491

Color information

#521491 (or 0x521491) is unknown color: approx Indigo. HEX triplet: 52, 14 and 91. RGB value is (82,20,145). Sum of RGB (Red+Green+Blue) = 82+20+145=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 145 (57.03% from 255 or 58.70% from 247); Max value from RGB is 145 - color contains mainly: blue. Hex color #521491 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521491 is #ADEB6E. Grayscale: #343434. Windows color (decimal): -11397999 or 9507922. OLE color: 9507922.

HSL color Cylindrical-coordinate representation of color #521491: hue angle of 269.76º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #521491 is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8220145-
CMYK0.430.8600.43
HSL269.76º75.76%32.35%-
HSV(B)269.76º86.21%56.86%-
XYZ8.844.3427.16-
YUV52.79180.04148.84-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.20%
GREEN value IS 20 (8.20% from 255) = 8.10%
BLUE value IS 145 (57.03% from 255) = 58.70%
R=33.20%
G=8.10%
B=58.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal82201450.430.8600.43269.7675.7632.35
Hex5214912B5602B10e4c20
Octal122242215312605341611440
Binary10100101010010010001101011101011001010111000011101001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521491; }

 p { color: rgb(82,20,145); }

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

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

 a { background-color: rgb(82,20,145); }

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

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

 span { border-color: rgb(82,20,145); }

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