#46116B

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

Shades of Indigo #46116B

Tints of Indigo #46116B

Color information

#46116B (or 0x46116B) is unknown color: approx Indigo. HEX triplet: 46, 11 and 6B. RGB value is (70,17,107). Sum of RGB (Red+Green+Blue) = 70+17+107=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 107 (42.19% from 255 or 55.15% from 194); Max value from RGB is 107 - color contains mainly: blue. Hex color #46116B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46116B is #B9EE94. Grayscale: #2A2A2A. Windows color (decimal): -12185237 or 7016774. OLE color: 7016774.

HSL color Cylindrical-coordinate representation of color #46116B: hue angle of 275.33º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #46116B is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7017107-
CMYK0.350.8400.58
HSL275.33º72.58%24.31%-
HSV(B)275.33º84.11%41.96%-
XYZ5.382.7614.16-
YUV43.11164.06147.18-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.08%
GREEN value IS 17 (7.03% from 255) = 8.76%
BLUE value IS 107 (42.19% from 255) = 55.15%
R=36.08%
G=8.76%
B=55.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70171070.350.8400.58275.3372.5824.31
Hex46116B235403A1134918
Octal106211534312407242311130
Binary100011010001110101110001110101000111010100010011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46116B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46116B; }

 p { color: rgb(70,17,107); }

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

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

 a { background-color: rgb(70,17,107); }

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

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

 span { border-color: rgb(70,17,107); }

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