Shades of Indigo #481798
Tints of Indigo #481798
RGB
CMYK
RGB Variations
Color information
#481798 (or 0x481798) is known color: Indigo. HEX triplet: 48, 17 and 98. RGB value is (72,23,152). Sum of RGB (Red+Green+Blue) = 72+23+152=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 152 (59.77% from 255 or 61.54% from 247); Max value from RGB is 152 - color contains mainly: blue. Hex color #481798 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481798 is #B7E867. Grayscale: #333333. Windows color (decimal): -12052584 or 9967432. OLE color: 9967432.
HSL color Cylindrical-coordinate representation of color #481798: hue angle of 262.79º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #481798 is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 72 | 23 | 152 | - |
| CMYK | 0.53 | 0.85 | 0 | 0.40 |
| HSL | 262.79º | 0.74% | 0.34% | - |
| HSV(B) | 262.79º | 0.85% | 0.6% | - |
| XYZ | 8.65 | 4.26 | 30.07 | - |
| YUV | 52.36 | 184.23 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 23 | 152 | 0.53 | 0.85 | 0 | 0.40 | 262.79 | 0.74 | 0.34 |
| Hex | 48 | 17 | 98 | 35 | 55 | 0 | 28 | 107 | 4A | 22 |
| Octal | 110 | 27 | 230 | 65 | 125 | 0 | 50 | 407 | 112 | 42 |
| Binary | 1001000 | 10111 | 10011000 | 110101 | 1010101 | 0 | 101000 | 100000111 | 1001010 | 100010 |
Color Harmonies of #481798
Complementary color
Monochromatic Colors of #481798
Black with #481798
Text Example
Text Example
White with #481798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481798; }
p { color: rgb(72,23,152); }
H1.HeaderClassName
{
color: #481798;
}
.AnyTagClassName
{
color: #481798;
}
</style>
background-color css
<style>
a { background-color: #481798; }
a { background-color: rgb(72,23,152); }
div.DivClassName
{
background-color: #481798;
}
.BgClassName
{
background-color: #481798;
}
</style>
border-color css
<style>
span { border-color: #481798; }
span { border-color: rgb(72,23,152); }
td.TdClassName
{
border-color: #481798;
}
.TagClassName
{
border-color: #481798;
}
</style>