Shades of Indigo #460BAE
Tints of Indigo #460BAE
RGB
CMYK
RGB Variations
Color information
#460BAE (or 0x460BAE) is known color: Indigo. HEX triplet: 46, 0B and AE. RGB value is (70,11,174). Sum of RGB (Red+Green+Blue) = 70+11+174=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 11 (4.69% from 255 or 4.31% from 255); Blue value is 174 (68.36% from 255 or 68.24% from 255); Max value from RGB is 174 - color contains mainly: blue. Hex color #460BAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460BAE is #B9F451. Grayscale: #2E2E2E. Windows color (decimal): -12186706 or 11406150. OLE color: 11406150.
HSL color Cylindrical-coordinate representation of color #460BAE: hue angle of 261.72º degrees, saturation: 0.88, 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 #460BAE is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 70 | 11 | 174 | - |
| CMYK | 0.60 | 0.94 | 0 | 0.32 |
| HSL | 261.72º | 0.88% | 0.36% | - |
| HSV(B) | 261.72º | 0.94% | 0.68% | - |
| XYZ | 10.29 | 4.6 | 40.39 | - |
| YUV | 47.22 | 199.55 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 174 | 0.60 | 0.94 | 0 | 0.32 | 261.72 | 0.88 | 0.36 |
| Hex | 46 | B | AE | 3C | 5E | 0 | 20 | 106 | 58 | 24 |
| Octal | 106 | 13 | 256 | 74 | 136 | 0 | 40 | 406 | 130 | 44 |
| Binary | 1000110 | 1011 | 10101110 | 111100 | 1011110 | 0 | 100000 | 100000110 | 1011000 | 100100 |
Color Harmonies of #460BAE
Complementary color
Monochromatic Colors of #460BAE
Black with #460BAE
Text Example
Text Example
White with #460BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460BAE; }
p { color: rgb(70,11,174); }
H1.HeaderClassName
{
color: #460BAE;
}
.AnyTagClassName
{
color: #460BAE;
}
</style>
background-color css
<style>
a { background-color: #460BAE; }
a { background-color: rgb(70,11,174); }
div.DivClassName
{
background-color: #460BAE;
}
.BgClassName
{
background-color: #460BAE;
}
</style>
border-color css
<style>
span { border-color: #460BAE; }
span { border-color: rgb(70,11,174); }
td.TdClassName
{
border-color: #460BAE;
}
.TagClassName
{
border-color: #460BAE;
}
</style>