#520F86

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

Shades of Indigo #520F86

Tints of Indigo #520F86

Color information

#520F86 (or 0x520F86) is unknown color: approx Indigo. HEX triplet: 52, 0F and 86. RGB value is (82,15,134). Sum of RGB (Red+Green+Blue) = 82+15+134=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 134 (52.73% from 255 or 58.01% from 231); Max value from RGB is 134 - color contains mainly: blue. Hex color #520F86 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520F86 is #ADF079. Grayscale: #303030. Windows color (decimal): -11399290 or 8785746. OLE color: 8785746.

HSL color Cylindrical-coordinate representation of color #520F86: hue angle of 273.78º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #520F86 is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8215134-
CMYK0.390.8900.47
HSL273.78º79.87%29.22%-
HSV(B)273.78º88.81%52.55%-
XYZ7.953.8622.88-
YUV48.6176.2151.82-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.50%
GREEN value IS 15 (6.25% from 255) = 6.49%
BLUE value IS 134 (52.73% from 255) = 58.01%
R=35.50%
G=6.49%
B=58.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82151340.390.8900.47273.7879.8729.22
Hex52F86275902F112501d
Octal122172064713105742212035
Binary101001011111000011010011110110010101111100010010101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,15,134); }

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

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

 a { background-color: rgb(82,15,134); }

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

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

 span { border-color: rgb(82,15,134); }

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