#46116A

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

Shades of Indigo #46116A

Tints of Indigo #46116A

Color information

#46116A (or 0x46116A) is unknown color: approx Indigo. HEX triplet: 46, 11 and 6A. RGB value is (70,17,106). Sum of RGB (Red+Green+Blue) = 70+17+106=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 17 (7.03% from 255 or 8.81% from 193); Blue value is 106 (41.80% from 255 or 54.92% from 193); Max value from RGB is 106 - color contains mainly: blue. Hex color #46116A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46116A is #B9EE95. Grayscale: #2A2A2A. Windows color (decimal): -12185238 or 6951238. OLE color: 6951238.

HSL color Cylindrical-coordinate representation of color #46116A: hue angle of 275.73º degrees, saturation: 0.72, 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 #46116A is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7017106-
CMYK0.340.8400.58
HSL275.73º72.36%24.12%-
HSV(B)275.73º83.96%41.57%-
XYZ5.332.7413.88-
YUV42.99163.56147.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.27%
GREEN value IS 17 (7.03% from 255) = 8.81%
BLUE value IS 106 (41.80% from 255) = 54.92%
R=36.27%
G=8.81%
B=54.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70171060.340.8400.58275.7372.3624.12
Hex46116A225403A1144818
Octal106211524212407242411030
Binary100011010001110101010001010101000111010100010100100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46116A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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