#520D8A

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

Shades of Indigo #520D8A

Tints of Indigo #520D8A

Color information

#520D8A (or 0x520D8A) is unknown color: approx Indigo. HEX triplet: 52, 0D and 8A. RGB value is (82,13,138). Sum of RGB (Red+Green+Blue) = 82+13+138=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 13 (5.47% from 255 or 5.58% from 233); Blue value is 138 (54.30% from 255 or 59.23% from 233); Max value from RGB is 138 - color contains mainly: blue. Hex color #520D8A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520D8A is #ADF275. Grayscale: #2F2F2F. Windows color (decimal): -11399798 or 9047378. OLE color: 9047378.

HSL color Cylindrical-coordinate representation of color #520D8A: hue angle of 273.12º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #520D8A is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8213138-
CMYK0.410.9100.46
HSL273.12º82.78%29.61%-
HSV(B)273.12º90.58%54.12%-
XYZ8.213.9224.37-
YUV47.88178.86152.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.19%
GREEN value IS 13 (5.47% from 255) = 5.58%
BLUE value IS 138 (54.30% from 255) = 59.23%
R=35.19%
G=5.58%
B=59.23%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal82131380.410.9100.46273.1282.7829.61
Hex52D8A295B02E111531e
Octal122152125113305642112336
Binary101001011011000101010100110110110101110100010001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,13,138); }

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

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

 a { background-color: rgb(82,13,138); }

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

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

 span { border-color: rgb(82,13,138); }

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