Shades of Indigo #48088F
Tints of Indigo #48088F
RGB
CMYK
RGB Variations
Color information
#48088F (or 0x48088F) is known color: Indigo. HEX triplet: 48, 08 and 8F. RGB value is (72,8,143). Sum of RGB (Red+Green+Blue) = 72+8+143=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 143 (56.25% from 255 or 64.13% from 223); Max value from RGB is 143 - color contains mainly: blue. Hex color #48088F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48088F is #B7F770. Grayscale: #2A2A2A. Windows color (decimal): -12056433 or 9373768. OLE color: 9373768.
HSL color Cylindrical-coordinate representation of color #48088F: hue angle of 268.44º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #48088F is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 8 | 143 | - |
| CMYK | 0.50 | 0.94 | 0 | 0.44 |
| HSL | 268.44º | 0.89% | 0.3% | - |
| HSV(B) | 268.44º | 0.94% | 0.56% | - |
| XYZ | 7.72 | 3.53 | 26.26 | - |
| YUV | 42.53 | 184.7 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 8 | 143 | 0.50 | 0.94 | 0 | 0.44 | 268.44 | 0.89 | 0.3 |
| Hex | 48 | 8 | 8F | 32 | 5E | 0 | 2C | 10C | 59 | 1E |
| Octal | 110 | 10 | 217 | 62 | 136 | 0 | 54 | 414 | 131 | 36 |
| Binary | 1001000 | 1000 | 10001111 | 110010 | 1011110 | 0 | 101100 | 100001100 | 1011001 | 11110 |
Color Harmonies of #48088F
Complementary color
Monochromatic Colors of #48088F
Black with #48088F
Text Example
Text Example
White with #48088F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48088F; }
p { color: rgb(72,8,143); }
H1.HeaderClassName
{
color: #48088F;
}
.AnyTagClassName
{
color: #48088F;
}
</style>
background-color css
<style>
a { background-color: #48088F; }
a { background-color: rgb(72,8,143); }
div.DivClassName
{
background-color: #48088F;
}
.BgClassName
{
background-color: #48088F;
}
</style>
border-color css
<style>
span { border-color: #48088F; }
span { border-color: rgb(72,8,143); }
td.TdClassName
{
border-color: #48088F;
}
.TagClassName
{
border-color: #48088F;
}
</style>