Shades of Indigo #460997
Tints of Indigo #460997
RGB
CMYK
RGB Variations
Color information
#460997 (or 0x460997) is known color: Indigo. HEX triplet: 46, 09 and 97. RGB value is (70,9,151). Sum of RGB (Red+Green+Blue) = 70+9+151=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 151 (59.38% from 255 or 65.65% from 230); Max value from RGB is 151 - color contains mainly: blue. Hex color #460997 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460997 is #B9F668. Grayscale: #2A2A2A. Windows color (decimal): -12187241 or 9898310. OLE color: 9898310.
HSL color Cylindrical-coordinate representation of color #460997: hue angle of 265.77º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460997 is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 70 | 9 | 151 | - |
| CMYK | 0.54 | 0.94 | 0 | 0.41 |
| HSL | 265.77º | 0.89% | 0.31% | - |
| HSV(B) | 265.77º | 0.94% | 0.59% | - |
| XYZ | 8.21 | 3.73 | 29.57 | - |
| YUV | 43.43 | 188.71 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 9 | 151 | 0.54 | 0.94 | 0 | 0.41 | 265.77 | 0.89 | 0.31 |
| Hex | 46 | 9 | 97 | 36 | 5E | 0 | 29 | 10A | 59 | 1F |
| Octal | 106 | 11 | 227 | 66 | 136 | 0 | 51 | 412 | 131 | 37 |
| Binary | 1000110 | 1001 | 10010111 | 110110 | 1011110 | 0 | 101001 | 100001010 | 1011001 | 11111 |
Color Harmonies of #460997
Complementary color
Monochromatic Colors of #460997
Black with #460997
Text Example
Text Example
White with #460997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460997; }
p { color: rgb(70,9,151); }
H1.HeaderClassName
{
color: #460997;
}
.AnyTagClassName
{
color: #460997;
}
</style>
background-color css
<style>
a { background-color: #460997; }
a { background-color: rgb(70,9,151); }
div.DivClassName
{
background-color: #460997;
}
.BgClassName
{
background-color: #460997;
}
</style>
border-color css
<style>
span { border-color: #460997; }
span { border-color: rgb(70,9,151); }
td.TdClassName
{
border-color: #460997;
}
.TagClassName
{
border-color: #460997;
}
</style>