#46159F

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

Shades of Indigo #46159F

Tints of Indigo #46159F

Color information

#46159F (or 0x46159F) is unknown color: approx Indigo. HEX triplet: 46, 15 and 9F. RGB value is (70,21,159). Sum of RGB (Red+Green+Blue) = 70+21+159=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 159 (62.5% from 255 or 63.6% from 250); Max value from RGB is 159 - color contains mainly: blue. Hex color #46159F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46159F is #B9EA60. Grayscale: #323232. Windows color (decimal): -12184161 or 10425670. OLE color: 10425670.

HSL color Cylindrical-coordinate representation of color #46159F: hue angle of 261.3º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #46159F is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7021159-
CMYK0.560.8700.38
HSL261.3º76.67%35.29%-
HSV(B)261.3º86.79%62.35%-
XYZ9.054.3433.16-
YUV51.38188.73141.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28%
GREEN value IS 21 (8.59% from 255) = 8.4%
BLUE value IS 159 (62.5% from 255) = 63.6%
R=28%
G=8.4%
B=63.6%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70211590.560.8700.38261.376.6735.29
Hex46159F38570261054d23
Octal106252377012704640511543
Binary10001101010110011111111000101011101001101000001011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46159F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46159F; }

 p { color: rgb(70,21,159); }

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

<style>
 a { background-color: #46159F; }

 a { background-color: rgb(70,21,159); }

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

<style>
 span { border-color: #46159F; }

 span { border-color: rgb(70,21,159); }

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