Shades of Blue Gem #41309D
Tints of Blue Gem #41309D
RGB
CMYK
RGB Variations
Color information
#41309D (or 0x41309D) is known color: Blue Gem. HEX triplet: 41, 30 and 9D. RGB value is (65,48,157). Sum of RGB (Red+Green+Blue) = 65+48+157=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 157 (61.72% from 255 or 58.15% from 270); Max value from RGB is 157 - color contains mainly: blue. Hex color #41309D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41309D is #BECF62. Grayscale: #414141. Windows color (decimal): -12504931 or 10301505. OLE color: 10301505.
HSL color Cylindrical-coordinate representation of color #41309D: hue angle of 249.36º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41309D is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 65 | 48 | 157 | - |
| CMYK | 0.59 | 0.69 | 0 | 0.38 |
| HSL | 249.36º | 0.53% | 0.4% | - |
| HSV(B) | 249.36º | 0.69% | 0.62% | - |
| XYZ | 9.32 | 5.67 | 32.5 | - |
| YUV | 65.51 | 179.63 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 48 | 157 | 0.59 | 0.69 | 0 | 0.38 | 249.36 | 0.53 | 0.4 |
| Hex | 41 | 30 | 9D | 3B | 45 | 0 | 26 | F9 | 35 | 28 |
| Octal | 101 | 60 | 235 | 73 | 105 | 0 | 46 | 371 | 65 | 50 |
| Binary | 1000001 | 110000 | 10011101 | 111011 | 1000101 | 0 | 100110 | 11111001 | 110101 | 101000 |
Color Harmonies of #41309D
Complementary color
Monochromatic Colors of #41309D
Black with #41309D
Text Example
Text Example
White with #41309D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41309D; }
p { color: rgb(65,48,157); }
H1.HeaderClassName
{
color: #41309D;
}
.AnyTagClassName
{
color: #41309D;
}
</style>
background-color css
<style>
a { background-color: #41309D; }
a { background-color: rgb(65,48,157); }
div.DivClassName
{
background-color: #41309D;
}
.BgClassName
{
background-color: #41309D;
}
</style>
border-color css
<style>
span { border-color: #41309D; }
span { border-color: rgb(65,48,157); }
td.TdClassName
{
border-color: #41309D;
}
.TagClassName
{
border-color: #41309D;
}
</style>