#520D6A

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

Shades of Indigo #520D6A

Tints of Indigo #520D6A

Color information

#520D6A (or 0x520D6A) is unknown color: approx Indigo. HEX triplet: 52, 0D and 6A. RGB value is (82,13,106). Sum of RGB (Red+Green+Blue) = 82+13+106=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 13 (5.47% from 255 or 6.47% from 201); Blue value is 106 (41.80% from 255 or 52.74% from 201); Max value from RGB is 106 - color contains mainly: blue. Hex color #520D6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520D6A is #ADF295. Grayscale: #2B2B2B. Windows color (decimal): -11399830 or 6950226. OLE color: 6950226.

HSL color Cylindrical-coordinate representation of color #520D6A: hue angle of 284.52º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #520D6A is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8213106-
CMYK0.230.8800.58
HSL284.52º78.15%23.33%-
HSV(B)284.52º87.74%41.57%-
XYZ6.233.1213.91-
YUV44.23162.86154.94-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.80%
GREEN value IS 13 (5.47% from 255) = 6.47%
BLUE value IS 106 (41.80% from 255) = 52.74%
R=40.80%
G=6.47%
B=52.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82131060.230.8800.58284.5278.1523.33
Hex52D6A175803A11d4e17
Octal122151522713007243511627
Binary1010010110111010101011110110000111010100011101100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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