Shades of Indigo #460DAB
Tints of Indigo #460DAB
RGB
CMYK
RGB Variations
Color information
#460DAB (or 0x460DAB) is known color: Indigo. HEX triplet: 46, 0D and AB. RGB value is (70,13,171). Sum of RGB (Red+Green+Blue) = 70+13+171=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 13 (5.47% from 255 or 5.12% from 254); Blue value is 171 (67.19% from 255 or 67.32% from 254); Max value from RGB is 171 - color contains mainly: blue. Hex color #460DAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460DAB is #B9F254. Grayscale: #2F2F2F. Windows color (decimal): -12186197 or 11210054. OLE color: 11210054.
HSL color Cylindrical-coordinate representation of color #460DAB: hue angle of 261.65º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #460DAB is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 13 | 171 | - |
| CMYK | 0.59 | 0.92 | 0 | 0.33 |
| HSL | 261.65º | 0.86% | 0.36% | - |
| HSV(B) | 261.65º | 0.92% | 0.67% | - |
| XYZ | 10.02 | 4.53 | 38.87 | - |
| YUV | 48.06 | 197.38 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 13 | 171 | 0.59 | 0.92 | 0 | 0.33 | 261.65 | 0.86 | 0.36 |
| Hex | 46 | D | AB | 3B | 5C | 0 | 21 | 106 | 56 | 24 |
| Octal | 106 | 15 | 253 | 73 | 134 | 0 | 41 | 406 | 126 | 44 |
| Binary | 1000110 | 1101 | 10101011 | 111011 | 1011100 | 0 | 100001 | 100000110 | 1010110 | 100100 |
Color Harmonies of #460DAB
Complementary color
Monochromatic Colors of #460DAB
Black with #460DAB
Text Example
Text Example
White with #460DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460DAB; }
p { color: rgb(70,13,171); }
H1.HeaderClassName
{
color: #460DAB;
}
.AnyTagClassName
{
color: #460DAB;
}
</style>
background-color css
<style>
a { background-color: #460DAB; }
a { background-color: rgb(70,13,171); }
div.DivClassName
{
background-color: #460DAB;
}
.BgClassName
{
background-color: #460DAB;
}
</style>
border-color css
<style>
span { border-color: #460DAB; }
span { border-color: rgb(70,13,171); }
td.TdClassName
{
border-color: #460DAB;
}
.TagClassName
{
border-color: #460DAB;
}
</style>