#46119E

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

Shades of Indigo #46119E

Tints of Indigo #46119E

Color information

#46119E (or 0x46119E) is unknown color: approx Indigo. HEX triplet: 46, 11 and 9E. RGB value is (70,17,158). Sum of RGB (Red+Green+Blue) = 70+17+158=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 158 (62.11% from 255 or 64.49% from 245); Max value from RGB is 158 - color contains mainly: blue. Hex color #46119E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46119E is #B9EE61. Grayscale: #303030. Windows color (decimal): -12185186 or 10359110. OLE color: 10359110.

HSL color Cylindrical-coordinate representation of color #46119E: hue angle of 262.55º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #46119E is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7017158-
CMYK0.560.8900.38
HSL262.55º80.57%34.31%-
HSV(B)262.55º89.24%61.96%-
XYZ8.94.1732.68-
YUV48.92189.56143.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.57%
GREEN value IS 17 (7.03% from 255) = 6.94%
BLUE value IS 158 (62.11% from 255) = 64.49%
R=28.57%
G=6.94%
B=64.49%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70171580.560.8900.38262.5580.5734.31
Hex46119E38590261075122
Octal106212367013104640712142
Binary10001101000110011110111000101100101001101000001111010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46119E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46119E; }

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

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

<style>
 a { background-color: #46119E; }

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

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

<style>
 span { border-color: #46119E; }

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

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