Shades of Indigo #461496
Tints of Indigo #461496
RGB
CMYK
RGB Variations
Color information
#461496 (or 0x461496) is known color: Indigo. HEX triplet: 46, 14 and 96. RGB value is (70,20,150). Sum of RGB (Red+Green+Blue) = 70+20+150=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 150 (58.98% from 255 or 62.5% from 240); Max value from RGB is 150 - color contains mainly: blue. Hex color #461496 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461496 is #B9EB69. Grayscale: #313131. Windows color (decimal): -12184426 or 9835590. OLE color: 9835590.
HSL color Cylindrical-coordinate representation of color #461496: hue angle of 263.08º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #461496 is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 70 | 20 | 150 | - |
| CMYK | 0.53 | 0.87 | 0 | 0.41 |
| HSL | 263.08º | 0.76% | 0.33% | - |
| HSV(B) | 263.08º | 0.87% | 0.59% | - |
| XYZ | 8.28 | 4 | 29.19 | - |
| YUV | 49.77 | 184.57 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 20 | 150 | 0.53 | 0.87 | 0 | 0.41 | 263.08 | 0.76 | 0.33 |
| Hex | 46 | 14 | 96 | 35 | 57 | 0 | 29 | 107 | 4C | 21 |
| Octal | 106 | 24 | 226 | 65 | 127 | 0 | 51 | 407 | 114 | 41 |
| Binary | 1000110 | 10100 | 10010110 | 110101 | 1010111 | 0 | 101001 | 100000111 | 1001100 | 100001 |
Color Harmonies of #461496
Complementary color
Monochromatic Colors of #461496
Black with #461496
Text Example
Text Example
White with #461496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461496; }
p { color: rgb(70,20,150); }
H1.HeaderClassName
{
color: #461496;
}
.AnyTagClassName
{
color: #461496;
}
</style>
background-color css
<style>
a { background-color: #461496; }
a { background-color: rgb(70,20,150); }
div.DivClassName
{
background-color: #461496;
}
.BgClassName
{
background-color: #461496;
}
</style>
border-color css
<style>
span { border-color: #461496; }
span { border-color: rgb(70,20,150); }
td.TdClassName
{
border-color: #461496;
}
.TagClassName
{
border-color: #461496;
}
</style>