#46016C

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

Shades of Indigo #46016C

Tints of Indigo #46016C

Color information

#46016C (or 0x46016C) is unknown color: approx Indigo. HEX triplet: 46, 01 and 6C. RGB value is (70,1,108). Sum of RGB (Red+Green+Blue) = 70+1+108=179 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.11% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 108 (42.58% from 255 or 60.34% from 179); Max value from RGB is 108 - color contains mainly: blue. Hex color #46016C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46016C is #B9FE93. Grayscale: #212121. Windows color (decimal): -12189332 or 7078214. OLE color: 7078214.

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

Color convert

RGB701108-
CMYK0.350.9900.58
HSL278.69º98.17%21.37%-
HSV(B)278.69º99.07%42.35%-
XYZ5.242.4114.38-
YUV33.83169.86153.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.11%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 108 (42.58% from 255) = 60.34%
R=39.11%
G=0.56%
B=60.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7011080.350.9900.58278.6998.1721.37
Hex4616C236303A1176215
Octal10611544314307242714225
Binary10001101110110010001111000110111010100010111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46016C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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