Shades of Blue Gem #41329D
Tints of Blue Gem #41329D
RGB
CMYK
RGB Variations
Color information
#41329D (or 0x41329D) is known color: Blue Gem. HEX triplet: 41, 32 and 9D. RGB value is (65,50,157). Sum of RGB (Red+Green+Blue) = 65+50+157=272 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.90% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 157 (61.72% from 255 or 57.72% from 272); Max value from RGB is 157 - color contains mainly: blue. Hex color #41329D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41329D is #BECD62. Grayscale: #424242. Windows color (decimal): -12504419 or 10302017. OLE color: 10302017.
HSL color Cylindrical-coordinate representation of color #41329D: hue angle of 248.41º degrees, saturation: 0.52, 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 #41329D is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 65 | 50 | 157 | - |
| CMYK | 0.59 | 0.68 | 0 | 0.38 |
| HSL | 248.41º | 0.52% | 0.41% | - |
| HSV(B) | 248.41º | 0.68% | 0.62% | - |
| XYZ | 9.41 | 5.84 | 32.53 | - |
| YUV | 66.68 | 178.97 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 50 | 157 | 0.59 | 0.68 | 0 | 0.38 | 248.41 | 0.52 | 0.41 |
| Hex | 41 | 32 | 9D | 3B | 44 | 0 | 26 | F8 | 34 | 29 |
| Octal | 101 | 62 | 235 | 73 | 104 | 0 | 46 | 370 | 64 | 51 |
| Binary | 1000001 | 110010 | 10011101 | 111011 | 1000100 | 0 | 100110 | 11111000 | 110100 | 101001 |
Color Harmonies of #41329D
Complementary color
Monochromatic Colors of #41329D
Black with #41329D
Text Example
Text Example
White with #41329D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41329D; }
p { color: rgb(65,50,157); }
H1.HeaderClassName
{
color: #41329D;
}
.AnyTagClassName
{
color: #41329D;
}
</style>
background-color css
<style>
a { background-color: #41329D; }
a { background-color: rgb(65,50,157); }
div.DivClassName
{
background-color: #41329D;
}
.BgClassName
{
background-color: #41329D;
}
</style>
border-color css
<style>
span { border-color: #41329D; }
span { border-color: rgb(65,50,157); }
td.TdClassName
{
border-color: #41329D;
}
.TagClassName
{
border-color: #41329D;
}
</style>