#520A97

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

Shades of Indigo #520A97

Tints of Indigo #520A97

Color information

#520A97 (or 0x520A97) is unknown color: approx Indigo. HEX triplet: 52, 0A and 97. RGB value is (82,10,151). Sum of RGB (Red+Green+Blue) = 82+10+151=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 10 (4.30% from 255 or 4.12% from 243); Blue value is 151 (59.38% from 255 or 62.14% from 243); Max value from RGB is 151 - color contains mainly: blue. Hex color #520A97 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520A97 is #ADF568. Grayscale: #2F2F2F. Windows color (decimal): -11400553 or 9898578. OLE color: 9898578.

HSL color Cylindrical-coordinate representation of color #520A97: hue angle of 270.64º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520A97 is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8210151-
CMYK0.460.9300.41
HSL270.64º87.58%31.57%-
HSV(B)270.64º93.38%59.22%-
XYZ9.174.2529.61-
YUV47.6186.35152.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.74%
GREEN value IS 10 (4.30% from 255) = 4.12%
BLUE value IS 151 (59.38% from 255) = 62.14%
R=33.74%
G=4.12%
B=62.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal82101510.460.9300.41270.6487.5831.57
Hex52A972E5D02910f5820
Octal122122275613505141713040
Binary1010010101010010111101110101110101010011000011111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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