Shades of Indigo #460B84
Tints of Indigo #460B84
RGB
CMYK
RGB Variations
Color information
#460B84 (or 0x460B84) is known color: Indigo. HEX triplet: 46, 0B and 84. RGB value is (70,11,132). Sum of RGB (Red+Green+Blue) = 70+11+132=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 11 (4.69% from 255 or 5.16% from 213); Blue value is 132 (51.95% from 255 or 61.97% from 213); Max value from RGB is 132 - color contains mainly: blue. Hex color #460B84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460B84 is #B9F47B. Grayscale: #2A2A2A. Windows color (decimal): -12186748 or 8653638. OLE color: 8653638.
HSL color Cylindrical-coordinate representation of color #460B84: hue angle of 269.26º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #460B84 is Cyan = 0.47, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 70 | 11 | 132 | - |
| CMYK | 0.47 | 0.92 | 0 | 0.48 |
| HSL | 269.26º | 0.85% | 0.28% | - |
| HSV(B) | 269.26º | 0.92% | 0.52% | - |
| XYZ | 6.81 | 3.21 | 22.09 | - |
| YUV | 42.44 | 178.55 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 132 | 0.47 | 0.92 | 0 | 0.48 | 269.26 | 0.85 | 0.28 |
| Hex | 46 | B | 84 | 2F | 5C | 0 | 30 | 10D | 55 | 1C |
| Octal | 106 | 13 | 204 | 57 | 134 | 0 | 60 | 415 | 125 | 34 |
| Binary | 1000110 | 1011 | 10000100 | 101111 | 1011100 | 0 | 110000 | 100001101 | 1010101 | 11100 |
Color Harmonies of #460B84
Complementary color
Monochromatic Colors of #460B84
Black with #460B84
Text Example
Text Example
White with #460B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460B84; }
p { color: rgb(70,11,132); }
H1.HeaderClassName
{
color: #460B84;
}
.AnyTagClassName
{
color: #460B84;
}
</style>
background-color css
<style>
a { background-color: #460B84; }
a { background-color: rgb(70,11,132); }
div.DivClassName
{
background-color: #460B84;
}
.BgClassName
{
background-color: #460B84;
}
</style>
border-color css
<style>
span { border-color: #460B84; }
span { border-color: rgb(70,11,132); }
td.TdClassName
{
border-color: #460B84;
}
.TagClassName
{
border-color: #460B84;
}
</style>