Shades of Indigo #460097
Tints of Indigo #460097
RGB
CMYK
RGB Variations
Color information
#460097 (or 0x460097) is known color: Indigo. HEX triplet: 46, 00 and 97. RGB value is (70,0,151). Sum of RGB (Red+Green+Blue) = 70+0+151=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 151 (59.38% from 255 or 68.33% from 221); Max value from RGB is 151 - color contains mainly: blue. Hex color #460097 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460097 is #B9FF68. Grayscale: #252525. Windows color (decimal): -12189545 or 9896006. OLE color: 9896006.
HSL color Cylindrical-coordinate representation of color #460097: hue angle of 267.81º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #460097 is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 70 | 0 | 151 | - |
| CMYK | 0.54 | 1 | 0 | 0.41 |
| HSL | 267.81º | 1% | 0.3% | - |
| HSV(B) | 267.81º | 1% | 0.59% | - |
| XYZ | 8.11 | 3.54 | 29.53 | - |
| YUV | 38.14 | 191.69 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 0 | 151 | 0.54 | 1 | 0 | 0.41 | 267.81 | 1 | 0.3 |
| Hex | 46 | 0 | 97 | 36 | 64 | 0 | 29 | 10C | 64 | 1E |
| Octal | 106 | 0 | 227 | 66 | 144 | 0 | 51 | 414 | 144 | 36 |
| Binary | 1000110 | 0 | 10010111 | 110110 | 1100100 | 0 | 101001 | 100001100 | 1100100 | 11110 |
Color Harmonies of #460097
Complementary color
Monochromatic Colors of #460097
Black with #460097
Text Example
Text Example
White with #460097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460097; }
p { color: rgb(70,0,151); }
H1.HeaderClassName
{
color: #460097;
}
.AnyTagClassName
{
color: #460097;
}
</style>
background-color css
<style>
a { background-color: #460097; }
a { background-color: rgb(70,0,151); }
div.DivClassName
{
background-color: #460097;
}
.BgClassName
{
background-color: #460097;
}
</style>
border-color css
<style>
span { border-color: #460097; }
span { border-color: rgb(70,0,151); }
td.TdClassName
{
border-color: #460097;
}
.TagClassName
{
border-color: #460097;
}
</style>