Shades of Indigo #460F66
Tints of Indigo #460F66
RGB
CMYK
RGB Variations
Color information
#460F66 (or 0x460F66) is known color: Indigo. HEX triplet: 46, 0F and 66. RGB value is (70,15,102). Sum of RGB (Red+Green+Blue) = 70+15+102=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 15 (6.25% from 255 or 8.02% from 187); Blue value is 102 (40.23% from 255 or 54.55% from 187); Max value from RGB is 102 - color contains mainly: blue. Hex color #460F66 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460F66 is #B9F099. Grayscale: #292929. Windows color (decimal): -12185754 or 6688582. OLE color: 6688582.
HSL color Cylindrical-coordinate representation of color #460F66: hue angle of 277.93º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #460F66 is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 70 | 15 | 102 | - |
| CMYK | 0.31 | 0.85 | 0 | 0.6 |
| HSL | 277.93º | 0.74% | 0.23% | - |
| HSV(B) | 277.93º | 0.85% | 0.4% | - |
| XYZ | 5.09 | 2.6 | 12.8 | - |
| YUV | 41.36 | 162.22 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 102 | 0.31 | 0.85 | 0 | 0.6 | 277.93 | 0.74 | 0.23 |
| Hex | 46 | F | 66 | 1F | 55 | 0 | 3C | 116 | 4A | 17 |
| Octal | 106 | 17 | 146 | 37 | 125 | 0 | 74 | 426 | 112 | 27 |
| Binary | 1000110 | 1111 | 1100110 | 11111 | 1010101 | 0 | 111100 | 100010110 | 1001010 | 10111 |
Color Harmonies of #460F66
Complementary color
Monochromatic Colors of #460F66
Black with #460F66
Text Example
Text Example
White with #460F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460F66; }
p { color: rgb(70,15,102); }
H1.HeaderClassName
{
color: #460F66;
}
.AnyTagClassName
{
color: #460F66;
}
</style>
background-color css
<style>
a { background-color: #460F66; }
a { background-color: rgb(70,15,102); }
div.DivClassName
{
background-color: #460F66;
}
.BgClassName
{
background-color: #460F66;
}
</style>
border-color css
<style>
span { border-color: #460F66; }
span { border-color: rgb(70,15,102); }
td.TdClassName
{
border-color: #460F66;
}
.TagClassName
{
border-color: #460F66;
}
</style>