#46116C

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

Shades of Indigo #46116C

Tints of Indigo #46116C

Color information

#46116C (or 0x46116C) is unknown color: approx Indigo. HEX triplet: 46, 11 and 6C. RGB value is (70,17,108). Sum of RGB (Red+Green+Blue) = 70+17+108=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 108 (42.58% from 255 or 55.38% from 195); Max value from RGB is 108 - color contains mainly: blue. Hex color #46116C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46116C is #B9EE93. Grayscale: #2A2A2A. Windows color (decimal): -12185236 or 7082310. OLE color: 7082310.

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

Color convert

RGB7017108-
CMYK0.350.8400.58
HSL274.95º72.8%24.51%-
HSV(B)274.95º84.26%42.35%-
XYZ5.432.7914.44-
YUV43.22164.56147.1-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.90%
GREEN value IS 17 (7.03% from 255) = 8.72%
BLUE value IS 108 (42.58% from 255) = 55.38%
R=35.90%
G=8.72%
B=55.38%

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
Decimal70171080.350.8400.58274.9572.824.51
Hex46116C235403A1134919
Octal106211544312407242311131
Binary100011010001110110010001110101000111010100010011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46116C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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