Shades of Indigo #461391
Tints of Indigo #461391
RGB
CMYK
RGB Variations
Color information
#461391 (or 0x461391) is known color: Indigo. HEX triplet: 46, 13 and 91. RGB value is (70,19,145). Sum of RGB (Red+Green+Blue) = 70+19+145=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 19 (7.81% from 255 or 8.12% from 234); Blue value is 145 (57.03% from 255 or 61.97% from 234); Max value from RGB is 145 - color contains mainly: blue. Hex color #461391 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461391 is #B9EC6E. Grayscale: #303030. Windows color (decimal): -12184687 or 9507654. OLE color: 9507654.
HSL color Cylindrical-coordinate representation of color #461391: hue angle of 264.29º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #461391 is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 70 | 19 | 145 | - |
| CMYK | 0.52 | 0.87 | 0 | 0.43 |
| HSL | 264.29º | 0.77% | 0.32% | - |
| HSV(B) | 264.29º | 0.87% | 0.57% | - |
| XYZ | 7.87 | 3.81 | 27.11 | - |
| YUV | 48.61 | 182.4 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 19 | 145 | 0.52 | 0.87 | 0 | 0.43 | 264.29 | 0.77 | 0.32 |
| Hex | 46 | 13 | 91 | 34 | 57 | 0 | 2B | 108 | 4D | 20 |
| Octal | 106 | 23 | 221 | 64 | 127 | 0 | 53 | 410 | 115 | 40 |
| Binary | 1000110 | 10011 | 10010001 | 110100 | 1010111 | 0 | 101011 | 100001000 | 1001101 | 100000 |
Color Harmonies of #461391
Complementary color
Monochromatic Colors of #461391
Black with #461391
Text Example
Text Example
White with #461391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461391; }
p { color: rgb(70,19,145); }
H1.HeaderClassName
{
color: #461391;
}
.AnyTagClassName
{
color: #461391;
}
</style>
background-color css
<style>
a { background-color: #461391; }
a { background-color: rgb(70,19,145); }
div.DivClassName
{
background-color: #461391;
}
.BgClassName
{
background-color: #461391;
}
</style>
border-color css
<style>
span { border-color: #461391; }
span { border-color: rgb(70,19,145); }
td.TdClassName
{
border-color: #461391;
}
.TagClassName
{
border-color: #461391;
}
</style>