Shades of Blue Gem #413294
Tints of Blue Gem #413294
RGB
CMYK
RGB Variations
Color information
#413294 (or 0x413294) is known color: Blue Gem. HEX triplet: 41, 32 and 94. RGB value is (65,50,148). Sum of RGB (Red+Green+Blue) = 65+50+148=263 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.71% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 148 (58.20% from 255 or 56.27% from 263); Max value from RGB is 148 - color contains mainly: blue. Hex color #413294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413294 is #BECD6B. Grayscale: #414141. Windows color (decimal): -12504428 or 9712193. OLE color: 9712193.
HSL color Cylindrical-coordinate representation of color #413294: hue angle of 249.18º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #413294 is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 50 | 148 | - |
| CMYK | 0.56 | 0.66 | 0 | 0.42 |
| HSL | 249.18º | 0.49% | 0.39% | - |
| HSV(B) | 249.18º | 0.66% | 0.58% | - |
| XYZ | 8.67 | 5.54 | 28.63 | - |
| YUV | 65.66 | 174.47 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 50 | 148 | 0.56 | 0.66 | 0 | 0.42 | 249.18 | 0.49 | 0.39 |
| Hex | 41 | 32 | 94 | 38 | 42 | 0 | 2A | F9 | 31 | 27 |
| Octal | 101 | 62 | 224 | 70 | 102 | 0 | 52 | 371 | 61 | 47 |
| Binary | 1000001 | 110010 | 10010100 | 111000 | 1000010 | 0 | 101010 | 11111001 | 110001 | 100111 |
Color Harmonies of #413294
Complementary color
Monochromatic Colors of #413294
Black with #413294
Text Example
Text Example
White with #413294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413294; }
p { color: rgb(65,50,148); }
H1.HeaderClassName
{
color: #413294;
}
.AnyTagClassName
{
color: #413294;
}
</style>
background-color css
<style>
a { background-color: #413294; }
a { background-color: rgb(65,50,148); }
div.DivClassName
{
background-color: #413294;
}
.BgClassName
{
background-color: #413294;
}
</style>
border-color css
<style>
span { border-color: #413294; }
span { border-color: rgb(65,50,148); }
td.TdClassName
{
border-color: #413294;
}
.TagClassName
{
border-color: #413294;
}
</style>