Shades of Indigo #461193
Tints of Indigo #461193
RGB
CMYK
RGB Variations
Color information
#461193 (or 0x461193) is known color: Indigo. HEX triplet: 46, 11 and 93. RGB value is (70,17,147). Sum of RGB (Red+Green+Blue) = 70+17+147=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 147 (57.81% from 255 or 62.82% from 234); Max value from RGB is 147 - color contains mainly: blue. Hex color #461193 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461193 is #B9EE6C. Grayscale: #2F2F2F. Windows color (decimal): -12185197 or 9638214. OLE color: 9638214.
HSL color Cylindrical-coordinate representation of color #461193: hue angle of 264.46º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #461193 is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 17 | 147 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.42 |
| HSL | 264.46º | 0.79% | 0.32% | - |
| HSV(B) | 264.46º | 0.88% | 0.58% | - |
| XYZ | 7.99 | 3.81 | 27.92 | - |
| YUV | 47.67 | 184.06 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 17 | 147 | 0.52 | 0.88 | 0 | 0.42 | 264.46 | 0.79 | 0.32 |
| Hex | 46 | 11 | 93 | 34 | 58 | 0 | 2A | 108 | 4F | 20 |
| Octal | 106 | 21 | 223 | 64 | 130 | 0 | 52 | 410 | 117 | 40 |
| Binary | 1000110 | 10001 | 10010011 | 110100 | 1011000 | 0 | 101010 | 100001000 | 1001111 | 100000 |
Color Harmonies of #461193
Complementary color
Monochromatic Colors of #461193
Black with #461193
Text Example
Text Example
White with #461193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461193; }
p { color: rgb(70,17,147); }
H1.HeaderClassName
{
color: #461193;
}
.AnyTagClassName
{
color: #461193;
}
</style>
background-color css
<style>
a { background-color: #461193; }
a { background-color: rgb(70,17,147); }
div.DivClassName
{
background-color: #461193;
}
.BgClassName
{
background-color: #461193;
}
</style>
border-color css
<style>
span { border-color: #461193; }
span { border-color: rgb(70,17,147); }
td.TdClassName
{
border-color: #461193;
}
.TagClassName
{
border-color: #461193;
}
</style>