Shades of Indigo #461194
Tints of Indigo #461194
RGB
CMYK
RGB Variations
Color information
#461194 (or 0x461194) is known color: Indigo. HEX triplet: 46, 11 and 94. RGB value is (70,17,148). Sum of RGB (Red+Green+Blue) = 70+17+148=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 148 (58.20% from 255 or 62.98% from 235); Max value from RGB is 148 - color contains mainly: blue. Hex color #461194 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461194 is #B9EE6B. Grayscale: #2F2F2F. Windows color (decimal): -12185196 or 9703750. OLE color: 9703750.
HSL color Cylindrical-coordinate representation of color #461194: hue angle of 264.27º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #461194 is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 17 | 148 | - |
| CMYK | 0.53 | 0.89 | 0 | 0.42 |
| HSL | 264.27º | 0.79% | 0.32% | - |
| HSV(B) | 264.27º | 0.89% | 0.58% | - |
| XYZ | 8.07 | 3.84 | 28.33 | - |
| YUV | 47.78 | 184.56 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 17 | 148 | 0.53 | 0.89 | 0 | 0.42 | 264.27 | 0.79 | 0.32 |
| Hex | 46 | 11 | 94 | 35 | 59 | 0 | 2A | 108 | 4F | 20 |
| Octal | 106 | 21 | 224 | 65 | 131 | 0 | 52 | 410 | 117 | 40 |
| Binary | 1000110 | 10001 | 10010100 | 110101 | 1011001 | 0 | 101010 | 100001000 | 1001111 | 100000 |
Color Harmonies of #461194
Complementary color
Monochromatic Colors of #461194
Black with #461194
Text Example
Text Example
White with #461194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461194; }
p { color: rgb(70,17,148); }
H1.HeaderClassName
{
color: #461194;
}
.AnyTagClassName
{
color: #461194;
}
</style>
background-color css
<style>
a { background-color: #461194; }
a { background-color: rgb(70,17,148); }
div.DivClassName
{
background-color: #461194;
}
.BgClassName
{
background-color: #461194;
}
</style>
border-color css
<style>
span { border-color: #461194; }
span { border-color: rgb(70,17,148); }
td.TdClassName
{
border-color: #461194;
}
.TagClassName
{
border-color: #461194;
}
</style>