Shades of Indigo #461696
Tints of Indigo #461696
RGB
CMYK
RGB Variations
Color information
#461696 (or 0x461696) is known color: Indigo. HEX triplet: 46, 16 and 96. RGB value is (70,22,150). Sum of RGB (Red+Green+Blue) = 70+22+150=242 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.93% from 242); Green value is 22 (8.98% from 255 or 9.09% from 242); Blue value is 150 (58.98% from 255 or 61.98% from 242); Max value from RGB is 150 - color contains mainly: blue. Hex color #461696 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461696 is #B9E969. Grayscale: #323232. Windows color (decimal): -12183914 or 9836102. OLE color: 9836102.
HSL color Cylindrical-coordinate representation of color #461696: hue angle of 262.5º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #461696 is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 70 | 22 | 150 | - |
| CMYK | 0.53 | 0.85 | 0 | 0.41 |
| HSL | 262.5º | 0.74% | 0.34% | - |
| HSV(B) | 262.5º | 0.85% | 0.59% | - |
| XYZ | 8.32 | 4.08 | 29.2 | - |
| YUV | 50.94 | 183.9 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 22 | 150 | 0.53 | 0.85 | 0 | 0.41 | 262.5 | 0.74 | 0.34 |
| Hex | 46 | 16 | 96 | 35 | 55 | 0 | 29 | 106 | 4A | 22 |
| Octal | 106 | 26 | 226 | 65 | 125 | 0 | 51 | 406 | 112 | 42 |
| Binary | 1000110 | 10110 | 10010110 | 110101 | 1010101 | 0 | 101001 | 100000110 | 1001010 | 100010 |
Color Harmonies of #461696
Complementary color
Monochromatic Colors of #461696
Black with #461696
Text Example
Text Example
White with #461696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461696; }
p { color: rgb(70,22,150); }
H1.HeaderClassName
{
color: #461696;
}
.AnyTagClassName
{
color: #461696;
}
</style>
background-color css
<style>
a { background-color: #461696; }
a { background-color: rgb(70,22,150); }
div.DivClassName
{
background-color: #461696;
}
.BgClassName
{
background-color: #461696;
}
</style>
border-color css
<style>
span { border-color: #461696; }
span { border-color: rgb(70,22,150); }
td.TdClassName
{
border-color: #461696;
}
.TagClassName
{
border-color: #461696;
}
</style>