#520AA6

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

Shades of Indigo #520AA6

Tints of Indigo #520AA6

Color information

#520AA6 (or 0x520AA6) is unknown color: approx Indigo. HEX triplet: 52, 0A and A6. RGB value is (82,10,166). Sum of RGB (Red+Green+Blue) = 82+10+166=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 10 (4.30% from 255 or 3.88% from 258); Blue value is 166 (65.23% from 255 or 64.34% from 258); Max value from RGB is 166 - color contains mainly: blue. Hex color #520AA6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520AA6 is #ADF559. Grayscale: #303030. Windows color (decimal): -11400538 or 10881618. OLE color: 10881618.

HSL color Cylindrical-coordinate representation of color #520AA6: hue angle of 267.69º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520AA6 is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8210166-
CMYK0.510.9400.35
HSL267.69º88.64%34.51%-
HSV(B)267.69º93.98%65.1%-
XYZ10.474.7636.44-
YUV49.31193.85151.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.78%
GREEN value IS 10 (4.30% from 255) = 3.88%
BLUE value IS 166 (65.23% from 255) = 64.34%
R=31.78%
G=3.88%
B=64.34%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal82101660.510.9400.35267.6988.6434.51
Hex52AA6335E02310c5923
Octal122122466313604341413143
Binary1010010101010100110110011101111001000111000011001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520AA6; }

 p { color: rgb(82,10,166); }

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

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

 a { background-color: rgb(82,10,166); }

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

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

 span { border-color: rgb(82,10,166); }

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