Shades of Indigo #460D74
Tints of Indigo #460D74
RGB
CMYK
RGB Variations
Color information
#460D74 (or 0x460D74) is known color: Indigo. HEX triplet: 46, 0D and 74. RGB value is (70,13,116). Sum of RGB (Red+Green+Blue) = 70+13+116=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 13 (5.47% from 255 or 6.53% from 199); Blue value is 116 (45.70% from 255 or 58.29% from 199); Max value from RGB is 116 - color contains mainly: blue. Hex color #460D74 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460D74 is #B9F28B. Grayscale: #292929. Windows color (decimal): -12186252 or 7605574. OLE color: 7605574.
HSL color Cylindrical-coordinate representation of color #460D74: hue angle of 273.2º 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 #460D74 is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 13 | 116 | - |
| CMYK | 0.40 | 0.89 | 0 | 0.55 |
| HSL | 273.2º | 0.8% | 0.25% | - |
| HSV(B) | 273.2º | 0.89% | 0.45% | - |
| XYZ | 5.82 | 2.85 | 16.77 | - |
| YUV | 41.79 | 169.88 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 13 | 116 | 0.40 | 0.89 | 0 | 0.55 | 273.2 | 0.8 | 0.25 |
| Hex | 46 | D | 74 | 28 | 59 | 0 | 37 | 111 | 50 | 19 |
| Octal | 106 | 15 | 164 | 50 | 131 | 0 | 67 | 421 | 120 | 31 |
| Binary | 1000110 | 1101 | 1110100 | 101000 | 1011001 | 0 | 110111 | 100010001 | 1010000 | 11001 |
Color Harmonies of #460D74
Complementary color
Monochromatic Colors of #460D74
Black with #460D74
Text Example
Text Example
White with #460D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460D74; }
p { color: rgb(70,13,116); }
H1.HeaderClassName
{
color: #460D74;
}
.AnyTagClassName
{
color: #460D74;
}
</style>
background-color css
<style>
a { background-color: #460D74; }
a { background-color: rgb(70,13,116); }
div.DivClassName
{
background-color: #460D74;
}
.BgClassName
{
background-color: #460D74;
}
</style>
border-color css
<style>
span { border-color: #460D74; }
span { border-color: rgb(70,13,116); }
td.TdClassName
{
border-color: #460D74;
}
.TagClassName
{
border-color: #460D74;
}
</style>