#5107A9

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

Shades of Indigo #5107A9

Tints of Indigo #5107A9

Color information

#5107A9 (or 0x5107A9) is unknown color: approx Indigo. HEX triplet: 51, 07 and A9. RGB value is (81,7,169). Sum of RGB (Red+Green+Blue) = 81+7+169=257 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.52% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 169 (66.41% from 255 or 65.76% from 257); Max value from RGB is 169 - color contains mainly: blue. Hex color #5107A9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5107A9 is #AEF856. Grayscale: #2F2F2F. Windows color (decimal): -11466839 or 11077457. OLE color: 11077457.

HSL color Cylindrical-coordinate representation of color #5107A9: hue angle of 267.41º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5107A9 is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB817169-
CMYK0.520.9600.34
HSL267.41º92.05%34.51%-
HSV(B)267.41º95.86%66.27%-
XYZ10.634.7737.9-
YUV47.59196.52151.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.52%
GREEN value IS 7 (3.12% from 255) = 2.72%
BLUE value IS 169 (66.41% from 255) = 65.76%
R=31.52%
G=2.72%
B=65.76%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal8171690.520.9600.34267.4192.0534.51
Hex517A9346002210b5c23
Octal12172516414004241313443
Binary101000111110101001110100110000001000101000010111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5107A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5107A9; }

 p { color: rgb(81,7,169); }

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

<style>
 a { background-color: #5107A9; }

 a { background-color: rgb(81,7,169); }

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

<style>
 span { border-color: #5107A9; }

 span { border-color: rgb(81,7,169); }

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