#520A75

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

Shades of Indigo #520A75

Tints of Indigo #520A75

Color information

#520A75 (or 0x520A75) is unknown color: approx Indigo. HEX triplet: 52, 0A and 75. RGB value is (82,10,117). Sum of RGB (Red+Green+Blue) = 82+10+117=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 10 (4.30% from 255 or 4.78% from 209); Blue value is 117 (46.09% from 255 or 55.98% from 209); Max value from RGB is 117 - color contains mainly: blue. Hex color #520A75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520A75 is #ADF58A. Grayscale: #2B2B2B. Windows color (decimal): -11400587 or 7670354. OLE color: 7670354.

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

Color convert

RGB8210117-
CMYK0.300.9100.54
HSL280.37º84.25%24.9%-
HSV(B)280.37º91.45%45.88%-
XYZ6.83.317.11-
YUV43.73169.35155.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.23%
GREEN value IS 10 (4.30% from 255) = 4.78%
BLUE value IS 117 (46.09% from 255) = 55.98%
R=39.23%
G=4.78%
B=55.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82101170.300.9100.54280.3784.2524.9
Hex52A751E5B0361185419
Octal122121653613306643012431
Binary1010010101011101011111010110110110110100011000101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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