Shades of Indigo #481699
Tints of Indigo #481699
RGB
CMYK
RGB Variations
Color information
#481699 (or 0x481699) is known color: Indigo. HEX triplet: 48, 16 and 99. RGB value is (72,22,153). Sum of RGB (Red+Green+Blue) = 72+22+153=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 153 (60.16% from 255 or 61.94% from 247); Max value from RGB is 153 - color contains mainly: blue. Hex color #481699 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481699 is #B7E966. Grayscale: #333333. Windows color (decimal): -12052839 or 10032712. OLE color: 10032712.
HSL color Cylindrical-coordinate representation of color #481699: hue angle of 262.9º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #481699 is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 72 | 22 | 153 | - |
| CMYK | 0.53 | 0.86 | 0 | 0.4 |
| HSL | 262.9º | 0.75% | 0.34% | - |
| HSV(B) | 262.9º | 0.86% | 0.6% | - |
| XYZ | 8.71 | 4.25 | 30.5 | - |
| YUV | 51.88 | 185.07 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 22 | 153 | 0.53 | 0.86 | 0 | 0.4 | 262.9 | 0.75 | 0.34 |
| Hex | 48 | 16 | 99 | 35 | 56 | 0 | 28 | 107 | 4B | 22 |
| Octal | 110 | 26 | 231 | 65 | 126 | 0 | 50 | 407 | 113 | 42 |
| Binary | 1001000 | 10110 | 10011001 | 110101 | 1010110 | 0 | 101000 | 100000111 | 1001011 | 100010 |
Color Harmonies of #481699
Complementary color
Monochromatic Colors of #481699
Black with #481699
Text Example
Text Example
White with #481699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481699; }
p { color: rgb(72,22,153); }
H1.HeaderClassName
{
color: #481699;
}
.AnyTagClassName
{
color: #481699;
}
</style>
background-color css
<style>
a { background-color: #481699; }
a { background-color: rgb(72,22,153); }
div.DivClassName
{
background-color: #481699;
}
.BgClassName
{
background-color: #481699;
}
</style>
border-color css
<style>
span { border-color: #481699; }
span { border-color: rgb(72,22,153); }
td.TdClassName
{
border-color: #481699;
}
.TagClassName
{
border-color: #481699;
}
</style>