#5200A8

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

Shades of Indigo #5200A8

Tints of Indigo #5200A8

Color information

#5200A8 (or 0x5200A8) is unknown color: approx Indigo. HEX triplet: 52, 00 and A8. RGB value is (82,0,168). Sum of RGB (Red+Green+Blue) = 82+0+168=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 168 (66.02% from 255 or 67.2% from 250); Max value from RGB is 168 - color contains mainly: blue. Hex color #5200A8 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5200A8 is #ADFF57. Grayscale: #2B2B2B. Windows color (decimal): -11403096 or 11010130. OLE color: 11010130.

HSL color Cylindrical-coordinate representation of color #5200A8: hue angle of 269.29º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5200A8 is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB820168-
CMYK0.51100.34
HSL269.29º100%32.94%-
HSV(B)269.29º100%65.88%-
XYZ10.554.6237.38-
YUV43.67198.17155.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.8%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 168 (66.02% from 255) = 67.2%
R=32.8%
G=0%
B=67.2%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal8201680.51100.34269.2910032.94
Hex520A8336402210d6421
Octal12202506314404241514441
Binary1010010010101000110011110010001000101000011011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5200A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5200A8; }

 p { color: rgb(82,0,168); }

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

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

 a { background-color: rgb(82,0,168); }

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

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

 span { border-color: rgb(82,0,168); }

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