#5201AD

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

Shades of Indigo #5201AD

Tints of Indigo #5201AD

Color information

#5201AD (or 0x5201AD) is unknown color: approx Indigo. HEX triplet: 52, 01 and AD. RGB value is (82,1,173). Sum of RGB (Red+Green+Blue) = 82+1+173=256 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.03% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 173 (67.97% from 255 or 67.58% from 256); Max value from RGB is 173 - color contains mainly: blue. Hex color #5201AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5201AD is #ADFE52. Grayscale: #2C2C2C. Windows color (decimal): -11402835 or 11338066. OLE color: 11338066.

HSL color Cylindrical-coordinate representation of color #5201AD: hue angle of 268.26º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5201AD is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB821173-
CMYK0.530.9900.32
HSL268.26º98.85%34.12%-
HSV(B)268.26º99.42%67.84%-
XYZ11.034.8339.89-
YUV44.83200.34154.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.03%
GREEN value IS 1 (0.78% from 255) = 0.39%
BLUE value IS 173 (67.97% from 255) = 67.58%
R=32.03%
G=0.39%
B=67.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal8211730.530.9900.32268.2698.8534.12
Hex521AD356302010c6322
Octal12212556514304041414342
Binary1010010110101101110101110001101000001000011001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5201AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5201AD; }

 p { color: rgb(82,1,173); }

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

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

 a { background-color: rgb(82,1,173); }

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

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

 span { border-color: rgb(82,1,173); }

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