Shades of Indigo #460F70
Tints of Indigo #460F70
RGB
CMYK
RGB Variations
Color information
#460F70 (or 0x460F70) is known color: Indigo. HEX triplet: 46, 0F and 70. RGB value is (70,15,112). Sum of RGB (Red+Green+Blue) = 70+15+112=197 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.53% from 197); Green value is 15 (6.25% from 255 or 7.61% from 197); Blue value is 112 (44.14% from 255 or 56.85% from 197); Max value from RGB is 112 - color contains mainly: blue. Hex color #460F70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460F70 is #B9F08F. Grayscale: #2A2A2A. Windows color (decimal): -12185744 or 7343942. OLE color: 7343942.
HSL color Cylindrical-coordinate representation of color #460F70: hue angle of 274.02º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #460F70 is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 15 | 112 | - |
| CMYK | 0.38 | 0.87 | 0 | 0.56 |
| HSL | 274.02º | 0.76% | 0.25% | - |
| HSV(B) | 274.02º | 0.87% | 0.44% | - |
| XYZ | 5.62 | 2.81 | 15.58 | - |
| YUV | 42.5 | 167.22 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 112 | 0.38 | 0.87 | 0 | 0.56 | 274.02 | 0.76 | 0.25 |
| Hex | 46 | F | 70 | 26 | 57 | 0 | 38 | 112 | 4C | 19 |
| Octal | 106 | 17 | 160 | 46 | 127 | 0 | 70 | 422 | 114 | 31 |
| Binary | 1000110 | 1111 | 1110000 | 100110 | 1010111 | 0 | 111000 | 100010010 | 1001100 | 11001 |
Color Harmonies of #460F70
Complementary color
Monochromatic Colors of #460F70
Black with #460F70
Text Example
Text Example
White with #460F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460F70; }
p { color: rgb(70,15,112); }
H1.HeaderClassName
{
color: #460F70;
}
.AnyTagClassName
{
color: #460F70;
}
</style>
background-color css
<style>
a { background-color: #460F70; }
a { background-color: rgb(70,15,112); }
div.DivClassName
{
background-color: #460F70;
}
.BgClassName
{
background-color: #460F70;
}
</style>
border-color css
<style>
span { border-color: #460F70; }
span { border-color: rgb(70,15,112); }
td.TdClassName
{
border-color: #460F70;
}
.TagClassName
{
border-color: #460F70;
}
</style>