Shades of Blue Gem #412194
Tints of Blue Gem #412194
RGB
CMYK
RGB Variations
Color information
#412194 (or 0x412194) is known color: Blue Gem. HEX triplet: 41, 21 and 94. RGB value is (65,33,148). Sum of RGB (Red+Green+Blue) = 65+33+148=246 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.42% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 148 (58.20% from 255 or 60.16% from 246); Max value from RGB is 148 - color contains mainly: blue. Hex color #412194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412194 is #BEDE6B. Grayscale: #373737. Windows color (decimal): -12508780 or 9707841. OLE color: 9707841.
HSL color Cylindrical-coordinate representation of color #412194: hue angle of 256.7º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #412194 is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 33 | 148 | - |
| CMYK | 0.56 | 0.78 | 0 | 0.42 |
| HSL | 256.7º | 0.64% | 0.35% | - |
| HSV(B) | 256.7º | 0.78% | 0.58% | - |
| XYZ | 8.07 | 4.35 | 28.43 | - |
| YUV | 55.68 | 180.1 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 33 | 148 | 0.56 | 0.78 | 0 | 0.42 | 256.7 | 0.64 | 0.35 |
| Hex | 41 | 21 | 94 | 38 | 4E | 0 | 2A | 101 | 40 | 23 |
| Octal | 101 | 41 | 224 | 70 | 116 | 0 | 52 | 401 | 100 | 43 |
| Binary | 1000001 | 100001 | 10010100 | 111000 | 1001110 | 0 | 101010 | 100000001 | 1000000 | 100011 |
Color Harmonies of #412194
Complementary color
Monochromatic Colors of #412194
Black with #412194
Text Example
Text Example
White with #412194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412194; }
p { color: rgb(65,33,148); }
H1.HeaderClassName
{
color: #412194;
}
.AnyTagClassName
{
color: #412194;
}
</style>
background-color css
<style>
a { background-color: #412194; }
a { background-color: rgb(65,33,148); }
div.DivClassName
{
background-color: #412194;
}
.BgClassName
{
background-color: #412194;
}
</style>
border-color css
<style>
span { border-color: #412194; }
span { border-color: rgb(65,33,148); }
td.TdClassName
{
border-color: #412194;
}
.TagClassName
{
border-color: #412194;
}
</style>