Shades of Blue Gem #41339E
Tints of Blue Gem #41339E
RGB
CMYK
RGB Variations
Color information
#41339E (or 0x41339E) is known color: Blue Gem. HEX triplet: 41, 33 and 9E. RGB value is (65,51,158). Sum of RGB (Red+Green+Blue) = 65+51+158=274 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.72% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 158 (62.11% from 255 or 57.66% from 274); Max value from RGB is 158 - color contains mainly: blue. Hex color #41339E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41339E is #BECC61. Grayscale: #424242. Windows color (decimal): -12504162 or 10367809. OLE color: 10367809.
HSL color Cylindrical-coordinate representation of color #41339E: hue angle of 247.85º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41339E is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 65 | 51 | 158 | - |
| CMYK | 0.59 | 0.68 | 0 | 0.38 |
| HSL | 247.85º | 0.51% | 0.41% | - |
| HSV(B) | 247.85º | 0.68% | 0.62% | - |
| XYZ | 9.54 | 5.96 | 33 | - |
| YUV | 67.38 | 179.14 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 51 | 158 | 0.59 | 0.68 | 0 | 0.38 | 247.85 | 0.51 | 0.41 |
| Hex | 41 | 33 | 9E | 3B | 44 | 0 | 26 | F8 | 33 | 29 |
| Octal | 101 | 63 | 236 | 73 | 104 | 0 | 46 | 370 | 63 | 51 |
| Binary | 1000001 | 110011 | 10011110 | 111011 | 1000100 | 0 | 100110 | 11111000 | 110011 | 101001 |
Color Harmonies of #41339E
Complementary color
Monochromatic Colors of #41339E
Black with #41339E
Text Example
Text Example
White with #41339E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41339E; }
p { color: rgb(65,51,158); }
H1.HeaderClassName
{
color: #41339E;
}
.AnyTagClassName
{
color: #41339E;
}
</style>
background-color css
<style>
a { background-color: #41339E; }
a { background-color: rgb(65,51,158); }
div.DivClassName
{
background-color: #41339E;
}
.BgClassName
{
background-color: #41339E;
}
</style>
border-color css
<style>
span { border-color: #41339E; }
span { border-color: rgb(65,51,158); }
td.TdClassName
{
border-color: #41339E;
}
.TagClassName
{
border-color: #41339E;
}
</style>