Shades of Blue Gem #413192
Tints of Blue Gem #413192
RGB
CMYK
RGB Variations
Color information
#413192 (or 0x413192) is known color: Blue Gem. HEX triplet: 41, 31 and 92. RGB value is (65,49,146). Sum of RGB (Red+Green+Blue) = 65+49+146=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 146 (57.42% from 255 or 56.15% from 260); Max value from RGB is 146 - color contains mainly: blue. Hex color #413192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413192 is #BECE6D. Grayscale: #404040. Windows color (decimal): -12504686 or 9580865. OLE color: 9580865.
HSL color Cylindrical-coordinate representation of color #413192: hue angle of 249.9º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #413192 is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 49 | 146 | - |
| CMYK | 0.55 | 0.66 | 0 | 0.43 |
| HSL | 249.9º | 0.5% | 0.38% | - |
| HSV(B) | 249.9º | 0.66% | 0.57% | - |
| XYZ | 8.47 | 5.4 | 27.79 | - |
| YUV | 64.84 | 173.8 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 49 | 146 | 0.55 | 0.66 | 0 | 0.43 | 249.9 | 0.5 | 0.38 |
| Hex | 41 | 31 | 92 | 37 | 42 | 0 | 2B | FA | 32 | 26 |
| Octal | 101 | 61 | 222 | 67 | 102 | 0 | 53 | 372 | 62 | 46 |
| Binary | 1000001 | 110001 | 10010010 | 110111 | 1000010 | 0 | 101011 | 11111010 | 110010 | 100110 |
Color Harmonies of #413192
Complementary color
Monochromatic Colors of #413192
Black with #413192
Text Example
Text Example
White with #413192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413192; }
p { color: rgb(65,49,146); }
H1.HeaderClassName
{
color: #413192;
}
.AnyTagClassName
{
color: #413192;
}
</style>
background-color css
<style>
a { background-color: #413192; }
a { background-color: rgb(65,49,146); }
div.DivClassName
{
background-color: #413192;
}
.BgClassName
{
background-color: #413192;
}
</style>
border-color css
<style>
span { border-color: #413192; }
span { border-color: rgb(65,49,146); }
td.TdClassName
{
border-color: #413192;
}
.TagClassName
{
border-color: #413192;
}
</style>