Shades of Indigo #46056C
Tints of Indigo #46056C
RGB
CMYK
RGB Variations
Color information
#46056C (or 0x46056C) is known color: 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
| RGB | 70 | 5 | 108 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.58 |
| HSL | 277.86º | 0.91% | 0.22% | - |
| HSV(B) | 277.86º | 0.95% | 0.42% | - |
| XYZ | 5.29 | 2.49 | 14.39 | - |
| YUV | 36.18 | 168.53 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 5 | 108 | 0.35 | 0.95 | 0 | 0.58 | 277.86 | 0.91 | 0.22 |
| Hex | 46 | 5 | 6C | 23 | 5F | 0 | 3A | 116 | 5B | 16 |
| Octal | 106 | 5 | 154 | 43 | 137 | 0 | 72 | 426 | 133 | 26 |
| Binary | 1000110 | 101 | 1101100 | 100011 | 1011111 | 0 | 111010 | 100010110 | 1011011 | 10110 |
Color Harmonies of #46056C
Complementary color
Monochromatic Colors of #46056C
Black with #46056C
Text Example
Text Example
White with #46056C
Text Example
Text Example
HTML Codes & Css Web 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>