#520D6B

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

Shades of Indigo #520D6B

Tints of Indigo #520D6B

Color information

#520D6B (or 0x520D6B) is unknown color: approx Indigo. HEX triplet: 52, 0D and 6B. RGB value is (82,13,107). Sum of RGB (Red+Green+Blue) = 82+13+107=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 13 (5.47% from 255 or 6.44% from 202); Blue value is 107 (42.19% from 255 or 52.97% from 202); Max value from RGB is 107 - color contains mainly: blue. Hex color #520D6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520D6B is #ADF294. Grayscale: #2C2C2C. Windows color (decimal): -11399829 or 7015762. OLE color: 7015762.

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

Color convert

RGB8213107-
CMYK0.230.8800.58
HSL284.04º78.33%23.53%-
HSV(B)284.04º87.85%41.96%-
XYZ6.283.1414.19-
YUV44.35163.36154.86-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.59%
GREEN value IS 13 (5.47% from 255) = 6.44%
BLUE value IS 107 (42.19% from 255) = 52.97%
R=40.59%
G=6.44%
B=52.97%

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
Decimal82131070.230.8800.58284.0478.3323.53
Hex52D6B175803A11c4e18
Octal122151532713007243411630
Binary1010010110111010111011110110000111010100011100100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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