Shades of Blue Gem #41298B
Tints of Blue Gem #41298B
RGB
CMYK
RGB Variations
Color information
#41298B (or 0x41298B) is known color: Blue Gem. HEX triplet: 41, 29 and 8B. RGB value is (65,41,139). Sum of RGB (Red+Green+Blue) = 65+41+139=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 139 (54.69% from 255 or 56.73% from 245); Max value from RGB is 139 - color contains mainly: blue. Hex color #41298B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41298B is #BED674. Grayscale: #3A3A3A. Windows color (decimal): -12506741 or 9120065. OLE color: 9120065.
HSL color Cylindrical-coordinate representation of color #41298B: hue angle of 254.69º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41298B is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 41 | 139 | - |
| CMYK | 0.53 | 0.71 | 0 | 0.45 |
| HSL | 254.69º | 0.54% | 0.35% | - |
| HSV(B) | 254.69º | 0.71% | 0.55% | - |
| XYZ | 7.63 | 4.57 | 24.91 | - |
| YUV | 59.35 | 172.95 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 41 | 139 | 0.53 | 0.71 | 0 | 0.45 | 254.69 | 0.54 | 0.35 |
| Hex | 41 | 29 | 8B | 35 | 47 | 0 | 2D | FF | 36 | 23 |
| Octal | 101 | 51 | 213 | 65 | 107 | 0 | 55 | 377 | 66 | 43 |
| Binary | 1000001 | 101001 | 10001011 | 110101 | 1000111 | 0 | 101101 | 11111111 | 110110 | 100011 |
Color Harmonies of #41298B
Complementary color
Monochromatic Colors of #41298B
Black with #41298B
Text Example
Text Example
White with #41298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41298B; }
p { color: rgb(65,41,139); }
H1.HeaderClassName
{
color: #41298B;
}
.AnyTagClassName
{
color: #41298B;
}
</style>
background-color css
<style>
a { background-color: #41298B; }
a { background-color: rgb(65,41,139); }
div.DivClassName
{
background-color: #41298B;
}
.BgClassName
{
background-color: #41298B;
}
</style>
border-color css
<style>
span { border-color: #41298B; }
span { border-color: rgb(65,41,139); }
td.TdClassName
{
border-color: #41298B;
}
.TagClassName
{
border-color: #41298B;
}
</style>