#46055f

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

Shades of Indigo #46055F

Tints of Indigo #46055F

Color information

#46055F (or 0x46055F) is unknown color: approx Indigo. HEX triplet: 46, 05 and 5F. RGB value is (70,5,95). Sum of RGB (Red+Green+Blue) = 70+5+95=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 95 (37.5% from 255 or 55.88% from 170); Max value from RGB is 95 - color contains mainly: blue. Hex color #46055F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46055F is #B9FAA0. Grayscale: #222222. Windows color (decimal): -12188321 or 6227270. OLE color: 6227270.

HSL color Cylindrical-coordinate representation of color #46055F: hue angle of 283.33º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #46055F is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB70595-
CMYK0.260.9500.63
HSL283.33º90%19.61%-
HSV(B)283.33º94.74%37.25%-
XYZ4.652.2411.01-
YUV34.7162.03153.18-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.18%
GREEN value IS 5 (2.34% from 255) = 2.94%
BLUE value IS 95 (37.5% from 255) = 55.88%
R=41.18%
G=2.94%
B=55.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal705950.260.9500.63283.339019.61
Hex4655F1A5F03F11b5a14
Octal10651373213707743313224
Binary100011010110111111101010111110111111100011011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46055f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46055f; }

 p { color: rgb(70,5,95); }

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

<style>
 a { background-color: #46055f; }

 a { background-color: rgb(70,5,95); }

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

<style>
 span { border-color: #46055f; }

 span { border-color: rgb(70,5,95); }

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