Shades of Indigo #461170
Tints of Indigo #461170
RGB
CMYK
RGB Variations
Color information
#461170 (or 0x461170) is known color: Indigo. HEX triplet: 46, 11 and 70. RGB value is (70,17,112). Sum of RGB (Red+Green+Blue) = 70+17+112=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 112 (44.14% from 255 or 56.28% from 199); Max value from RGB is 112 - color contains mainly: blue. Hex color #461170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461170 is #B9EE8F. Grayscale: #2B2B2B. Windows color (decimal): -12185232 or 7344454. OLE color: 7344454.
HSL color Cylindrical-coordinate representation of color #461170: hue angle of 273.47º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #461170 is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 17 | 112 | - |
| CMYK | 0.38 | 0.85 | 0 | 0.56 |
| HSL | 273.47º | 0.74% | 0.25% | - |
| HSV(B) | 273.47º | 0.85% | 0.44% | - |
| XYZ | 5.65 | 2.87 | 15.59 | - |
| YUV | 43.68 | 166.56 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 17 | 112 | 0.38 | 0.85 | 0 | 0.56 | 273.47 | 0.74 | 0.25 |
| Hex | 46 | 11 | 70 | 26 | 55 | 0 | 38 | 111 | 4A | 19 |
| Octal | 106 | 21 | 160 | 46 | 125 | 0 | 70 | 421 | 112 | 31 |
| Binary | 1000110 | 10001 | 1110000 | 100110 | 1010101 | 0 | 111000 | 100010001 | 1001010 | 11001 |
Color Harmonies of #461170
Complementary color
Monochromatic Colors of #461170
Black with #461170
Text Example
Text Example
White with #461170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461170; }
p { color: rgb(70,17,112); }
H1.HeaderClassName
{
color: #461170;
}
.AnyTagClassName
{
color: #461170;
}
</style>
background-color css
<style>
a { background-color: #461170; }
a { background-color: rgb(70,17,112); }
div.DivClassName
{
background-color: #461170;
}
.BgClassName
{
background-color: #461170;
}
</style>
border-color css
<style>
span { border-color: #461170; }
span { border-color: rgb(70,17,112); }
td.TdClassName
{
border-color: #461170;
}
.TagClassName
{
border-color: #461170;
}
</style>