Shades of Indigo #48038D
Tints of Indigo #48038D
RGB
CMYK
RGB Variations
Color information
#48038D (or 0x48038D) is known color: Indigo. HEX triplet: 48, 03 and 8D. RGB value is (72,3,141). Sum of RGB (Red+Green+Blue) = 72+3+141=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 141 (55.47% from 255 or 65.28% from 216); Max value from RGB is 141 - color contains mainly: blue. Hex color #48038D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48038D is #B7FC72. Grayscale: #262626. Windows color (decimal): -12057715 or 9241416. OLE color: 9241416.
HSL color Cylindrical-coordinate representation of color #48038D: hue angle of 270º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #48038D is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 3 | 141 | - |
| CMYK | 0.49 | 0.98 | 0 | 0.45 |
| HSL | 270º | 0.96% | 0.28% | - |
| HSV(B) | 270º | 0.98% | 0.55% | - |
| XYZ | 7.51 | 3.37 | 25.45 | - |
| YUV | 39.36 | 185.36 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 3 | 141 | 0.49 | 0.98 | 0 | 0.45 | 270 | 0.96 | 0.28 |
| Hex | 48 | 3 | 8D | 31 | 62 | 0 | 2D | 10E | 60 | 1C |
| Octal | 110 | 3 | 215 | 61 | 142 | 0 | 55 | 416 | 140 | 34 |
| Binary | 1001000 | 11 | 10001101 | 110001 | 1100010 | 0 | 101101 | 100001110 | 1100000 | 11100 |
Color Harmonies of #48038D
Complementary color
Monochromatic Colors of #48038D
Black with #48038D
Text Example
Text Example
White with #48038D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48038D; }
p { color: rgb(72,3,141); }
H1.HeaderClassName
{
color: #48038D;
}
.AnyTagClassName
{
color: #48038D;
}
</style>
background-color css
<style>
a { background-color: #48038D; }
a { background-color: rgb(72,3,141); }
div.DivClassName
{
background-color: #48038D;
}
.BgClassName
{
background-color: #48038D;
}
</style>
border-color css
<style>
span { border-color: #48038D; }
span { border-color: rgb(72,3,141); }
td.TdClassName
{
border-color: #48038D;
}
.TagClassName
{
border-color: #48038D;
}
</style>