Shades of Blue Gem #41279F
Tints of Blue Gem #41279F
RGB
CMYK
RGB Variations
Color information
#41279F (or 0x41279F) is known color: Blue Gem. HEX triplet: 41, 27 and 9F. RGB value is (65,39,159). Sum of RGB (Red+Green+Blue) = 65+39+159=263 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.71% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 159 (62.5% from 255 or 60.46% from 263); Max value from RGB is 159 - color contains mainly: blue. Hex color #41279F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41279F is #BED860. Grayscale: #3C3C3C. Windows color (decimal): -12507233 or 10430273. OLE color: 10430273.
HSL color Cylindrical-coordinate representation of color #41279F: hue angle of 253º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41279F is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 65 | 39 | 159 | - |
| CMYK | 0.59 | 0.75 | 0 | 0.38 |
| HSL | 253º | 0.61% | 0.39% | - |
| HSV(B) | 253º | 0.75% | 0.62% | - |
| XYZ | 9.16 | 5.08 | 33.3 | - |
| YUV | 60.45 | 183.61 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 39 | 159 | 0.59 | 0.75 | 0 | 0.38 | 253 | 0.61 | 0.39 |
| Hex | 41 | 27 | 9F | 3B | 4B | 0 | 26 | FD | 3D | 27 |
| Octal | 101 | 47 | 237 | 73 | 113 | 0 | 46 | 375 | 75 | 47 |
| Binary | 1000001 | 100111 | 10011111 | 111011 | 1001011 | 0 | 100110 | 11111101 | 111101 | 100111 |
Color Harmonies of #41279F
Complementary color
Monochromatic Colors of #41279F
Black with #41279F
Text Example
Text Example
White with #41279F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41279F; }
p { color: rgb(65,39,159); }
H1.HeaderClassName
{
color: #41279F;
}
.AnyTagClassName
{
color: #41279F;
}
</style>
background-color css
<style>
a { background-color: #41279F; }
a { background-color: rgb(65,39,159); }
div.DivClassName
{
background-color: #41279F;
}
.BgClassName
{
background-color: #41279F;
}
</style>
border-color css
<style>
span { border-color: #41279F; }
span { border-color: rgb(65,39,159); }
td.TdClassName
{
border-color: #41279F;
}
.TagClassName
{
border-color: #41279F;
}
</style>