Shades of Indigo #460979
Tints of Indigo #460979
RGB
CMYK
RGB Variations
Color information
#460979 (or 0x460979) is known color: Indigo. HEX triplet: 46, 09 and 79. RGB value is (70,9,121). Sum of RGB (Red+Green+Blue) = 70+9+121=200 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 121 (47.66% from 255 or 60.5% from 200); Max value from RGB is 121 - color contains mainly: blue. Hex color #460979 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460979 is #B9F686. Grayscale: #272727. Windows color (decimal): -12187271 or 7932230. OLE color: 7932230.
HSL color Cylindrical-coordinate representation of color #460979: hue angle of 272.68º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460979 is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 9 | 121 | - |
| CMYK | 0.42 | 0.93 | 0 | 0.53 |
| HSL | 272.68º | 0.86% | 0.25% | - |
| HSV(B) | 272.68º | 0.93% | 0.47% | - |
| XYZ | 6.07 | 2.88 | 18.32 | - |
| YUV | 40.01 | 173.71 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 9 | 121 | 0.42 | 0.93 | 0 | 0.53 | 272.68 | 0.86 | 0.25 |
| Hex | 46 | 9 | 79 | 2A | 5D | 0 | 35 | 111 | 56 | 19 |
| Octal | 106 | 11 | 171 | 52 | 135 | 0 | 65 | 421 | 126 | 31 |
| Binary | 1000110 | 1001 | 1111001 | 101010 | 1011101 | 0 | 110101 | 100010001 | 1010110 | 11001 |
Color Harmonies of #460979
Complementary color
Monochromatic Colors of #460979
Black with #460979
Text Example
Text Example
White with #460979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460979; }
p { color: rgb(70,9,121); }
H1.HeaderClassName
{
color: #460979;
}
.AnyTagClassName
{
color: #460979;
}
</style>
background-color css
<style>
a { background-color: #460979; }
a { background-color: rgb(70,9,121); }
div.DivClassName
{
background-color: #460979;
}
.BgClassName
{
background-color: #460979;
}
</style>
border-color css
<style>
span { border-color: #460979; }
span { border-color: rgb(70,9,121); }
td.TdClassName
{
border-color: #460979;
}
.TagClassName
{
border-color: #460979;
}
</style>