Shades of Indigo #460D72
Tints of Indigo #460D72
RGB
CMYK
RGB Variations
Color information
#460D72 (or 0x460D72) is known color: Indigo. HEX triplet: 46, 0D and 72. RGB value is (70,13,114). Sum of RGB (Red+Green+Blue) = 70+13+114=197 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.53% from 197); Green value is 13 (5.47% from 255 or 6.60% from 197); Blue value is 114 (44.92% from 255 or 57.87% from 197); Max value from RGB is 114 - color contains mainly: blue. Hex color #460D72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460D72 is #B9F28D. Grayscale: #292929. Windows color (decimal): -12186254 or 7474502. OLE color: 7474502.
HSL color Cylindrical-coordinate representation of color #460D72: hue angle of 273.86º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #460D72 is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 13 | 114 | - |
| CMYK | 0.39 | 0.89 | 0 | 0.55 |
| HSL | 273.86º | 0.8% | 0.25% | - |
| HSV(B) | 273.86º | 0.89% | 0.45% | - |
| XYZ | 5.71 | 2.8 | 16.16 | - |
| YUV | 41.56 | 168.88 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 13 | 114 | 0.39 | 0.89 | 0 | 0.55 | 273.86 | 0.8 | 0.25 |
| Hex | 46 | D | 72 | 27 | 59 | 0 | 37 | 112 | 50 | 19 |
| Octal | 106 | 15 | 162 | 47 | 131 | 0 | 67 | 422 | 120 | 31 |
| Binary | 1000110 | 1101 | 1110010 | 100111 | 1011001 | 0 | 110111 | 100010010 | 1010000 | 11001 |
Color Harmonies of #460D72
Complementary color
Monochromatic Colors of #460D72
Black with #460D72
Text Example
Text Example
White with #460D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460D72; }
p { color: rgb(70,13,114); }
H1.HeaderClassName
{
color: #460D72;
}
.AnyTagClassName
{
color: #460D72;
}
</style>
background-color css
<style>
a { background-color: #460D72; }
a { background-color: rgb(70,13,114); }
div.DivClassName
{
background-color: #460D72;
}
.BgClassName
{
background-color: #460D72;
}
</style>
border-color css
<style>
span { border-color: #460D72; }
span { border-color: rgb(70,13,114); }
td.TdClassName
{
border-color: #460D72;
}
.TagClassName
{
border-color: #460D72;
}
</style>