Shades of Indigo #460BAC
Tints of Indigo #460BAC
RGB
CMYK
RGB Variations
Color information
#460BAC (or 0x460BAC) is known color: Indigo. HEX triplet: 46, 0B and AC. RGB value is (70,11,172). Sum of RGB (Red+Green+Blue) = 70+11+172=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 11 (4.69% from 255 or 4.35% from 253); Blue value is 172 (67.58% from 255 or 67.98% from 253); Max value from RGB is 172 - color contains mainly: blue. Hex color #460BAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460BAC is #B9F453. Grayscale: #2E2E2E. Windows color (decimal): -12186708 or 11275078. OLE color: 11275078.
HSL color Cylindrical-coordinate representation of color #460BAC: hue angle of 261.99º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460BAC is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 11 | 172 | - |
| CMYK | 0.59 | 0.94 | 0 | 0.33 |
| HSL | 261.99º | 0.88% | 0.36% | - |
| HSV(B) | 261.99º | 0.94% | 0.67% | - |
| XYZ | 10.09 | 4.52 | 39.37 | - |
| YUV | 47 | 198.55 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 172 | 0.59 | 0.94 | 0 | 0.33 | 261.99 | 0.88 | 0.36 |
| Hex | 46 | B | AC | 3B | 5E | 0 | 21 | 106 | 58 | 24 |
| Octal | 106 | 13 | 254 | 73 | 136 | 0 | 41 | 406 | 130 | 44 |
| Binary | 1000110 | 1011 | 10101100 | 111011 | 1011110 | 0 | 100001 | 100000110 | 1011000 | 100100 |
Color Harmonies of #460BAC
Complementary color
Monochromatic Colors of #460BAC
Black with #460BAC
Text Example
Text Example
White with #460BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460BAC; }
p { color: rgb(70,11,172); }
H1.HeaderClassName
{
color: #460BAC;
}
.AnyTagClassName
{
color: #460BAC;
}
</style>
background-color css
<style>
a { background-color: #460BAC; }
a { background-color: rgb(70,11,172); }
div.DivClassName
{
background-color: #460BAC;
}
.BgClassName
{
background-color: #460BAC;
}
</style>
border-color css
<style>
span { border-color: #460BAC; }
span { border-color: rgb(70,11,172); }
td.TdClassName
{
border-color: #460BAC;
}
.TagClassName
{
border-color: #460BAC;
}
</style>