Shades of Indigo #48008D
Tints of Indigo #48008D
RGB
CMYK
RGB Variations
Color information
#48008D (or 0x48008D) is known color: Indigo. HEX triplet: 48, 00 and 8D. RGB value is (72,0,141). Sum of RGB (Red+Green+Blue) = 72+0+141=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 141 (55.47% from 255 or 66.20% from 213); Max value from RGB is 141 - color contains mainly: blue. Hex color #48008D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48008D is #B7FF72. Grayscale: #252525. Windows color (decimal): -12058483 or 9240648. OLE color: 9240648.
HSL color Cylindrical-coordinate representation of color #48008D: hue angle of 270.64º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #48008D is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 0 | 141 | - |
| CMYK | 0.49 | 1 | 0 | 0.45 |
| HSL | 270.64º | 1% | 0.28% | - |
| HSV(B) | 270.64º | 1% | 0.55% | - |
| XYZ | 7.48 | 3.3 | 25.44 | - |
| YUV | 37.6 | 186.35 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 0 | 141 | 0.49 | 1 | 0 | 0.45 | 270.64 | 1 | 0.28 |
| Hex | 48 | 0 | 8D | 31 | 64 | 0 | 2D | 10F | 64 | 1C |
| Octal | 110 | 0 | 215 | 61 | 144 | 0 | 55 | 417 | 144 | 34 |
| Binary | 1001000 | 0 | 10001101 | 110001 | 1100100 | 0 | 101101 | 100001111 | 1100100 | 11100 |
Color Harmonies of #48008D
Complementary color
Monochromatic Colors of #48008D
Black with #48008D
Text Example
Text Example
White with #48008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48008D; }
p { color: rgb(72,0,141); }
H1.HeaderClassName
{
color: #48008D;
}
.AnyTagClassName
{
color: #48008D;
}
</style>
background-color css
<style>
a { background-color: #48008D; }
a { background-color: rgb(72,0,141); }
div.DivClassName
{
background-color: #48008D;
}
.BgClassName
{
background-color: #48008D;
}
</style>
border-color css
<style>
span { border-color: #48008D; }
span { border-color: rgb(72,0,141); }
td.TdClassName
{
border-color: #48008D;
}
.TagClassName
{
border-color: #48008D;
}
</style>