#520C75

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

Shades of Indigo #520C75

Tints of Indigo #520C75

Color information

#520C75 (or 0x520C75) is unknown color: approx Indigo. HEX triplet: 52, 0C and 75. RGB value is (82,12,117). Sum of RGB (Red+Green+Blue) = 82+12+117=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 12 (5.08% from 255 or 5.69% from 211); Blue value is 117 (46.09% from 255 or 55.45% from 211); Max value from RGB is 117 - color contains mainly: blue. Hex color #520C75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520C75 is #ADF38A. Grayscale: #2C2C2C. Windows color (decimal): -11400075 or 7670866. OLE color: 7670866.

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

Color convert

RGB8212117-
CMYK0.300.9000.54
HSL280º81.4%25.29%-
HSV(B)280º89.74%45.88%-
XYZ6.823.3417.11-
YUV44.9168.69154.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.86%
GREEN value IS 12 (5.08% from 255) = 5.69%
BLUE value IS 117 (46.09% from 255) = 55.45%
R=38.86%
G=5.69%
B=55.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82121170.300.9000.5428081.425.29
Hex52C751E5A0361185119
Octal122141653613206643012131
Binary1010010110011101011111010110100110110100011000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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