#460166

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

Shades of Indigo #460166

Tints of Indigo #460166

Color information

#460166 (or 0x460166) is unknown color: approx Indigo. HEX triplet: 46, 01 and 66. RGB value is (70,1,102). Sum of RGB (Red+Green+Blue) = 70+1+102=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 102 (40.23% from 255 or 58.96% from 173); Max value from RGB is 102 - color contains mainly: blue. Hex color #460166 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460166 is #B9FE99. Grayscale: #202020. Windows color (decimal): -12189338 or 6684998. OLE color: 6684998.

HSL color Cylindrical-coordinate representation of color #460166: hue angle of 280.99º 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 #460166 is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB701102-
CMYK0.310.9900.6
HSL280.99º98.06%20.2%-
HSV(B)280.99º99.02%40%-
XYZ4.932.2812.75-
YUV33.14166.86154.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.46%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 102 (40.23% from 255) = 58.96%
R=40.46%
G=0.58%
B=58.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal7011020.310.9900.6280.9998.0620.2
Hex461661F6303C1196214
Octal10611463714307443114224
Binary1000110111001101111111000110111100100011001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460166; }

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

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

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

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

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

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

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

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