Shades of Indigo #460F80
Tints of Indigo #460F80
RGB
CMYK
RGB Variations
Color information
#460F80 (or 0x460F80) is known color: Indigo. HEX triplet: 46, 0F and 80. RGB value is (70,15,128). Sum of RGB (Red+Green+Blue) = 70+15+128=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 15 (6.25% from 255 or 7.04% from 213); Blue value is 128 (50.39% from 255 or 60.09% from 213); Max value from RGB is 128 - color contains mainly: blue. Hex color #460F80 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460F80 is #B9F07F. Grayscale: #2B2B2B. Windows color (decimal): -12185728 or 8392518. OLE color: 8392518.
HSL color Cylindrical-coordinate representation of color #460F80: hue angle of 269.2º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #460F80 is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 70 | 15 | 128 | - |
| CMYK | 0.45 | 0.88 | 0 | 0.50 |
| HSL | 269.2º | 0.79% | 0.28% | - |
| HSV(B) | 269.2º | 0.88% | 0.5% | - |
| XYZ | 6.59 | 3.2 | 20.69 | - |
| YUV | 44.33 | 175.22 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 128 | 0.45 | 0.88 | 0 | 0.50 | 269.2 | 0.79 | 0.28 |
| Hex | 46 | F | 80 | 2D | 58 | 0 | 32 | 10D | 4F | 1C |
| Octal | 106 | 17 | 200 | 55 | 130 | 0 | 62 | 415 | 117 | 34 |
| Binary | 1000110 | 1111 | 10000000 | 101101 | 1011000 | 0 | 110010 | 100001101 | 1001111 | 11100 |
Color Harmonies of #460F80
Complementary color
Monochromatic Colors of #460F80
Black with #460F80
Text Example
Text Example
White with #460F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460F80; }
p { color: rgb(70,15,128); }
H1.HeaderClassName
{
color: #460F80;
}
.AnyTagClassName
{
color: #460F80;
}
</style>
background-color css
<style>
a { background-color: #460F80; }
a { background-color: rgb(70,15,128); }
div.DivClassName
{
background-color: #460F80;
}
.BgClassName
{
background-color: #460F80;
}
</style>
border-color css
<style>
span { border-color: #460F80; }
span { border-color: rgb(70,15,128); }
td.TdClassName
{
border-color: #460F80;
}
.TagClassName
{
border-color: #460F80;
}
</style>