Shades of Indigo #461491
Tints of Indigo #461491
RGB
CMYK
RGB Variations
Color information
#461491 (or 0x461491) is known color: Indigo. HEX triplet: 46, 14 and 91. RGB value is (70,20,145). Sum of RGB (Red+Green+Blue) = 70+20+145=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 145 (57.03% from 255 or 61.70% from 235); Max value from RGB is 145 - color contains mainly: blue. Hex color #461491 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461491 is #B9EB6E. Grayscale: #303030. Windows color (decimal): -12184431 or 9507910. OLE color: 9507910.
HSL color Cylindrical-coordinate representation of color #461491: hue angle of 264º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #461491 is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 70 | 20 | 145 | - |
| CMYK | 0.52 | 0.86 | 0 | 0.43 |
| HSL | 264º | 0.76% | 0.32% | - |
| HSV(B) | 264º | 0.86% | 0.57% | - |
| XYZ | 7.89 | 3.85 | 27.11 | - |
| YUV | 49.2 | 182.07 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 20 | 145 | 0.52 | 0.86 | 0 | 0.43 | 264 | 0.76 | 0.32 |
| Hex | 46 | 14 | 91 | 34 | 56 | 0 | 2B | 108 | 4C | 20 |
| Octal | 106 | 24 | 221 | 64 | 126 | 0 | 53 | 410 | 114 | 40 |
| Binary | 1000110 | 10100 | 10010001 | 110100 | 1010110 | 0 | 101011 | 100001000 | 1001100 | 100000 |
Color Harmonies of #461491
Complementary color
Monochromatic Colors of #461491
Black with #461491
Text Example
Text Example
White with #461491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461491; }
p { color: rgb(70,20,145); }
H1.HeaderClassName
{
color: #461491;
}
.AnyTagClassName
{
color: #461491;
}
</style>
background-color css
<style>
a { background-color: #461491; }
a { background-color: rgb(70,20,145); }
div.DivClassName
{
background-color: #461491;
}
.BgClassName
{
background-color: #461491;
}
</style>
border-color css
<style>
span { border-color: #461491; }
span { border-color: rgb(70,20,145); }
td.TdClassName
{
border-color: #461491;
}
.TagClassName
{
border-color: #461491;
}
</style>