Shades of Blue Gem #41219D
Tints of Blue Gem #41219D
RGB
CMYK
RGB Variations
Color information
#41219D (or 0x41219D) is known color: Blue Gem. HEX triplet: 41, 21 and 9D. RGB value is (65,33,157). Sum of RGB (Red+Green+Blue) = 65+33+157=255 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.49% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 157 (61.72% from 255 or 61.57% from 255); Max value from RGB is 157 - color contains mainly: blue. Hex color #41219D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41219D is #BEDE62. Grayscale: #383838. Windows color (decimal): -12508771 or 10297665. OLE color: 10297665.
HSL color Cylindrical-coordinate representation of color #41219D: hue angle of 255.48º 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 #41219D is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 65 | 33 | 157 | - |
| CMYK | 0.59 | 0.79 | 0 | 0.38 |
| HSL | 255.48º | 0.65% | 0.37% | - |
| HSV(B) | 255.48º | 0.79% | 0.62% | - |
| XYZ | 8.81 | 4.65 | 32.33 | - |
| YUV | 56.7 | 184.6 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 33 | 157 | 0.59 | 0.79 | 0 | 0.38 | 255.48 | 0.65 | 0.37 |
| Hex | 41 | 21 | 9D | 3B | 4F | 0 | 26 | FF | 41 | 25 |
| Octal | 101 | 41 | 235 | 73 | 117 | 0 | 46 | 377 | 101 | 45 |
| Binary | 1000001 | 100001 | 10011101 | 111011 | 1001111 | 0 | 100110 | 11111111 | 1000001 | 100101 |
Color Harmonies of #41219D
Complementary color
Monochromatic Colors of #41219D
Black with #41219D
Text Example
Text Example
White with #41219D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41219D; }
p { color: rgb(65,33,157); }
H1.HeaderClassName
{
color: #41219D;
}
.AnyTagClassName
{
color: #41219D;
}
</style>
background-color css
<style>
a { background-color: #41219D; }
a { background-color: rgb(65,33,157); }
div.DivClassName
{
background-color: #41219D;
}
.BgClassName
{
background-color: #41219D;
}
</style>
border-color css
<style>
span { border-color: #41219D; }
span { border-color: rgb(65,33,157); }
td.TdClassName
{
border-color: #41219D;
}
.TagClassName
{
border-color: #41219D;
}
</style>