#5108A1

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

Shades of Indigo #5108A1

Tints of Indigo #5108A1

Color information

#5108A1 (or 0x5108A1) is unknown color: approx Indigo. HEX triplet: 51, 08 and A1. RGB value is (81,8,161). Sum of RGB (Red+Green+Blue) = 81+8+161=250 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.4% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 161 (63.28% from 255 or 64.4% from 250); Max value from RGB is 161 - color contains mainly: blue. Hex color #5108A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5108A1 is #AEF75E. Grayscale: #2E2E2E. Windows color (decimal): -11466591 or 10553425. OLE color: 10553425.

HSL color Cylindrical-coordinate representation of color #5108A1: hue angle of 268.63º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5108A1 is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB818161-
CMYK0.500.9500.37
HSL268.63º90.53%33.14%-
HSV(B)268.63º95.03%63.14%-
XYZ9.914.534.06-
YUV47.27192.18152.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.4%
GREEN value IS 8 (3.52% from 255) = 3.2%
BLUE value IS 161 (63.28% from 255) = 64.4%
R=32.4%
G=3.2%
B=64.4%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal8181610.500.9500.37268.6390.5333.14
Hex518A1325F02510d5b21
Octal121102416213704541513341
Binary1010001100010100001110010101111101001011000011011011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5108A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5108A1; }

 p { color: rgb(81,8,161); }

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

<style>
 a { background-color: #5108A1; }

 a { background-color: rgb(81,8,161); }

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

<style>
 span { border-color: #5108A1; }

 span { border-color: rgb(81,8,161); }

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