Shades of Indigo #461597
Tints of Indigo #461597
RGB
CMYK
RGB Variations
Color information
#461597 (or 0x461597) is known color: Indigo. HEX triplet: 46, 15 and 97. RGB value is (70,21,151). Sum of RGB (Red+Green+Blue) = 70+21+151=242 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.93% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 151 (59.38% from 255 or 62.40% from 242); Max value from RGB is 151 - color contains mainly: blue. Hex color #461597 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461597 is #B9EA68. Grayscale: #323232. Windows color (decimal): -12184169 or 9901382. OLE color: 9901382.
HSL color Cylindrical-coordinate representation of color #461597: hue angle of 262.62º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #461597 is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 70 | 21 | 151 | - |
| CMYK | 0.54 | 0.86 | 0 | 0.41 |
| HSL | 262.62º | 0.76% | 0.34% | - |
| HSV(B) | 262.62º | 0.86% | 0.59% | - |
| XYZ | 8.38 | 4.07 | 29.62 | - |
| YUV | 50.47 | 184.73 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 21 | 151 | 0.54 | 0.86 | 0 | 0.41 | 262.62 | 0.76 | 0.34 |
| Hex | 46 | 15 | 97 | 36 | 56 | 0 | 29 | 107 | 4C | 22 |
| Octal | 106 | 25 | 227 | 66 | 126 | 0 | 51 | 407 | 114 | 42 |
| Binary | 1000110 | 10101 | 10010111 | 110110 | 1010110 | 0 | 101001 | 100000111 | 1001100 | 100010 |
Color Harmonies of #461597
Complementary color
Monochromatic Colors of #461597
Black with #461597
Text Example
Text Example
White with #461597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461597; }
p { color: rgb(70,21,151); }
H1.HeaderClassName
{
color: #461597;
}
.AnyTagClassName
{
color: #461597;
}
</style>
background-color css
<style>
a { background-color: #461597; }
a { background-color: rgb(70,21,151); }
div.DivClassName
{
background-color: #461597;
}
.BgClassName
{
background-color: #461597;
}
</style>
border-color css
<style>
span { border-color: #461597; }
span { border-color: rgb(70,21,151); }
td.TdClassName
{
border-color: #461597;
}
.TagClassName
{
border-color: #461597;
}
</style>