#520D7F

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

Shades of Indigo #520D7F

Tints of Indigo #520D7F

Color information

#520D7F (or 0x520D7F) is unknown color: approx Indigo. HEX triplet: 52, 0D and 7F. RGB value is (82,13,127). Sum of RGB (Red+Green+Blue) = 82+13+127=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 13 (5.47% from 255 or 5.86% from 222); Blue value is 127 (50% from 255 or 57.21% from 222); Max value from RGB is 127 - color contains mainly: blue. Hex color #520D7F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520D7F is #ADF280. Grayscale: #2E2E2E. Windows color (decimal): -11399809 or 8326482. OLE color: 8326482.

HSL color Cylindrical-coordinate representation of color #520D7F: hue angle of 276.32º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #520D7F is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8213127-
CMYK0.350.9000.50
HSL276.32º81.43%27.45%-
HSV(B)276.32º89.76%49.8%-
XYZ7.453.6120.38-
YUV46.63173.36153.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.94%
GREEN value IS 13 (5.47% from 255) = 5.86%
BLUE value IS 127 (50% from 255) = 57.21%
R=36.94%
G=5.86%
B=57.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal82131270.350.9000.50276.3281.4327.45
Hex52D7F235A032114511b
Octal122151774313206242412133
Binary10100101101111111110001110110100110010100010100101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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