Shades of Blue Gem #41219E
Tints of Blue Gem #41219E
RGB
CMYK
RGB Variations
Color information
#41219E (or 0x41219E) is known color: Blue Gem. HEX triplet: 41, 21 and 9E. RGB value is (65,33,158). Sum of RGB (Red+Green+Blue) = 65+33+158=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 158 (62.11% from 255 or 61.72% from 256); Max value from RGB is 158 - color contains mainly: blue. Hex color #41219E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41219E is #BEDE61. Grayscale: #383838. Windows color (decimal): -12508770 or 10363201. OLE color: 10363201.
HSL color Cylindrical-coordinate representation of color #41219E: hue angle of 255.36º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #41219E is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 65 | 33 | 158 | - |
| CMYK | 0.59 | 0.79 | 0 | 0.38 |
| HSL | 255.36º | 0.65% | 0.37% | - |
| HSV(B) | 255.36º | 0.79% | 0.62% | - |
| XYZ | 8.9 | 4.68 | 32.78 | - |
| YUV | 56.82 | 185.1 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 33 | 158 | 0.59 | 0.79 | 0 | 0.38 | 255.36 | 0.65 | 0.37 |
| Hex | 41 | 21 | 9E | 3B | 4F | 0 | 26 | FF | 41 | 25 |
| Octal | 101 | 41 | 236 | 73 | 117 | 0 | 46 | 377 | 101 | 45 |
| Binary | 1000001 | 100001 | 10011110 | 111011 | 1001111 | 0 | 100110 | 11111111 | 1000001 | 100101 |
Color Harmonies of #41219E
Complementary color
Monochromatic Colors of #41219E
Black with #41219E
Text Example
Text Example
White with #41219E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41219E; }
p { color: rgb(65,33,158); }
H1.HeaderClassName
{
color: #41219E;
}
.AnyTagClassName
{
color: #41219E;
}
</style>
background-color css
<style>
a { background-color: #41219E; }
a { background-color: rgb(65,33,158); }
div.DivClassName
{
background-color: #41219E;
}
.BgClassName
{
background-color: #41219E;
}
</style>
border-color css
<style>
span { border-color: #41219E; }
span { border-color: rgb(65,33,158); }
td.TdClassName
{
border-color: #41219E;
}
.TagClassName
{
border-color: #41219E;
}
</style>