Shades of Indigo #48109F
Tints of Indigo #48109F
RGB
CMYK
RGB Variations
Color information
#48109F (or 0x48109F) is known color: Indigo. HEX triplet: 48, 10 and 9F. RGB value is (72,16,159). Sum of RGB (Red+Green+Blue) = 72+16+159=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 159 (62.5% from 255 or 64.37% from 247); Max value from RGB is 159 - color contains mainly: blue. Hex color #48109F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48109F is #B7EF60. Grayscale: #303030. Windows color (decimal): -12054369 or 10424392. OLE color: 10424392.
HSL color Cylindrical-coordinate representation of color #48109F: hue angle of 263.5º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48109F is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 16 | 159 | - |
| CMYK | 0.55 | 0.90 | 0 | 0.38 |
| HSL | 263.5º | 0.82% | 0.34% | - |
| HSV(B) | 263.5º | 0.9% | 0.62% | - |
| XYZ | 9.12 | 4.25 | 33.14 | - |
| YUV | 49.05 | 190.05 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 16 | 159 | 0.55 | 0.90 | 0 | 0.38 | 263.5 | 0.82 | 0.34 |
| Hex | 48 | 10 | 9F | 37 | 5A | 0 | 26 | 107 | 52 | 22 |
| Octal | 110 | 20 | 237 | 67 | 132 | 0 | 46 | 407 | 122 | 42 |
| Binary | 1001000 | 10000 | 10011111 | 110111 | 1011010 | 0 | 100110 | 100000111 | 1010010 | 100010 |
Color Harmonies of #48109F
Complementary color
Monochromatic Colors of #48109F
Black with #48109F
Text Example
Text Example
White with #48109F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48109F; }
p { color: rgb(72,16,159); }
H1.HeaderClassName
{
color: #48109F;
}
.AnyTagClassName
{
color: #48109F;
}
</style>
background-color css
<style>
a { background-color: #48109F; }
a { background-color: rgb(72,16,159); }
div.DivClassName
{
background-color: #48109F;
}
.BgClassName
{
background-color: #48109F;
}
</style>
border-color css
<style>
span { border-color: #48109F; }
span { border-color: rgb(72,16,159); }
td.TdClassName
{
border-color: #48109F;
}
.TagClassName
{
border-color: #48109F;
}
</style>