Shades of Blue Gem #41289B
Tints of Blue Gem #41289B
RGB
CMYK
RGB Variations
Color information
#41289B (or 0x41289B) is known color: Blue Gem. HEX triplet: 41, 28 and 9B. RGB value is (65,40,155). Sum of RGB (Red+Green+Blue) = 65+40+155=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 155 (60.94% from 255 or 59.62% from 260); Max value from RGB is 155 - color contains mainly: blue. Hex color #41289B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41289B is #BED764. Grayscale: #3C3C3C. Windows color (decimal): -12506981 or 10168385. OLE color: 10168385.
HSL color Cylindrical-coordinate representation of color #41289B: hue angle of 253.04º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41289B is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 65 | 40 | 155 | - |
| CMYK | 0.58 | 0.74 | 0 | 0.39 |
| HSL | 253.04º | 0.59% | 0.38% | - |
| HSV(B) | 253.04º | 0.74% | 0.61% | - |
| XYZ | 8.86 | 5.01 | 31.51 | - |
| YUV | 60.59 | 181.28 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 40 | 155 | 0.58 | 0.74 | 0 | 0.39 | 253.04 | 0.59 | 0.38 |
| Hex | 41 | 28 | 9B | 3A | 4A | 0 | 27 | FD | 3B | 26 |
| Octal | 101 | 50 | 233 | 72 | 112 | 0 | 47 | 375 | 73 | 46 |
| Binary | 1000001 | 101000 | 10011011 | 111010 | 1001010 | 0 | 100111 | 11111101 | 111011 | 100110 |
Color Harmonies of #41289B
Complementary color
Monochromatic Colors of #41289B
Black with #41289B
Text Example
Text Example
White with #41289B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41289B; }
p { color: rgb(65,40,155); }
H1.HeaderClassName
{
color: #41289B;
}
.AnyTagClassName
{
color: #41289B;
}
</style>
background-color css
<style>
a { background-color: #41289B; }
a { background-color: rgb(65,40,155); }
div.DivClassName
{
background-color: #41289B;
}
.BgClassName
{
background-color: #41289B;
}
</style>
border-color css
<style>
span { border-color: #41289B; }
span { border-color: rgb(65,40,155); }
td.TdClassName
{
border-color: #41289B;
}
.TagClassName
{
border-color: #41289B;
}
</style>