Shades of Indigo #460DAA
Tints of Indigo #460DAA
RGB
CMYK
RGB Variations
Color information
#460DAA (or 0x460DAA) is known color: Indigo. HEX triplet: 46, 0D and AA. RGB value is (70,13,170). Sum of RGB (Red+Green+Blue) = 70+13+170=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 13 (5.47% from 255 or 5.14% from 253); Blue value is 170 (66.80% from 255 or 67.19% from 253); Max value from RGB is 170 - color contains mainly: blue. Hex color #460DAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460DAA is #B9F255. Grayscale: #2F2F2F. Windows color (decimal): -12186198 or 11144518. OLE color: 11144518.
HSL color Cylindrical-coordinate representation of color #460DAA: hue angle of 261.78º 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 #460DAA is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 13 | 170 | - |
| CMYK | 0.59 | 0.92 | 0 | 0.33 |
| HSL | 261.78º | 0.86% | 0.36% | - |
| HSV(B) | 261.78º | 0.92% | 0.67% | - |
| XYZ | 9.93 | 4.49 | 38.37 | - |
| YUV | 47.94 | 196.88 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 13 | 170 | 0.59 | 0.92 | 0 | 0.33 | 261.78 | 0.86 | 0.36 |
| Hex | 46 | D | AA | 3B | 5C | 0 | 21 | 106 | 56 | 24 |
| Octal | 106 | 15 | 252 | 73 | 134 | 0 | 41 | 406 | 126 | 44 |
| Binary | 1000110 | 1101 | 10101010 | 111011 | 1011100 | 0 | 100001 | 100000110 | 1010110 | 100100 |
Color Harmonies of #460DAA
Complementary color
Monochromatic Colors of #460DAA
Black with #460DAA
Text Example
Text Example
White with #460DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460DAA; }
p { color: rgb(70,13,170); }
H1.HeaderClassName
{
color: #460DAA;
}
.AnyTagClassName
{
color: #460DAA;
}
</style>
background-color css
<style>
a { background-color: #460DAA; }
a { background-color: rgb(70,13,170); }
div.DivClassName
{
background-color: #460DAA;
}
.BgClassName
{
background-color: #460DAA;
}
</style>
border-color css
<style>
span { border-color: #460DAA; }
span { border-color: rgb(70,13,170); }
td.TdClassName
{
border-color: #460DAA;
}
.TagClassName
{
border-color: #460DAA;
}
</style>