Shades of Indigo #461590
Tints of Indigo #461590
RGB
CMYK
RGB Variations
Color information
#461590 (or 0x461590) is known color: Indigo. HEX triplet: 46, 15 and 90. RGB value is (70,21,144). Sum of RGB (Red+Green+Blue) = 70+21+144=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 144 (56.64% from 255 or 61.28% from 235); Max value from RGB is 144 - color contains mainly: blue. Hex color #461590 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461590 is #B9EA6F. Grayscale: #313131. Windows color (decimal): -12184176 or 9442630. OLE color: 9442630.
HSL color Cylindrical-coordinate representation of color #461590: hue angle of 263.9º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #461590 is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 21 | 144 | - |
| CMYK | 0.51 | 0.85 | 0 | 0.44 |
| HSL | 263.9º | 0.75% | 0.32% | - |
| HSV(B) | 263.9º | 0.85% | 0.56% | - |
| XYZ | 7.83 | 3.85 | 26.72 | - |
| YUV | 49.67 | 181.23 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 21 | 144 | 0.51 | 0.85 | 0 | 0.44 | 263.9 | 0.75 | 0.32 |
| Hex | 46 | 15 | 90 | 33 | 55 | 0 | 2C | 108 | 4B | 20 |
| Octal | 106 | 25 | 220 | 63 | 125 | 0 | 54 | 410 | 113 | 40 |
| Binary | 1000110 | 10101 | 10010000 | 110011 | 1010101 | 0 | 101100 | 100001000 | 1001011 | 100000 |
Color Harmonies of #461590
Complementary color
Monochromatic Colors of #461590
Black with #461590
Text Example
Text Example
White with #461590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461590; }
p { color: rgb(70,21,144); }
H1.HeaderClassName
{
color: #461590;
}
.AnyTagClassName
{
color: #461590;
}
</style>
background-color css
<style>
a { background-color: #461590; }
a { background-color: rgb(70,21,144); }
div.DivClassName
{
background-color: #461590;
}
.BgClassName
{
background-color: #461590;
}
</style>
border-color css
<style>
span { border-color: #461590; }
span { border-color: rgb(70,21,144); }
td.TdClassName
{
border-color: #461590;
}
.TagClassName
{
border-color: #461590;
}
</style>