Shades of Indigo #461473
Tints of Indigo #461473
RGB
CMYK
RGB Variations
Color information
#461473 (or 0x461473) is known color: Indigo. HEX triplet: 46, 14 and 73. RGB value is (70,20,115). Sum of RGB (Red+Green+Blue) = 70+20+115=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 20 (8.20% from 255 or 9.76% from 205); Blue value is 115 (45.31% from 255 or 56.10% from 205); Max value from RGB is 115 - color contains mainly: blue. Hex color #461473 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461473 is #B9EB8C. Grayscale: #2D2D2D. Windows color (decimal): -12184461 or 7541830. OLE color: 7541830.
HSL color Cylindrical-coordinate representation of color #461473: hue angle of 271.58º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #461473 is Cyan = 0.39, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 20 | 115 | - |
| CMYK | 0.39 | 0.83 | 0 | 0.55 |
| HSL | 271.58º | 0.7% | 0.26% | - |
| HSV(B) | 271.58º | 0.83% | 0.45% | - |
| XYZ | 5.87 | 3.04 | 16.5 | - |
| YUV | 45.78 | 167.07 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 20 | 115 | 0.39 | 0.83 | 0 | 0.55 | 271.58 | 0.7 | 0.26 |
| Hex | 46 | 14 | 73 | 27 | 53 | 0 | 37 | 110 | 46 | 1A |
| Octal | 106 | 24 | 163 | 47 | 123 | 0 | 67 | 420 | 106 | 32 |
| Binary | 1000110 | 10100 | 1110011 | 100111 | 1010011 | 0 | 110111 | 100010000 | 1000110 | 11010 |
Color Harmonies of #461473
Complementary color
Monochromatic Colors of #461473
Black with #461473
Text Example
Text Example
White with #461473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461473; }
p { color: rgb(70,20,115); }
H1.HeaderClassName
{
color: #461473;
}
.AnyTagClassName
{
color: #461473;
}
</style>
background-color css
<style>
a { background-color: #461473; }
a { background-color: rgb(70,20,115); }
div.DivClassName
{
background-color: #461473;
}
.BgClassName
{
background-color: #461473;
}
</style>
border-color css
<style>
span { border-color: #461473; }
span { border-color: rgb(70,20,115); }
td.TdClassName
{
border-color: #461473;
}
.TagClassName
{
border-color: #461473;
}
</style>