Shades of Indigo #461699
Tints of Indigo #461699
RGB
CMYK
RGB Variations
Color information
#461699 (or 0x461699) is known color: Indigo. HEX triplet: 46, 16 and 99. RGB value is (70,22,153). Sum of RGB (Red+Green+Blue) = 70+22+153=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 153 (60.16% from 255 or 62.45% from 245); Max value from RGB is 153 - color contains mainly: blue. Hex color #461699 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461699 is #B9E966. Grayscale: #323232. Windows color (decimal): -12183911 or 10032710. OLE color: 10032710.
HSL color Cylindrical-coordinate representation of color #461699: hue angle of 261.98º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #461699 is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 70 | 22 | 153 | - |
| CMYK | 0.54 | 0.86 | 0 | 0.4 |
| HSL | 261.98º | 0.75% | 0.34% | - |
| HSV(B) | 261.98º | 0.86% | 0.6% | - |
| XYZ | 8.56 | 4.18 | 30.49 | - |
| YUV | 51.29 | 185.4 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 22 | 153 | 0.54 | 0.86 | 0 | 0.4 | 261.98 | 0.75 | 0.34 |
| Hex | 46 | 16 | 99 | 36 | 56 | 0 | 28 | 106 | 4B | 22 |
| Octal | 106 | 26 | 231 | 66 | 126 | 0 | 50 | 406 | 113 | 42 |
| Binary | 1000110 | 10110 | 10011001 | 110110 | 1010110 | 0 | 101000 | 100000110 | 1001011 | 100010 |
Color Harmonies of #461699
Complementary color
Monochromatic Colors of #461699
Black with #461699
Text Example
Text Example
White with #461699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461699; }
p { color: rgb(70,22,153); }
H1.HeaderClassName
{
color: #461699;
}
.AnyTagClassName
{
color: #461699;
}
</style>
background-color css
<style>
a { background-color: #461699; }
a { background-color: rgb(70,22,153); }
div.DivClassName
{
background-color: #461699;
}
.BgClassName
{
background-color: #461699;
}
</style>
border-color css
<style>
span { border-color: #461699; }
span { border-color: rgb(70,22,153); }
td.TdClassName
{
border-color: #461699;
}
.TagClassName
{
border-color: #461699;
}
</style>