Shades of Indigo #481996
Tints of Indigo #481996
RGB
CMYK
RGB Variations
Color information
#481996 (or 0x481996) is known color: Indigo. HEX triplet: 48, 19 and 96. RGB value is (72,25,150). Sum of RGB (Red+Green+Blue) = 72+25+150=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 150 (58.98% from 255 or 60.73% from 247); Max value from RGB is 150 - color contains mainly: blue. Hex color #481996 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481996 is #B7E669. Grayscale: #343434. Windows color (decimal): -12052074 or 9836872. OLE color: 9836872.
HSL color Cylindrical-coordinate representation of color #481996: hue angle of 262.56º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #481996 is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 72 | 25 | 150 | - |
| CMYK | 0.52 | 0.83 | 0 | 0.41 |
| HSL | 262.56º | 0.71% | 0.34% | - |
| HSV(B) | 262.56º | 0.83% | 0.59% | - |
| XYZ | 8.53 | 4.27 | 29.23 | - |
| YUV | 53.3 | 182.57 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 25 | 150 | 0.52 | 0.83 | 0 | 0.41 | 262.56 | 0.71 | 0.34 |
| Hex | 48 | 19 | 96 | 34 | 53 | 0 | 29 | 107 | 47 | 22 |
| Octal | 110 | 31 | 226 | 64 | 123 | 0 | 51 | 407 | 107 | 42 |
| Binary | 1001000 | 11001 | 10010110 | 110100 | 1010011 | 0 | 101001 | 100000111 | 1000111 | 100010 |
Color Harmonies of #481996
Complementary color
Monochromatic Colors of #481996
Black with #481996
Text Example
Text Example
White with #481996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481996; }
p { color: rgb(72,25,150); }
H1.HeaderClassName
{
color: #481996;
}
.AnyTagClassName
{
color: #481996;
}
</style>
background-color css
<style>
a { background-color: #481996; }
a { background-color: rgb(72,25,150); }
div.DivClassName
{
background-color: #481996;
}
.BgClassName
{
background-color: #481996;
}
</style>
border-color css
<style>
span { border-color: #481996; }
span { border-color: rgb(72,25,150); }
td.TdClassName
{
border-color: #481996;
}
.TagClassName
{
border-color: #481996;
}
</style>