#520A8E

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

Shades of Indigo #520A8E

Tints of Indigo #520A8E

Color information

#520A8E (or 0x520A8E) is unknown color: approx Indigo. HEX triplet: 52, 0A and 8E. RGB value is (82,10,142). Sum of RGB (Red+Green+Blue) = 82+10+142=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 10 (4.30% from 255 or 4.27% from 234); Blue value is 142 (55.86% from 255 or 60.68% from 234); Max value from RGB is 142 - color contains mainly: blue. Hex color #520A8E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520A8E is #ADF571. Grayscale: #2E2E2E. Windows color (decimal): -11400562 or 9308754. OLE color: 9308754.

HSL color Cylindrical-coordinate representation of color #520A8E: hue angle of 272.73º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520A8E is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8210142-
CMYK0.420.9300.44
HSL272.73º86.84%29.8%-
HSV(B)272.73º92.96%55.69%-
XYZ8.473.9625.91-
YUV46.58181.85153.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.04%
GREEN value IS 10 (4.30% from 255) = 4.27%
BLUE value IS 142 (55.86% from 255) = 60.68%
R=35.04%
G=4.27%
B=60.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal82101420.420.9300.44272.7386.8429.8
Hex52A8E2A5D02C111571e
Octal122122165213505442112736
Binary101001010101000111010101010111010101100100010001101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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