#510166

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

Shades of Indigo #510166

Tints of Indigo #510166

Color information

#510166 (or 0x510166) is unknown color: approx Indigo. HEX triplet: 51, 01 and 66. RGB value is (81,1,102). Sum of RGB (Red+Green+Blue) = 81+1+102=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 102 (40.23% from 255 or 55.43% from 184); Max value from RGB is 102 - color contains mainly: blue. Hex color #510166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510166 is #AEFE99. Grayscale: #242424. Windows color (decimal): -11468442 or 6685009. OLE color: 6685009.

HSL color Cylindrical-coordinate representation of color #510166: hue angle of 287.52º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #510166 is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB811102-
CMYK0.210.9900.6
HSL287.52º98.06%20.2%-
HSV(B)287.52º99.02%40%-
XYZ5.82.7312.79-
YUV36.43165159.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.02%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 102 (40.23% from 255) = 55.43%
R=44.02%
G=0.54%
B=55.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal8111020.210.9900.6287.5298.0620.2
Hex51166156303C1206214
Octal12111462514307444014224
Binary1010001111001101010111000110111100100100000110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510166; }

 p { color: rgb(81,1,102); }

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

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

 a { background-color: rgb(81,1,102); }

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

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

 span { border-color: rgb(81,1,102); }

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