Shades of Blue Gem #52418D
Tints of Blue Gem #52418D
RGB
CMYK
RGB Variations
Color information
#52418D (or 0x52418D) is known color: Blue Gem. HEX triplet: 52, 41 and 8D. RGB value is (82,65,141). Sum of RGB (Red+Green+Blue) = 82+65+141=288 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.47% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 141 (55.47% from 255 or 48.96% from 288); Max value from RGB is 141 - color contains mainly: blue. Hex color #52418D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52418D is #ADBE72. Grayscale: #4E4E4E. Windows color (decimal): -11386483 or 9257298. OLE color: 9257298.
HSL color Cylindrical-coordinate representation of color #52418D: hue angle of 253.42º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52418D is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 65 | 141 | - |
| CMYK | 0.42 | 0.54 | 0 | 0.45 |
| HSL | 253.42º | 0.37% | 0.4% | - |
| HSV(B) | 253.42º | 0.54% | 0.55% | - |
| XYZ | 10.18 | 7.5 | 26.11 | - |
| YUV | 78.75 | 163.13 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 65 | 141 | 0.42 | 0.54 | 0 | 0.45 | 253.42 | 0.37 | 0.4 |
| Hex | 52 | 41 | 8D | 2A | 36 | 0 | 2D | FD | 25 | 28 |
| Octal | 122 | 101 | 215 | 52 | 66 | 0 | 55 | 375 | 45 | 50 |
| Binary | 1010010 | 1000001 | 10001101 | 101010 | 110110 | 0 | 101101 | 11111101 | 100101 | 101000 |
Color Harmonies of #52418D
Complementary color
Monochromatic Colors of #52418D
Black with #52418D
Text Example
Text Example
White with #52418D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52418D; }
p { color: rgb(82,65,141); }
H1.HeaderClassName
{
color: #52418D;
}
.AnyTagClassName
{
color: #52418D;
}
</style>
background-color css
<style>
a { background-color: #52418D; }
a { background-color: rgb(82,65,141); }
div.DivClassName
{
background-color: #52418D;
}
.BgClassName
{
background-color: #52418D;
}
</style>
border-color css
<style>
span { border-color: #52418D; }
span { border-color: rgb(82,65,141); }
td.TdClassName
{
border-color: #52418D;
}
.TagClassName
{
border-color: #52418D;
}
</style>