Shades of Indigo #461173
Tints of Indigo #461173
RGB
CMYK
RGB Variations
Color information
#461173 (or 0x461173) is known color: Indigo. HEX triplet: 46, 11 and 73. RGB value is (70,17,115). Sum of RGB (Red+Green+Blue) = 70+17+115=202 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.65% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 115 (45.31% from 255 or 56.93% from 202); Max value from RGB is 115 - color contains mainly: blue. Hex color #461173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461173 is #B9EE8C. Grayscale: #2B2B2B. Windows color (decimal): -12185229 or 7541062. OLE color: 7541062.
HSL color Cylindrical-coordinate representation of color #461173: hue angle of 272.45º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #461173 is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 17 | 115 | - |
| CMYK | 0.39 | 0.85 | 0 | 0.55 |
| HSL | 272.45º | 0.74% | 0.26% | - |
| HSV(B) | 272.45º | 0.85% | 0.45% | - |
| XYZ | 5.82 | 2.94 | 16.48 | - |
| YUV | 44.02 | 168.06 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 17 | 115 | 0.39 | 0.85 | 0 | 0.55 | 272.45 | 0.74 | 0.26 |
| Hex | 46 | 11 | 73 | 27 | 55 | 0 | 37 | 110 | 4A | 1A |
| Octal | 106 | 21 | 163 | 47 | 125 | 0 | 67 | 420 | 112 | 32 |
| Binary | 1000110 | 10001 | 1110011 | 100111 | 1010101 | 0 | 110111 | 100010000 | 1001010 | 11010 |
Color Harmonies of #461173
Complementary color
Monochromatic Colors of #461173
Black with #461173
Text Example
Text Example
White with #461173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461173; }
p { color: rgb(70,17,115); }
H1.HeaderClassName
{
color: #461173;
}
.AnyTagClassName
{
color: #461173;
}
</style>
background-color css
<style>
a { background-color: #461173; }
a { background-color: rgb(70,17,115); }
div.DivClassName
{
background-color: #461173;
}
.BgClassName
{
background-color: #461173;
}
</style>
border-color css
<style>
span { border-color: #461173; }
span { border-color: rgb(70,17,115); }
td.TdClassName
{
border-color: #461173;
}
.TagClassName
{
border-color: #461173;
}
</style>