Shades of Indigo #461192
Tints of Indigo #461192
RGB
CMYK
RGB Variations
Color information
#461192 (or 0x461192) is known color: Indigo. HEX triplet: 46, 11 and 92. RGB value is (70,17,146). Sum of RGB (Red+Green+Blue) = 70+17+146=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 146 (57.42% from 255 or 62.66% from 233); Max value from RGB is 146 - color contains mainly: blue. Hex color #461192 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461192 is #B9EE6D. Grayscale: #2F2F2F. Windows color (decimal): -12185198 or 9572678. OLE color: 9572678.
HSL color Cylindrical-coordinate representation of color #461192: hue angle of 264.65º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #461192 is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 70 | 17 | 146 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.43 |
| HSL | 264.65º | 0.79% | 0.32% | - |
| HSV(B) | 264.65º | 0.88% | 0.57% | - |
| XYZ | 7.91 | 3.78 | 27.51 | - |
| YUV | 47.55 | 183.56 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 17 | 146 | 0.52 | 0.88 | 0 | 0.43 | 264.65 | 0.79 | 0.32 |
| Hex | 46 | 11 | 92 | 34 | 58 | 0 | 2B | 109 | 4F | 20 |
| Octal | 106 | 21 | 222 | 64 | 130 | 0 | 53 | 411 | 117 | 40 |
| Binary | 1000110 | 10001 | 10010010 | 110100 | 1011000 | 0 | 101011 | 100001001 | 1001111 | 100000 |
Color Harmonies of #461192
Complementary color
Monochromatic Colors of #461192
Black with #461192
Text Example
Text Example
White with #461192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461192; }
p { color: rgb(70,17,146); }
H1.HeaderClassName
{
color: #461192;
}
.AnyTagClassName
{
color: #461192;
}
</style>
background-color css
<style>
a { background-color: #461192; }
a { background-color: rgb(70,17,146); }
div.DivClassName
{
background-color: #461192;
}
.BgClassName
{
background-color: #461192;
}
</style>
border-color css
<style>
span { border-color: #461192; }
span { border-color: rgb(70,17,146); }
td.TdClassName
{
border-color: #461192;
}
.TagClassName
{
border-color: #461192;
}
</style>