Shades of Blue Gem #48338D
Tints of Blue Gem #48338D
RGB
CMYK
RGB Variations
Color information
#48338D (or 0x48338D) is known color: Blue Gem. HEX triplet: 48, 33 and 8D. RGB value is (72,51,141). Sum of RGB (Red+Green+Blue) = 72+51+141=264 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.27% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 141 (55.47% from 255 or 53.41% from 264); Max value from RGB is 141 - color contains mainly: blue. Hex color #48338D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48338D is #B7CC72. Grayscale: #434343. Windows color (decimal): -12045427 or 9253704. OLE color: 9253704.
HSL color Cylindrical-coordinate representation of color #48338D: hue angle of 254º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48338D is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 51 | 141 | - |
| CMYK | 0.49 | 0.64 | 0 | 0.45 |
| HSL | 254º | 0.47% | 0.38% | - |
| HSV(B) | 254º | 0.64% | 0.55% | - |
| XYZ | 8.66 | 5.67 | 25.84 | - |
| YUV | 67.54 | 169.46 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 51 | 141 | 0.49 | 0.64 | 0 | 0.45 | 254 | 0.47 | 0.38 |
| Hex | 48 | 33 | 8D | 31 | 40 | 0 | 2D | FE | 2F | 26 |
| Octal | 110 | 63 | 215 | 61 | 100 | 0 | 55 | 376 | 57 | 46 |
| Binary | 1001000 | 110011 | 10001101 | 110001 | 1000000 | 0 | 101101 | 11111110 | 101111 | 100110 |
Color Harmonies of #48338D
Complementary color
Monochromatic Colors of #48338D
Black with #48338D
Text Example
Text Example
White with #48338D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48338D; }
p { color: rgb(72,51,141); }
H1.HeaderClassName
{
color: #48338D;
}
.AnyTagClassName
{
color: #48338D;
}
</style>
background-color css
<style>
a { background-color: #48338D; }
a { background-color: rgb(72,51,141); }
div.DivClassName
{
background-color: #48338D;
}
.BgClassName
{
background-color: #48338D;
}
</style>
border-color css
<style>
span { border-color: #48338D; }
span { border-color: rgb(72,51,141); }
td.TdClassName
{
border-color: #48338D;
}
.TagClassName
{
border-color: #48338D;
}
</style>