Shades of Indigo #460AA5
Tints of Indigo #460AA5
RGB
CMYK
RGB Variations
Color information
#460AA5 (or 0x460AA5) is known color: Indigo. HEX triplet: 46, 0A and A5. RGB value is (70,10,165). Sum of RGB (Red+Green+Blue) = 70+10+165=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 165 (64.84% from 255 or 67.35% from 245); Max value from RGB is 165 - color contains mainly: blue. Hex color #460AA5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460AA5 is #B9F55A. Grayscale: #2D2D2D. Windows color (decimal): -12186971 or 10816070. OLE color: 10816070.
HSL color Cylindrical-coordinate representation of color #460AA5: hue angle of 263.23º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460AA5 is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 70 | 10 | 165 | - |
| CMYK | 0.58 | 0.94 | 0 | 0.35 |
| HSL | 263.23º | 0.89% | 0.34% | - |
| HSV(B) | 263.23º | 0.94% | 0.65% | - |
| XYZ | 9.43 | 4.24 | 35.92 | - |
| YUV | 45.61 | 195.38 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 10 | 165 | 0.58 | 0.94 | 0 | 0.35 | 263.23 | 0.89 | 0.34 |
| Hex | 46 | A | A5 | 3A | 5E | 0 | 23 | 107 | 59 | 22 |
| Octal | 106 | 12 | 245 | 72 | 136 | 0 | 43 | 407 | 131 | 42 |
| Binary | 1000110 | 1010 | 10100101 | 111010 | 1011110 | 0 | 100011 | 100000111 | 1011001 | 100010 |
Color Harmonies of #460AA5
Complementary color
Monochromatic Colors of #460AA5
Black with #460AA5
Text Example
Text Example
White with #460AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460AA5; }
p { color: rgb(70,10,165); }
H1.HeaderClassName
{
color: #460AA5;
}
.AnyTagClassName
{
color: #460AA5;
}
</style>
background-color css
<style>
a { background-color: #460AA5; }
a { background-color: rgb(70,10,165); }
div.DivClassName
{
background-color: #460AA5;
}
.BgClassName
{
background-color: #460AA5;
}
</style>
border-color css
<style>
span { border-color: #460AA5; }
span { border-color: rgb(70,10,165); }
td.TdClassName
{
border-color: #460AA5;
}
.TagClassName
{
border-color: #460AA5;
}
</style>