Shades of Indigo #460F95
Tints of Indigo #460F95
RGB
CMYK
RGB Variations
Color information
#460F95 (or 0x460F95) is known color: Indigo. HEX triplet: 46, 0F and 95. RGB value is (70,15,149). Sum of RGB (Red+Green+Blue) = 70+15+149=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 15 (6.25% from 255 or 6.41% from 234); Blue value is 149 (58.59% from 255 or 63.68% from 234); Max value from RGB is 149 - color contains mainly: blue. Hex color #460F95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460F95 is #B9F06A. Grayscale: #2E2E2E. Windows color (decimal): -12185707 or 9768774. OLE color: 9768774.
HSL color Cylindrical-coordinate representation of color #460F95: hue angle of 264.63º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #460F95 is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 15 | 149 | - |
| CMYK | 0.53 | 0.90 | 0 | 0.42 |
| HSL | 264.63º | 0.82% | 0.32% | - |
| HSV(B) | 264.63º | 0.9% | 0.58% | - |
| XYZ | 8.12 | 3.81 | 28.74 | - |
| YUV | 46.72 | 185.72 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 149 | 0.53 | 0.90 | 0 | 0.42 | 264.63 | 0.82 | 0.32 |
| Hex | 46 | F | 95 | 35 | 5A | 0 | 2A | 109 | 52 | 20 |
| Octal | 106 | 17 | 225 | 65 | 132 | 0 | 52 | 411 | 122 | 40 |
| Binary | 1000110 | 1111 | 10010101 | 110101 | 1011010 | 0 | 101010 | 100001001 | 1010010 | 100000 |
Color Harmonies of #460F95
Complementary color
Monochromatic Colors of #460F95
Black with #460F95
Text Example
Text Example
White with #460F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460F95; }
p { color: rgb(70,15,149); }
H1.HeaderClassName
{
color: #460F95;
}
.AnyTagClassName
{
color: #460F95;
}
</style>
background-color css
<style>
a { background-color: #460F95; }
a { background-color: rgb(70,15,149); }
div.DivClassName
{
background-color: #460F95;
}
.BgClassName
{
background-color: #460F95;
}
</style>
border-color css
<style>
span { border-color: #460F95; }
span { border-color: rgb(70,15,149); }
td.TdClassName
{
border-color: #460F95;
}
.TagClassName
{
border-color: #460F95;
}
</style>