Shades of Blue Gem #41299A
Tints of Blue Gem #41299A
RGB
CMYK
RGB Variations
Color information
#41299A (or 0x41299A) is known color: Blue Gem. HEX triplet: 41, 29 and 9A. RGB value is (65,41,154). Sum of RGB (Red+Green+Blue) = 65+41+154=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 154 (60.55% from 255 or 59.23% from 260); Max value from RGB is 154 - color contains mainly: blue. Hex color #41299A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41299A is #BED665. Grayscale: #3C3C3C. Windows color (decimal): -12506726 or 10103105. OLE color: 10103105.
HSL color Cylindrical-coordinate representation of color #41299A: hue angle of 252.74º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41299A is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 65 | 41 | 154 | - |
| CMYK | 0.58 | 0.73 | 0 | 0.40 |
| HSL | 252.74º | 0.58% | 0.38% | - |
| HSV(B) | 252.74º | 0.73% | 0.6% | - |
| XYZ | 8.81 | 5.04 | 31.08 | - |
| YUV | 61.06 | 180.45 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 41 | 154 | 0.58 | 0.73 | 0 | 0.40 | 252.74 | 0.58 | 0.38 |
| Hex | 41 | 29 | 9A | 3A | 49 | 0 | 28 | FD | 3A | 26 |
| Octal | 101 | 51 | 232 | 72 | 111 | 0 | 50 | 375 | 72 | 46 |
| Binary | 1000001 | 101001 | 10011010 | 111010 | 1001001 | 0 | 101000 | 11111101 | 111010 | 100110 |
Color Harmonies of #41299A
Complementary color
Monochromatic Colors of #41299A
Black with #41299A
Text Example
Text Example
White with #41299A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41299A; }
p { color: rgb(65,41,154); }
H1.HeaderClassName
{
color: #41299A;
}
.AnyTagClassName
{
color: #41299A;
}
</style>
background-color css
<style>
a { background-color: #41299A; }
a { background-color: rgb(65,41,154); }
div.DivClassName
{
background-color: #41299A;
}
.BgClassName
{
background-color: #41299A;
}
</style>
border-color css
<style>
span { border-color: #41299A; }
span { border-color: rgb(65,41,154); }
td.TdClassName
{
border-color: #41299A;
}
.TagClassName
{
border-color: #41299A;
}
</style>