#520963

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

Shades of Indigo #520963

Tints of Indigo #520963

Color information

#520963 (or 0x520963) is unknown color: approx Indigo. HEX triplet: 52, 09 and 63. RGB value is (82,9,99). Sum of RGB (Red+Green+Blue) = 82+9+99=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 9 (3.91% from 255 or 4.74% from 190); Blue value is 99 (39.06% from 255 or 52.11% from 190); Max value from RGB is 99 - color contains mainly: blue. Hex color #520963 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520963 is #ADF69C. Grayscale: #282828. Windows color (decimal): -11400861 or 6490450. OLE color: 6490450.

HSL color Cylindrical-coordinate representation of color #520963: hue angle of 288.67º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #520963 is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB82999-
CMYK0.170.9100.61
HSL288.67º83.33%21.18%-
HSV(B)288.67º90.91%38.82%-
XYZ5.832.8912.05-
YUV41.09160.68157.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.16%
GREEN value IS 9 (3.91% from 255) = 4.74%
BLUE value IS 99 (39.06% from 255) = 52.11%
R=43.16%
G=4.74%
B=52.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal829990.170.9100.61288.6783.3321.18
Hex52963115B03D1215315
Octal122111432113307544112325
Binary1010010100111000111000110110110111101100100001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520963; }

 p { color: rgb(82,9,99); }

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

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

 a { background-color: rgb(82,9,99); }

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

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

 span { border-color: rgb(82,9,99); }

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