Shades of Blue Gem #41278D
Tints of Blue Gem #41278D
RGB
CMYK
RGB Variations
Color information
#41278D (or 0x41278D) is known color: Blue Gem. HEX triplet: 41, 27 and 8D. RGB value is (65,39,141). Sum of RGB (Red+Green+Blue) = 65+39+141=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 39 (15.62% from 255 or 15.92% from 245); Blue value is 141 (55.47% from 255 or 57.55% from 245); Max value from RGB is 141 - color contains mainly: blue. Hex color #41278D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41278D is #BED872. Grayscale: #3A3A3A. Windows color (decimal): -12507251 or 9250625. OLE color: 9250625.
HSL color Cylindrical-coordinate representation of color #41278D: hue angle of 255.29º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41278D is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 39 | 141 | - |
| CMYK | 0.54 | 0.72 | 0 | 0.45 |
| HSL | 255.29º | 0.57% | 0.35% | - |
| HSV(B) | 255.29º | 0.72% | 0.55% | - |
| XYZ | 7.71 | 4.5 | 25.66 | - |
| YUV | 58.4 | 174.61 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 39 | 141 | 0.54 | 0.72 | 0 | 0.45 | 255.29 | 0.57 | 0.35 |
| Hex | 41 | 27 | 8D | 36 | 48 | 0 | 2D | FF | 39 | 23 |
| Octal | 101 | 47 | 215 | 66 | 110 | 0 | 55 | 377 | 71 | 43 |
| Binary | 1000001 | 100111 | 10001101 | 110110 | 1001000 | 0 | 101101 | 11111111 | 111001 | 100011 |
Color Harmonies of #41278D
Complementary color
Monochromatic Colors of #41278D
Black with #41278D
Text Example
Text Example
White with #41278D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41278D; }
p { color: rgb(65,39,141); }
H1.HeaderClassName
{
color: #41278D;
}
.AnyTagClassName
{
color: #41278D;
}
</style>
background-color css
<style>
a { background-color: #41278D; }
a { background-color: rgb(65,39,141); }
div.DivClassName
{
background-color: #41278D;
}
.BgClassName
{
background-color: #41278D;
}
</style>
border-color css
<style>
span { border-color: #41278D; }
span { border-color: rgb(65,39,141); }
td.TdClassName
{
border-color: #41278D;
}
.TagClassName
{
border-color: #41278D;
}
</style>