Shades of Indigo #481999
Tints of Indigo #481999
RGB
CMYK
RGB Variations
Color information
#481999 (or 0x481999) is known color: Indigo. HEX triplet: 48, 19 and 99. RGB value is (72,25,153). Sum of RGB (Red+Green+Blue) = 72+25+153=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 153 (60.16% from 255 or 61.2% from 250); Max value from RGB is 153 - color contains mainly: blue. Hex color #481999 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481999 is #B7E666. Grayscale: #353535. Windows color (decimal): -12052071 or 10033480. OLE color: 10033480.
HSL color Cylindrical-coordinate representation of color #481999: hue angle of 262.03º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #481999 is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 72 | 25 | 153 | - |
| CMYK | 0.53 | 0.84 | 0 | 0.4 |
| HSL | 262.03º | 0.72% | 0.35% | - |
| HSV(B) | 262.03º | 0.84% | 0.6% | - |
| XYZ | 8.77 | 4.37 | 30.52 | - |
| YUV | 53.65 | 184.07 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 25 | 153 | 0.53 | 0.84 | 0 | 0.4 | 262.03 | 0.72 | 0.35 |
| Hex | 48 | 19 | 99 | 35 | 54 | 0 | 28 | 106 | 48 | 23 |
| Octal | 110 | 31 | 231 | 65 | 124 | 0 | 50 | 406 | 110 | 43 |
| Binary | 1001000 | 11001 | 10011001 | 110101 | 1010100 | 0 | 101000 | 100000110 | 1001000 | 100011 |
Color Harmonies of #481999
Complementary color
Monochromatic Colors of #481999
Black with #481999
Text Example
Text Example
White with #481999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481999; }
p { color: rgb(72,25,153); }
H1.HeaderClassName
{
color: #481999;
}
.AnyTagClassName
{
color: #481999;
}
</style>
background-color css
<style>
a { background-color: #481999; }
a { background-color: rgb(72,25,153); }
div.DivClassName
{
background-color: #481999;
}
.BgClassName
{
background-color: #481999;
}
</style>
border-color css
<style>
span { border-color: #481999; }
span { border-color: rgb(72,25,153); }
td.TdClassName
{
border-color: #481999;
}
.TagClassName
{
border-color: #481999;
}
</style>