#520A65

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

Shades of Indigo #520A65

Tints of Indigo #520A65

Color information

#520A65 (or 0x520A65) is unknown color: approx Indigo. HEX triplet: 52, 0A and 65. RGB value is (82,10,101). Sum of RGB (Red+Green+Blue) = 82+10+101=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 10 (4.30% from 255 or 5.18% from 193); Blue value is 101 (39.84% from 255 or 52.33% from 193); Max value from RGB is 101 - color contains mainly: blue. Hex color #520A65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520A65 is #ADF59A. Grayscale: #292929. Windows color (decimal): -11400603 or 6621778. OLE color: 6621778.

HSL color Cylindrical-coordinate representation of color #520A65: hue angle of 287.47º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #520A65 is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8210101-
CMYK0.190.9000.60
HSL287.47º81.98%21.76%-
HSV(B)287.47º90.1%39.61%-
XYZ5.942.9512.57-
YUV41.9161.35156.6-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.49%
GREEN value IS 10 (4.30% from 255) = 5.18%
BLUE value IS 101 (39.84% from 255) = 52.33%
R=42.49%
G=5.18%
B=52.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82101010.190.9000.60287.4781.9821.76
Hex52A65135A03C11f5216
Octal122121452313207443712226
Binary1010010101011001011001110110100111100100011111101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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