#520AA3

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

Shades of Indigo #520AA3

Tints of Indigo #520AA3

Color information

#520AA3 (or 0x520AA3) is unknown color: approx Indigo. HEX triplet: 52, 0A and A3. RGB value is (82,10,163). Sum of RGB (Red+Green+Blue) = 82+10+163=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 10 (4.30% from 255 or 3.92% from 255); Blue value is 163 (64.06% from 255 or 63.92% from 255); Max value from RGB is 163 - color contains mainly: blue. Hex color #520AA3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520AA3 is #ADF55C. Grayscale: #303030. Windows color (decimal): -11400541 or 10685010. OLE color: 10685010.

HSL color Cylindrical-coordinate representation of color #520AA3: hue angle of 268.24º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520AA3 is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8210163-
CMYK0.500.9400.36
HSL268.24º88.44%33.92%-
HSV(B)268.24º93.87%63.92%-
XYZ10.24.6635.01-
YUV48.97192.35151.56-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.16%
GREEN value IS 10 (4.30% from 255) = 3.92%
BLUE value IS 163 (64.06% from 255) = 63.92%
R=32.16%
G=3.92%
B=63.92%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal82101630.500.9400.36268.2488.4433.92
Hex52AA3325E02410c5822
Octal122122436213604441413042
Binary1010010101010100011110010101111001001001000011001011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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