#5106AA

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

Shades of Indigo #5106AA

Tints of Indigo #5106AA

Color information

#5106AA (or 0x5106AA) is unknown color: approx Indigo. HEX triplet: 51, 06 and AA. RGB value is (81,6,170). Sum of RGB (Red+Green+Blue) = 81+6+170=257 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.52% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 170 (66.80% from 255 or 66.15% from 257); Max value from RGB is 170 - color contains mainly: blue. Hex color #5106AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5106AA is #AEF955. Grayscale: #2E2E2E. Windows color (decimal): -11467094 or 11142737. OLE color: 11142737.

HSL color Cylindrical-coordinate representation of color #5106AA: hue angle of 267.44º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5106AA is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB816170-
CMYK0.520.9600.33
HSL267.44º93.18%34.51%-
HSV(B)267.44º96.47%66.67%-
XYZ10.714.7838.39-
YUV47.12197.35152.16-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.52%
GREEN value IS 6 (2.73% from 255) = 2.33%
BLUE value IS 170 (66.80% from 255) = 66.15%
R=31.52%
G=2.33%
B=66.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal8161700.520.9600.33267.4493.1834.51
Hex516AA346002110b5d23
Octal12162526414004141313543
Binary101000111010101010110100110000001000011000010111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5106AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5106AA; }

 p { color: rgb(81,6,170); }

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

<style>
 a { background-color: #5106AA; }

 a { background-color: rgb(81,6,170); }

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

<style>
 span { border-color: #5106AA; }

 span { border-color: rgb(81,6,170); }

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