#5114A0

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

Shades of Indigo #5114A0

Tints of Indigo #5114A0

Color information

#5114A0 (or 0x5114A0) is unknown color: approx Indigo. HEX triplet: 51, 14 and A0. RGB value is (81,20,160). Sum of RGB (Red+Green+Blue) = 81+20+160=261 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.03% from 261); Green value is 20 (8.20% from 255 or 7.66% from 261); Blue value is 160 (62.89% from 255 or 61.30% from 261); Max value from RGB is 160 - color contains mainly: blue. Hex color #5114A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5114A0 is #AEEB5F. Grayscale: #353535. Windows color (decimal): -11463520 or 10490961. OLE color: 10490961.

HSL color Cylindrical-coordinate representation of color #5114A0: hue angle of 266.14º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5114A0 is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB8120160-
CMYK0.490.8800.37
HSL266.14º77.78%35.29%-
HSV(B)266.14º87.5%62.75%-
XYZ9.994.7933.66-
YUV54.2187.71147.12-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.03%
GREEN value IS 20 (8.20% from 255) = 7.66%
BLUE value IS 160 (62.89% from 255) = 61.30%
R=31.03%
G=7.66%
B=61.30%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal81201600.490.8800.37266.1477.7835.29
Hex5114A0315802510a4e23
Octal121242406113004541211643
Binary10100011010010100000110001101100001001011000010101001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5114A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5114A0; }

 p { color: rgb(81,20,160); }

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

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

 a { background-color: rgb(81,20,160); }

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

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

 span { border-color: rgb(81,20,160); }

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