#46169D

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

Shades of Indigo #46169D

Tints of Indigo #46169D

Color information

#46169D (or 0x46169D) is unknown color: approx Indigo. HEX triplet: 46, 16 and 9D. RGB value is (70,22,157). Sum of RGB (Red+Green+Blue) = 70+22+157=249 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.11% from 249); Green value is 22 (8.98% from 255 or 8.84% from 249); Blue value is 157 (61.72% from 255 or 63.05% from 249); Max value from RGB is 157 - color contains mainly: blue. Hex color #46169D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46169D is #B9E962. Grayscale: #333333. Windows color (decimal): -12183907 or 10294854. OLE color: 10294854.

HSL color Cylindrical-coordinate representation of color #46169D: hue angle of 261.33º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #46169D is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7022157-
CMYK0.550.8600.38
HSL261.33º75.42%35.1%-
HSV(B)261.33º85.99%61.57%-
XYZ8.94.3132.26-
YUV51.74187.4141.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.11%
GREEN value IS 22 (8.98% from 255) = 8.84%
BLUE value IS 157 (61.72% from 255) = 63.05%
R=28.11%
G=8.84%
B=63.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70221570.550.8600.38261.3375.4235.1
Hex46169D37560261054b23
Octal106262356712604640511343
Binary10001101011010011101110111101011001001101000001011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46169D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46169D; }

 p { color: rgb(70,22,157); }

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

<style>
 a { background-color: #46169D; }

 a { background-color: rgb(70,22,157); }

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

<style>
 span { border-color: #46169D; }

 span { border-color: rgb(70,22,157); }

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