Shades of Indigo #460EA1
Tints of Indigo #460EA1
RGB
CMYK
RGB Variations
Color information
#460EA1 (or 0x460EA1) is known color: Indigo. HEX triplet: 46, 0E and A1. RGB value is (70,14,161). Sum of RGB (Red+Green+Blue) = 70+14+161=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 14 (5.86% from 255 or 5.71% from 245); Blue value is 161 (63.28% from 255 or 65.71% from 245); Max value from RGB is 161 - color contains mainly: blue. Hex color #460EA1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460EA1 is #B9F15E. Grayscale: #2E2E2E. Windows color (decimal): -12185951 or 10554950. OLE color: 10554950.
HSL color Cylindrical-coordinate representation of color #460EA1: hue angle of 262.86º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #460EA1 is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 70 | 14 | 161 | - |
| CMYK | 0.57 | 0.91 | 0 | 0.37 |
| HSL | 262.86º | 0.84% | 0.34% | - |
| HSV(B) | 262.86º | 0.91% | 0.63% | - |
| XYZ | 9.12 | 4.19 | 34.05 | - |
| YUV | 47.5 | 192.05 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 14 | 161 | 0.57 | 0.91 | 0 | 0.37 | 262.86 | 0.84 | 0.34 |
| Hex | 46 | E | A1 | 39 | 5B | 0 | 25 | 107 | 54 | 22 |
| Octal | 106 | 16 | 241 | 71 | 133 | 0 | 45 | 407 | 124 | 42 |
| Binary | 1000110 | 1110 | 10100001 | 111001 | 1011011 | 0 | 100101 | 100000111 | 1010100 | 100010 |
Color Harmonies of #460EA1
Complementary color
Monochromatic Colors of #460EA1
Black with #460EA1
Text Example
Text Example
White with #460EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460EA1; }
p { color: rgb(70,14,161); }
H1.HeaderClassName
{
color: #460EA1;
}
.AnyTagClassName
{
color: #460EA1;
}
</style>
background-color css
<style>
a { background-color: #460EA1; }
a { background-color: rgb(70,14,161); }
div.DivClassName
{
background-color: #460EA1;
}
.BgClassName
{
background-color: #460EA1;
}
</style>
border-color css
<style>
span { border-color: #460EA1; }
span { border-color: rgb(70,14,161); }
td.TdClassName
{
border-color: #460EA1;
}
.TagClassName
{
border-color: #460EA1;
}
</style>