#520499

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

Shades of Indigo #520499

Tints of Indigo #520499

Color information

#520499 (or 0x520499) is unknown color: approx Indigo. HEX triplet: 52, 04 and 99. RGB value is (82,4,153). Sum of RGB (Red+Green+Blue) = 82+4+153=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 153 (60.16% from 255 or 64.02% from 239); Max value from RGB is 153 - color contains mainly: blue. Hex color #520499 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520499 is #ADFB66. Grayscale: #2B2B2B. Windows color (decimal): -11402087 or 10028114. OLE color: 10028114.

HSL color Cylindrical-coordinate representation of color #520499: hue angle of 271.41º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #520499 is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB824153-
CMYK0.460.9700.4
HSL271.41º94.9%30.78%-
HSV(B)271.41º97.39%60%-
XYZ9.274.1830.46-
YUV44.31189.34154.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.31%
GREEN value IS 4 (1.95% from 255) = 1.67%
BLUE value IS 153 (60.16% from 255) = 64.02%
R=34.31%
G=1.67%
B=64.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal8241530.460.9700.4271.4194.930.78
Hex524992E6102810f5f1f
Octal12242315614105041713737
Binary10100101001001100110111011000010101000100001111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520499; }

 p { color: rgb(82,4,153); }

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

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

 a { background-color: rgb(82,4,153); }

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

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

 span { border-color: rgb(82,4,153); }

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