Shades of Indigo #481170
Tints of Indigo #481170
RGB
CMYK
RGB Variations
Color information
#481170 (or 0x481170) is known color: Indigo. HEX triplet: 48, 11 and 70. RGB value is (72,17,112). Sum of RGB (Red+Green+Blue) = 72+17+112=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 112 (44.14% from 255 or 55.72% from 201); Max value from RGB is 112 - color contains mainly: blue. Hex color #481170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481170 is #B7EE8F. Grayscale: #2B2B2B. Windows color (decimal): -12054160 or 7344456. OLE color: 7344456.
HSL color Cylindrical-coordinate representation of color #481170: hue angle of 274.74º 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 #481170 is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 17 | 112 | - |
| CMYK | 0.36 | 0.85 | 0 | 0.56 |
| HSL | 274.74º | 0.74% | 0.25% | - |
| HSV(B) | 274.74º | 0.85% | 0.44% | - |
| XYZ | 5.8 | 2.95 | 15.59 | - |
| YUV | 44.28 | 166.22 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 17 | 112 | 0.36 | 0.85 | 0 | 0.56 | 274.74 | 0.74 | 0.25 |
| Hex | 48 | 11 | 70 | 24 | 55 | 0 | 38 | 113 | 4A | 19 |
| Octal | 110 | 21 | 160 | 44 | 125 | 0 | 70 | 423 | 112 | 31 |
| Binary | 1001000 | 10001 | 1110000 | 100100 | 1010101 | 0 | 111000 | 100010011 | 1001010 | 11001 |
Color Harmonies of #481170
Complementary color
Monochromatic Colors of #481170
Black with #481170
Text Example
Text Example
White with #481170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481170; }
p { color: rgb(72,17,112); }
H1.HeaderClassName
{
color: #481170;
}
.AnyTagClassName
{
color: #481170;
}
</style>
background-color css
<style>
a { background-color: #481170; }
a { background-color: rgb(72,17,112); }
div.DivClassName
{
background-color: #481170;
}
.BgClassName
{
background-color: #481170;
}
</style>
border-color css
<style>
span { border-color: #481170; }
span { border-color: rgb(72,17,112); }
td.TdClassName
{
border-color: #481170;
}
.TagClassName
{
border-color: #481170;
}
</style>