Shades of Indigo #461190
Tints of Indigo #461190
RGB
CMYK
RGB Variations
Color information
#461190 (or 0x461190) is known color: Indigo. HEX triplet: 46, 11 and 90. RGB value is (70,17,144). Sum of RGB (Red+Green+Blue) = 70+17+144=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 144 (56.64% from 255 or 62.34% from 231); Max value from RGB is 144 - color contains mainly: blue. Hex color #461190 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461190 is #B9EE6F. Grayscale: #2E2E2E. Windows color (decimal): -12185200 or 9441606. OLE color: 9441606.
HSL color Cylindrical-coordinate representation of color #461190: hue angle of 265.04º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #461190 is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 17 | 144 | - |
| CMYK | 0.51 | 0.88 | 0 | 0.44 |
| HSL | 265.04º | 0.79% | 0.32% | - |
| HSV(B) | 265.04º | 0.88% | 0.56% | - |
| XYZ | 7.76 | 3.72 | 26.69 | - |
| YUV | 47.33 | 182.56 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 17 | 144 | 0.51 | 0.88 | 0 | 0.44 | 265.04 | 0.79 | 0.32 |
| Hex | 46 | 11 | 90 | 33 | 58 | 0 | 2C | 109 | 4F | 20 |
| Octal | 106 | 21 | 220 | 63 | 130 | 0 | 54 | 411 | 117 | 40 |
| Binary | 1000110 | 10001 | 10010000 | 110011 | 1011000 | 0 | 101100 | 100001001 | 1001111 | 100000 |
Color Harmonies of #461190
Complementary color
Monochromatic Colors of #461190
Black with #461190
Text Example
Text Example
White with #461190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461190; }
p { color: rgb(70,17,144); }
H1.HeaderClassName
{
color: #461190;
}
.AnyTagClassName
{
color: #461190;
}
</style>
background-color css
<style>
a { background-color: #461190; }
a { background-color: rgb(70,17,144); }
div.DivClassName
{
background-color: #461190;
}
.BgClassName
{
background-color: #461190;
}
</style>
border-color css
<style>
span { border-color: #461190; }
span { border-color: rgb(70,17,144); }
td.TdClassName
{
border-color: #461190;
}
.TagClassName
{
border-color: #461190;
}
</style>