Shades of Blue Gem #41249D
Tints of Blue Gem #41249D
RGB
CMYK
RGB Variations
Color information
#41249D (or 0x41249D) is known color: Blue Gem. HEX triplet: 41, 24 and 9D. RGB value is (65,36,157). Sum of RGB (Red+Green+Blue) = 65+36+157=258 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.19% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 157 (61.72% from 255 or 60.85% from 258); Max value from RGB is 157 - color contains mainly: blue. Hex color #41249D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41249D is #BEDB62. Grayscale: #3A3A3A. Windows color (decimal): -12508003 or 10298433. OLE color: 10298433.
HSL color Cylindrical-coordinate representation of color #41249D: hue angle of 254.38º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #41249D is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 65 | 36 | 157 | - |
| CMYK | 0.59 | 0.77 | 0 | 0.38 |
| HSL | 254.38º | 0.63% | 0.38% | - |
| HSV(B) | 254.38º | 0.77% | 0.62% | - |
| XYZ | 8.9 | 4.82 | 32.36 | - |
| YUV | 58.47 | 183.61 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 36 | 157 | 0.59 | 0.77 | 0 | 0.38 | 254.38 | 0.63 | 0.38 |
| Hex | 41 | 24 | 9D | 3B | 4D | 0 | 26 | FE | 3F | 26 |
| Octal | 101 | 44 | 235 | 73 | 115 | 0 | 46 | 376 | 77 | 46 |
| Binary | 1000001 | 100100 | 10011101 | 111011 | 1001101 | 0 | 100110 | 11111110 | 111111 | 100110 |
Color Harmonies of #41249D
Complementary color
Monochromatic Colors of #41249D
Black with #41249D
Text Example
Text Example
White with #41249D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41249D; }
p { color: rgb(65,36,157); }
H1.HeaderClassName
{
color: #41249D;
}
.AnyTagClassName
{
color: #41249D;
}
</style>
background-color css
<style>
a { background-color: #41249D; }
a { background-color: rgb(65,36,157); }
div.DivClassName
{
background-color: #41249D;
}
.BgClassName
{
background-color: #41249D;
}
</style>
border-color css
<style>
span { border-color: #41249D; }
span { border-color: rgb(65,36,157); }
td.TdClassName
{
border-color: #41249D;
}
.TagClassName
{
border-color: #41249D;
}
</style>