#46058B

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

Shades of Indigo #46058B

Tints of Indigo #46058B

Color information

#46058B (or 0x46058B) is unknown color: approx Indigo. HEX triplet: 46, 05 and 8B. RGB value is (70,5,139). Sum of RGB (Red+Green+Blue) = 70+5+139=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 139 (54.69% from 255 or 64.95% from 214); Max value from RGB is 139 - color contains mainly: blue. Hex color #46058B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46058B is #B9FA74. Grayscale: #272727. Windows color (decimal): -12188277 or 9110854. OLE color: 9110854.

HSL color Cylindrical-coordinate representation of color #46058B: hue angle of 269.1º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #46058B is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB705139-
CMYK0.500.9600.45
HSL269.1º93.06%28.24%-
HSV(B)269.1º96.4%54.51%-
XYZ7.243.2724.68-
YUV39.71184.03149.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.71%
GREEN value IS 5 (2.34% from 255) = 2.34%
BLUE value IS 139 (54.69% from 255) = 64.95%
R=32.71%
G=2.34%
B=64.95%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7051390.500.9600.45269.193.0628.24
Hex4658B326002D10d5d1c
Octal10652136214005541513534
Binary10001101011000101111001011000000101101100001101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46058B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46058B; }

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

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

<style>
 a { background-color: #46058B; }

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

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

<style>
 span { border-color: #46058B; }

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

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