#5111a2

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

Shades of Indigo #5111A2

Tints of Indigo #5111A2

Color information

#5111A2 (or 0x5111A2) is unknown color: approx Indigo. HEX triplet: 51, 11 and A2. RGB value is (81,17,162). Sum of RGB (Red+Green+Blue) = 81+17+162=260 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.15% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 162 (63.67% from 255 or 62.31% from 260); Max value from RGB is 162 - color contains mainly: blue. Hex color #5111A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5111A2 is #AEEE5D. Grayscale: #343434. Windows color (decimal): -11464286 or 10621265. OLE color: 10621265.

HSL color Cylindrical-coordinate representation of color #5111A2: hue angle of 266.48º 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 #5111A2 is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8117162-
CMYK0.500.9000.36
HSL266.48º81.01%35.1%-
HSV(B)266.48º89.51%63.53%-
XYZ10.124.7634.57-
YUV52.67189.7148.21-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.15%
GREEN value IS 17 (7.03% from 255) = 6.54%
BLUE value IS 162 (63.67% from 255) = 62.31%
R=31.15%
G=6.54%
B=62.31%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal81171620.500.9000.36266.4881.0135.1
Hex5111A2325A02410a5123
Octal121212426213204441212143
Binary10100011000110100010110010101101001001001000010101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5111a2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5111a2; }

 p { color: rgb(81,17,162); }

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

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

 a { background-color: rgb(81,17,162); }

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

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

 span { border-color: rgb(81,17,162); }

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