Shades of Indigo #460D64
Tints of Indigo #460D64
RGB
CMYK
RGB Variations
Color information
#460D64 (or 0x460D64) is known color: Indigo. HEX triplet: 46, 0D and 64. RGB value is (70,13,100). Sum of RGB (Red+Green+Blue) = 70+13+100=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 13 (5.47% from 255 or 7.10% from 183); Blue value is 100 (39.45% from 255 or 54.64% from 183); Max value from RGB is 100 - color contains mainly: blue. Hex color #460D64 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460D64 is #B9F29B. Grayscale: #272727. Windows color (decimal): -12186268 or 6556998. OLE color: 6556998.
HSL color Cylindrical-coordinate representation of color #460D64: hue angle of 279.31º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #460D64 is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 70 | 13 | 100 | - |
| CMYK | 0.30 | 0.87 | 0 | 0.61 |
| HSL | 279.31º | 0.77% | 0.22% | - |
| HSV(B) | 279.31º | 0.87% | 0.39% | - |
| XYZ | 4.97 | 2.51 | 12.28 | - |
| YUV | 39.96 | 161.88 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 13 | 100 | 0.30 | 0.87 | 0 | 0.61 | 279.31 | 0.77 | 0.22 |
| Hex | 46 | D | 64 | 1E | 57 | 0 | 3D | 117 | 4D | 16 |
| Octal | 106 | 15 | 144 | 36 | 127 | 0 | 75 | 427 | 115 | 26 |
| Binary | 1000110 | 1101 | 1100100 | 11110 | 1010111 | 0 | 111101 | 100010111 | 1001101 | 10110 |
Color Harmonies of #460D64
Complementary color
Monochromatic Colors of #460D64
Black with #460D64
Text Example
Text Example
White with #460D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460D64; }
p { color: rgb(70,13,100); }
H1.HeaderClassName
{
color: #460D64;
}
.AnyTagClassName
{
color: #460D64;
}
</style>
background-color css
<style>
a { background-color: #460D64; }
a { background-color: rgb(70,13,100); }
div.DivClassName
{
background-color: #460D64;
}
.BgClassName
{
background-color: #460D64;
}
</style>
border-color css
<style>
span { border-color: #460D64; }
span { border-color: rgb(70,13,100); }
td.TdClassName
{
border-color: #460D64;
}
.TagClassName
{
border-color: #460D64;
}
</style>