#520176

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

Shades of Indigo #520176

Tints of Indigo #520176

Color information

#520176 (or 0x520176) is unknown color: approx Indigo. HEX triplet: 52, 01 and 76. RGB value is (82,1,118). Sum of RGB (Red+Green+Blue) = 82+1+118=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 118 (46.48% from 255 or 58.71% from 201); Max value from RGB is 118 - color contains mainly: blue. Hex color #520176 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520176 is #ADFE89. Grayscale: #262626. Windows color (decimal): -11402890 or 7733586. OLE color: 7733586.

HSL color Cylindrical-coordinate representation of color #520176: hue angle of 281.54º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #520176 is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB821118-
CMYK0.310.9900.54
HSL281.54º98.32%23.33%-
HSV(B)281.54º99.15%46.27%-
XYZ6.763.1217.39-
YUV38.56172.84158.99-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.80%
GREEN value IS 1 (0.78% from 255) = 0.50%
BLUE value IS 118 (46.48% from 255) = 58.71%
R=40.80%
G=0.50%
B=58.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8211180.310.9900.54281.5498.3223.33
Hex521761F6303611a6217
Octal12211663714306643214227
Binary1010010111101101111111000110110110100011010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520176; }

 p { color: rgb(82,1,118); }

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

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

 a { background-color: rgb(82,1,118); }

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

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

 span { border-color: rgb(82,1,118); }

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