Shades of Indigo #460F9E
Tints of Indigo #460F9E
RGB
CMYK
RGB Variations
Color information
#460F9E (or 0x460F9E) is known color: Indigo. HEX triplet: 46, 0F and 9E. RGB value is (70,15,158). Sum of RGB (Red+Green+Blue) = 70+15+158=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 158 (62.11% from 255 or 65.02% from 243); Max value from RGB is 158 - color contains mainly: blue. Hex color #460F9E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460F9E is #B9F061. Grayscale: #2F2F2F. Windows color (decimal): -12185698 or 10358598. OLE color: 10358598.
HSL color Cylindrical-coordinate representation of color #460F9E: hue angle of 263.08º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #460F9E is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 15 | 158 | - |
| CMYK | 0.56 | 0.91 | 0 | 0.38 |
| HSL | 263.08º | 0.83% | 0.34% | - |
| HSV(B) | 263.08º | 0.91% | 0.62% | - |
| XYZ | 8.87 | 4.11 | 32.67 | - |
| YUV | 47.75 | 190.22 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 158 | 0.56 | 0.91 | 0 | 0.38 | 263.08 | 0.83 | 0.34 |
| Hex | 46 | F | 9E | 38 | 5B | 0 | 26 | 107 | 53 | 22 |
| Octal | 106 | 17 | 236 | 70 | 133 | 0 | 46 | 407 | 123 | 42 |
| Binary | 1000110 | 1111 | 10011110 | 111000 | 1011011 | 0 | 100110 | 100000111 | 1010011 | 100010 |
Color Harmonies of #460F9E
Complementary color
Monochromatic Colors of #460F9E
Black with #460F9E
Text Example
Text Example
White with #460F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460F9E; }
p { color: rgb(70,15,158); }
H1.HeaderClassName
{
color: #460F9E;
}
.AnyTagClassName
{
color: #460F9E;
}
</style>
background-color css
<style>
a { background-color: #460F9E; }
a { background-color: rgb(70,15,158); }
div.DivClassName
{
background-color: #460F9E;
}
.BgClassName
{
background-color: #460F9E;
}
</style>
border-color css
<style>
span { border-color: #460F9E; }
span { border-color: rgb(70,15,158); }
td.TdClassName
{
border-color: #460F9E;
}
.TagClassName
{
border-color: #460F9E;
}
</style>