#46106D

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

Shades of Indigo #46106D

Tints of Indigo #46106D

Color information

#46106D (or 0x46106D) is unknown color: approx Indigo. HEX triplet: 46, 10 and 6D. RGB value is (70,16,109). Sum of RGB (Red+Green+Blue) = 70+16+109=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 109 (42.97% from 255 or 55.90% from 195); Max value from RGB is 109 - color contains mainly: blue. Hex color #46106D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46106D is #B9EF92. Grayscale: #2A2A2A. Windows color (decimal): -12185491 or 7147590. OLE color: 7147590.

HSL color Cylindrical-coordinate representation of color #46106D: hue angle of 274.84º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #46106D is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7016109-
CMYK0.360.8500.57
HSL274.84º74.4%24.51%-
HSV(B)274.84º85.32%42.75%-
XYZ5.472.7814.72-
YUV42.75165.39147.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.90%
GREEN value IS 16 (6.64% from 255) = 8.21%
BLUE value IS 109 (42.97% from 255) = 55.90%
R=35.90%
G=8.21%
B=55.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal70161090.360.8500.57274.8474.424.51
Hex46106D24550391134a19
Octal106201554412507142311231
Binary100011010000110110110010010101010111001100010011100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46106D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46106D; }

 p { color: rgb(70,16,109); }

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

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

 a { background-color: rgb(70,16,109); }

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

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

 span { border-color: rgb(70,16,109); }

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