#46056C

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

Shades of Indigo #46056C

Tints of Indigo #46056C

Color information

#46056C (or 0x46056C) is unknown color: approx Indigo. HEX triplet: 46, 05 and 6C. RGB value is (70,5,108). Sum of RGB (Red+Green+Blue) = 70+5+108=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 108 (42.58% from 255 or 59.02% from 183); Max value from RGB is 108 - color contains mainly: blue. Hex color #46056C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46056C is #B9FA93. Grayscale: #232323. Windows color (decimal): -12188308 or 7079238. OLE color: 7079238.

HSL color Cylindrical-coordinate representation of color #46056C: hue angle of 277.86º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #46056C is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB705108-
CMYK0.350.9500.58
HSL277.86º91.15%22.16%-
HSV(B)277.86º95.37%42.35%-
XYZ5.292.4914.39-
YUV36.18168.53152.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.25%
GREEN value IS 5 (2.34% from 255) = 2.73%
BLUE value IS 108 (42.58% from 255) = 59.02%
R=38.25%
G=2.73%
B=59.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7051080.350.9500.58277.8691.1522.16
Hex4656C235F03A1165b16
Octal10651544313707242613326
Binary1000110101110110010001110111110111010100010110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46056C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46056C; }

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

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

<style>
 a { background-color: #46056C; }

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

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

<style>
 span { border-color: #46056C; }

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

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