Shades of Indigo #48038F
Tints of Indigo #48038F
RGB
CMYK
RGB Variations
Color information
#48038F (or 0x48038F) is known color: Indigo. HEX triplet: 48, 03 and 8F. RGB value is (72,3,143). Sum of RGB (Red+Green+Blue) = 72+3+143=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 143 (56.25% from 255 or 65.60% from 218); Max value from RGB is 143 - color contains mainly: blue. Hex color #48038F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48038F is #B7FC70. Grayscale: #272727. Windows color (decimal): -12057713 or 9372488. OLE color: 9372488.
HSL color Cylindrical-coordinate representation of color #48038F: hue angle of 269.57º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #48038F is Cyan = 0.50, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 3 | 143 | - |
| CMYK | 0.50 | 0.98 | 0 | 0.44 |
| HSL | 269.57º | 0.96% | 0.29% | - |
| HSV(B) | 269.57º | 0.98% | 0.56% | - |
| XYZ | 7.66 | 3.43 | 26.24 | - |
| YUV | 39.59 | 186.36 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 3 | 143 | 0.50 | 0.98 | 0 | 0.44 | 269.57 | 0.96 | 0.29 |
| Hex | 48 | 3 | 8F | 32 | 62 | 0 | 2C | 10E | 60 | 1D |
| Octal | 110 | 3 | 217 | 62 | 142 | 0 | 54 | 416 | 140 | 35 |
| Binary | 1001000 | 11 | 10001111 | 110010 | 1100010 | 0 | 101100 | 100001110 | 1100000 | 11101 |
Color Harmonies of #48038F
Complementary color
Monochromatic Colors of #48038F
Black with #48038F
Text Example
Text Example
White with #48038F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48038F; }
p { color: rgb(72,3,143); }
H1.HeaderClassName
{
color: #48038F;
}
.AnyTagClassName
{
color: #48038F;
}
</style>
background-color css
<style>
a { background-color: #48038F; }
a { background-color: rgb(72,3,143); }
div.DivClassName
{
background-color: #48038F;
}
.BgClassName
{
background-color: #48038F;
}
</style>
border-color css
<style>
span { border-color: #48038F; }
span { border-color: rgb(72,3,143); }
td.TdClassName
{
border-color: #48038F;
}
.TagClassName
{
border-color: #48038F;
}
</style>