#5011A4

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

Shades of Indigo #5011A4

Tints of Indigo #5011A4

Color information

#5011A4 (or 0x5011A4) is unknown color: approx Indigo. HEX triplet: 50, 11 and A4. RGB value is (80,17,164). Sum of RGB (Red+Green+Blue) = 80+17+164=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 164 (64.45% from 255 or 62.84% from 261); Max value from RGB is 164 - color contains mainly: blue. Hex color #5011A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5011A4 is #AFEE5B. Grayscale: #343434. Windows color (decimal): -11529820 or 10752336. OLE color: 10752336.

HSL color Cylindrical-coordinate representation of color #5011A4: hue angle of 265.71º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5011A4 is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8017164-
CMYK0.510.9000.36
HSL265.71º81.22%35.49%-
HSV(B)265.71º89.63%64.31%-
XYZ10.214.7935.51-
YUV52.6190.87147.55-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.65%
GREEN value IS 17 (7.03% from 255) = 6.51%
BLUE value IS 164 (64.45% from 255) = 62.84%
R=30.65%
G=6.51%
B=62.84%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal80171640.510.9000.36265.7181.2235.49
Hex5011A4335A02410a5123
Octal120212446313204441212143
Binary10100001000110100100110011101101001001001000010101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5011A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5011A4; }

 p { color: rgb(80,17,164); }

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

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

 a { background-color: rgb(80,17,164); }

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

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

 span { border-color: rgb(80,17,164); }

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