Shades of Blue Gem #41279B
Tints of Blue Gem #41279B
RGB
CMYK
RGB Variations
Color information
#41279B (or 0x41279B) is known color: Blue Gem. HEX triplet: 41, 27 and 9B. RGB value is (65,39,155). Sum of RGB (Red+Green+Blue) = 65+39+155=259 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.10% from 259); Green value is 39 (15.62% from 255 or 15.06% from 259); Blue value is 155 (60.94% from 255 or 59.85% from 259); Max value from RGB is 155 - color contains mainly: blue. Hex color #41279B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41279B is #BED864. Grayscale: #3B3B3B. Windows color (decimal): -12507237 or 10168129. OLE color: 10168129.
HSL color Cylindrical-coordinate representation of color #41279B: hue angle of 253.45º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41279B is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 65 | 39 | 155 | - |
| CMYK | 0.58 | 0.75 | 0 | 0.39 |
| HSL | 253.45º | 0.6% | 0.38% | - |
| HSV(B) | 253.45º | 0.75% | 0.61% | - |
| XYZ | 8.82 | 4.94 | 31.5 | - |
| YUV | 60 | 181.61 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 39 | 155 | 0.58 | 0.75 | 0 | 0.39 | 253.45 | 0.6 | 0.38 |
| Hex | 41 | 27 | 9B | 3A | 4B | 0 | 27 | FD | 3C | 26 |
| Octal | 101 | 47 | 233 | 72 | 113 | 0 | 47 | 375 | 74 | 46 |
| Binary | 1000001 | 100111 | 10011011 | 111010 | 1001011 | 0 | 100111 | 11111101 | 111100 | 100110 |
Color Harmonies of #41279B
Complementary color
Monochromatic Colors of #41279B
Black with #41279B
Text Example
Text Example
White with #41279B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41279B; }
p { color: rgb(65,39,155); }
H1.HeaderClassName
{
color: #41279B;
}
.AnyTagClassName
{
color: #41279B;
}
</style>
background-color css
<style>
a { background-color: #41279B; }
a { background-color: rgb(65,39,155); }
div.DivClassName
{
background-color: #41279B;
}
.BgClassName
{
background-color: #41279B;
}
</style>
border-color css
<style>
span { border-color: #41279B; }
span { border-color: rgb(65,39,155); }
td.TdClassName
{
border-color: #41279B;
}
.TagClassName
{
border-color: #41279B;
}
</style>