Shades of Indigo #460AAD
Tints of Indigo #460AAD
RGB
CMYK
RGB Variations
Color information
#460AAD (or 0x460AAD) is known color: Indigo. HEX triplet: 46, 0A and AD. RGB value is (70,10,173). Sum of RGB (Red+Green+Blue) = 70+10+173=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 10 (4.30% from 255 or 3.95% from 253); Blue value is 173 (67.97% from 255 or 68.38% from 253); Max value from RGB is 173 - color contains mainly: blue. Hex color #460AAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460AAD is #B9F552. Grayscale: #2D2D2D. Windows color (decimal): -12186963 or 11340358. OLE color: 11340358.
HSL color Cylindrical-coordinate representation of color #460AAD: hue angle of 262.09º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460AAD is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 70 | 10 | 173 | - |
| CMYK | 0.60 | 0.94 | 0 | 0.32 |
| HSL | 262.09º | 0.89% | 0.36% | - |
| HSV(B) | 262.09º | 0.94% | 0.68% | - |
| XYZ | 10.18 | 4.54 | 39.87 | - |
| YUV | 46.52 | 199.38 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 10 | 173 | 0.60 | 0.94 | 0 | 0.32 | 262.09 | 0.89 | 0.36 |
| Hex | 46 | A | AD | 3C | 5E | 0 | 20 | 106 | 59 | 24 |
| Octal | 106 | 12 | 255 | 74 | 136 | 0 | 40 | 406 | 131 | 44 |
| Binary | 1000110 | 1010 | 10101101 | 111100 | 1011110 | 0 | 100000 | 100000110 | 1011001 | 100100 |
Color Harmonies of #460AAD
Complementary color
Monochromatic Colors of #460AAD
Black with #460AAD
Text Example
Text Example
White with #460AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460AAD; }
p { color: rgb(70,10,173); }
H1.HeaderClassName
{
color: #460AAD;
}
.AnyTagClassName
{
color: #460AAD;
}
</style>
background-color css
<style>
a { background-color: #460AAD; }
a { background-color: rgb(70,10,173); }
div.DivClassName
{
background-color: #460AAD;
}
.BgClassName
{
background-color: #460AAD;
}
</style>
border-color css
<style>
span { border-color: #460AAD; }
span { border-color: rgb(70,10,173); }
td.TdClassName
{
border-color: #460AAD;
}
.TagClassName
{
border-color: #460AAD;
}
</style>