#46106A

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

Shades of Indigo #46106A

Tints of Indigo #46106A

Color information

#46106A (or 0x46106A) is unknown color: approx Indigo. HEX triplet: 46, 10 and 6A. RGB value is (70,16,106). Sum of RGB (Red+Green+Blue) = 70+16+106=192 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.46% from 192); Green value is 16 (6.64% from 255 or 8.33% from 192); Blue value is 106 (41.80% from 255 or 55.21% from 192); Max value from RGB is 106 - color contains mainly: blue. Hex color #46106A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46106A is #B9EF95. Grayscale: #2A2A2A. Windows color (decimal): -12185494 or 6950982. OLE color: 6950982.

HSL color Cylindrical-coordinate representation of color #46106A: hue angle of 276º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #46106A is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7016106-
CMYK0.340.8500.58
HSL276º73.77%23.92%-
HSV(B)276º84.91%41.57%-
XYZ5.312.7113.88-
YUV42.41163.89147.68-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.46%
GREEN value IS 16 (6.64% from 255) = 8.33%
BLUE value IS 106 (41.80% from 255) = 55.21%
R=36.46%
G=8.33%
B=55.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70161060.340.8500.5827673.7723.92
Hex46106A225503A1144a18
Octal106201524212507242411230
Binary100011010000110101010001010101010111010100010100100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46106A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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