Shades of Blue Gem #413394
Tints of Blue Gem #413394
RGB
CMYK
RGB Variations
Color information
#413394 (or 0x413394) is known color: Blue Gem. HEX triplet: 41, 33 and 94. RGB value is (65,51,148). Sum of RGB (Red+Green+Blue) = 65+51+148=264 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.62% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 148 (58.20% from 255 or 56.06% from 264); Max value from RGB is 148 - color contains mainly: blue. Hex color #413394 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413394 is #BECC6B. Grayscale: #414141. Windows color (decimal): -12504172 or 9712449. OLE color: 9712449.
HSL color Cylindrical-coordinate representation of color #413394: hue angle of 248.66º 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 #413394 is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 51 | 148 | - |
| CMYK | 0.56 | 0.66 | 0 | 0.42 |
| HSL | 248.66º | 0.49% | 0.39% | - |
| HSV(B) | 248.66º | 0.66% | 0.58% | - |
| XYZ | 8.71 | 5.63 | 28.64 | - |
| YUV | 66.24 | 174.14 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 51 | 148 | 0.56 | 0.66 | 0 | 0.42 | 248.66 | 0.49 | 0.39 |
| Hex | 41 | 33 | 94 | 38 | 42 | 0 | 2A | F9 | 31 | 27 |
| Octal | 101 | 63 | 224 | 70 | 102 | 0 | 52 | 371 | 61 | 47 |
| Binary | 1000001 | 110011 | 10010100 | 111000 | 1000010 | 0 | 101010 | 11111001 | 110001 | 100111 |
Color Harmonies of #413394
Complementary color
Monochromatic Colors of #413394
Black with #413394
Text Example
Text Example
White with #413394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413394; }
p { color: rgb(65,51,148); }
H1.HeaderClassName
{
color: #413394;
}
.AnyTagClassName
{
color: #413394;
}
</style>
background-color css
<style>
a { background-color: #413394; }
a { background-color: rgb(65,51,148); }
div.DivClassName
{
background-color: #413394;
}
.BgClassName
{
background-color: #413394;
}
</style>
border-color css
<style>
span { border-color: #413394; }
span { border-color: rgb(65,51,148); }
td.TdClassName
{
border-color: #413394;
}
.TagClassName
{
border-color: #413394;
}
</style>