#46015E

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

Shades of Indigo #46015E

Tints of Indigo #46015E

Color information

#46015E (or 0x46015E) is unknown color: approx Indigo. HEX triplet: 46, 01 and 5E. RGB value is (70,1,94). Sum of RGB (Red+Green+Blue) = 70+1+94=165 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.42% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 94 (37.11% from 255 or 56.97% from 165); Max value from RGB is 94 - color contains mainly: blue. Hex color #46015E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46015E is #B9FEA1. Grayscale: #1F1F1F. Windows color (decimal): -12189346 or 6160710. OLE color: 6160710.

HSL color Cylindrical-coordinate representation of color #46015E: hue angle of 284.52º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #46015E is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB70194-
CMYK0.260.9900.63
HSL284.52º97.89%18.63%-
HSV(B)284.52º98.94%36.86%-
XYZ4.562.1310.76-
YUV32.23162.86154.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.42%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 94 (37.11% from 255) = 56.97%
R=42.42%
G=0.61%
B=56.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal701940.260.9900.63284.5297.8918.63
Hex4615E1A6303F11d6213
Octal10611363214307743514223
Binary1000110110111101101011000110111111100011101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46015E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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