Shades of Indigo #48088D
Tints of Indigo #48088D
RGB
CMYK
RGB Variations
Color information
#48088D (or 0x48088D) is known color: Indigo. HEX triplet: 48, 08 and 8D. RGB value is (72,8,141). Sum of RGB (Red+Green+Blue) = 72+8+141=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 141 (55.47% from 255 or 63.80% from 221); Max value from RGB is 141 - color contains mainly: blue. Hex color #48088D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48088D is #B7F772. Grayscale: #292929. Windows color (decimal): -12056435 or 9242696. OLE color: 9242696.
HSL color Cylindrical-coordinate representation of color #48088D: hue angle of 268.87º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #48088D is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 8 | 141 | - |
| CMYK | 0.49 | 0.94 | 0 | 0.45 |
| HSL | 268.87º | 0.89% | 0.29% | - |
| HSV(B) | 268.87º | 0.94% | 0.55% | - |
| XYZ | 7.57 | 3.47 | 25.47 | - |
| YUV | 42.3 | 183.7 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 8 | 141 | 0.49 | 0.94 | 0 | 0.45 | 268.87 | 0.89 | 0.29 |
| Hex | 48 | 8 | 8D | 31 | 5E | 0 | 2D | 10D | 59 | 1D |
| Octal | 110 | 10 | 215 | 61 | 136 | 0 | 55 | 415 | 131 | 35 |
| Binary | 1001000 | 1000 | 10001101 | 110001 | 1011110 | 0 | 101101 | 100001101 | 1011001 | 11101 |
Color Harmonies of #48088D
Complementary color
Monochromatic Colors of #48088D
Black with #48088D
Text Example
Text Example
White with #48088D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48088D; }
p { color: rgb(72,8,141); }
H1.HeaderClassName
{
color: #48088D;
}
.AnyTagClassName
{
color: #48088D;
}
</style>
background-color css
<style>
a { background-color: #48088D; }
a { background-color: rgb(72,8,141); }
div.DivClassName
{
background-color: #48088D;
}
.BgClassName
{
background-color: #48088D;
}
</style>
border-color css
<style>
span { border-color: #48088D; }
span { border-color: rgb(72,8,141); }
td.TdClassName
{
border-color: #48088D;
}
.TagClassName
{
border-color: #48088D;
}
</style>