Shades of Indigo #46066C
Tints of Indigo #46066C
RGB
CMYK
RGB Variations
Color information
#46066C (or 0x46066C) is known color: Indigo. HEX triplet: 46, 06 and 6C. RGB value is (70,6,108). Sum of RGB (Red+Green+Blue) = 70+6+108=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 6 (2.73% from 255 or 3.26% from 184); Blue value is 108 (42.58% from 255 or 58.70% from 184); Max value from RGB is 108 - color contains mainly: blue. Hex color #46066C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46066C is #B9F993. Grayscale: #242424. Windows color (decimal): -12188052 or 7079494. OLE color: 7079494.
HSL color Cylindrical-coordinate representation of color #46066C: hue angle of 277.65º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #46066C is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 6 | 108 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.58 |
| HSL | 277.65º | 0.89% | 0.22% | - |
| HSV(B) | 277.65º | 0.94% | 0.42% | - |
| XYZ | 5.3 | 2.52 | 14.39 | - |
| YUV | 36.76 | 168.2 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 6 | 108 | 0.35 | 0.94 | 0 | 0.58 | 277.65 | 0.89 | 0.22 |
| Hex | 46 | 6 | 6C | 23 | 5E | 0 | 3A | 116 | 59 | 16 |
| Octal | 106 | 6 | 154 | 43 | 136 | 0 | 72 | 426 | 131 | 26 |
| Binary | 1000110 | 110 | 1101100 | 100011 | 1011110 | 0 | 111010 | 100010110 | 1011001 | 10110 |
Color Harmonies of #46066C
Complementary color
Monochromatic Colors of #46066C
Black with #46066C
Text Example
Text Example
White with #46066C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46066C; }
p { color: rgb(70,6,108); }
H1.HeaderClassName
{
color: #46066C;
}
.AnyTagClassName
{
color: #46066C;
}
</style>
background-color css
<style>
a { background-color: #46066C; }
a { background-color: rgb(70,6,108); }
div.DivClassName
{
background-color: #46066C;
}
.BgClassName
{
background-color: #46066C;
}
</style>
border-color css
<style>
span { border-color: #46066C; }
span { border-color: rgb(70,6,108); }
td.TdClassName
{
border-color: #46066C;
}
.TagClassName
{
border-color: #46066C;
}
</style>