Shades of Blue Gem #41289C
Tints of Blue Gem #41289C
RGB
CMYK
RGB Variations
Color information
#41289C (or 0x41289C) is known color: Blue Gem. HEX triplet: 41, 28 and 9C. RGB value is (65,40,156). Sum of RGB (Red+Green+Blue) = 65+40+156=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 156 (61.33% from 255 or 59.77% from 261); Max value from RGB is 156 - color contains mainly: blue. Hex color #41289C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41289C is #BED763. Grayscale: #3C3C3C. Windows color (decimal): -12506980 or 10233921. OLE color: 10233921.
HSL color Cylindrical-coordinate representation of color #41289C: hue angle of 252.93º 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 #41289C is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 65 | 40 | 156 | - |
| CMYK | 0.58 | 0.74 | 0 | 0.39 |
| HSL | 252.93º | 0.59% | 0.38% | - |
| HSV(B) | 252.93º | 0.74% | 0.61% | - |
| XYZ | 8.94 | 5.04 | 31.95 | - |
| YUV | 60.7 | 181.78 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 40 | 156 | 0.58 | 0.74 | 0 | 0.39 | 252.93 | 0.59 | 0.38 |
| Hex | 41 | 28 | 9C | 3A | 4A | 0 | 27 | FD | 3B | 26 |
| Octal | 101 | 50 | 234 | 72 | 112 | 0 | 47 | 375 | 73 | 46 |
| Binary | 1000001 | 101000 | 10011100 | 111010 | 1001010 | 0 | 100111 | 11111101 | 111011 | 100110 |
Color Harmonies of #41289C
Complementary color
Monochromatic Colors of #41289C
Black with #41289C
Text Example
Text Example
White with #41289C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41289C; }
p { color: rgb(65,40,156); }
H1.HeaderClassName
{
color: #41289C;
}
.AnyTagClassName
{
color: #41289C;
}
</style>
background-color css
<style>
a { background-color: #41289C; }
a { background-color: rgb(65,40,156); }
div.DivClassName
{
background-color: #41289C;
}
.BgClassName
{
background-color: #41289C;
}
</style>
border-color css
<style>
span { border-color: #41289C; }
span { border-color: rgb(65,40,156); }
td.TdClassName
{
border-color: #41289C;
}
.TagClassName
{
border-color: #41289C;
}
</style>