Shades of Blue Gem #413096
Tints of Blue Gem #413096
RGB
CMYK
RGB Variations
Color information
#413096 (or 0x413096) is known color: Blue Gem. HEX triplet: 41, 30 and 96. RGB value is (65,48,150). Sum of RGB (Red+Green+Blue) = 65+48+150=263 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.71% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 150 (58.98% from 255 or 57.03% from 263); Max value from RGB is 150 - color contains mainly: blue. Hex color #413096 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413096 is #BECF69. Grayscale: #404040. Windows color (decimal): -12504938 or 9842753. OLE color: 9842753.
HSL color Cylindrical-coordinate representation of color #413096: hue angle of 250º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #413096 is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 65 | 48 | 150 | - |
| CMYK | 0.57 | 0.68 | 0 | 0.41 |
| HSL | 250º | 0.52% | 0.39% | - |
| HSV(B) | 250º | 0.68% | 0.59% | - |
| XYZ | 8.74 | 5.44 | 29.44 | - |
| YUV | 64.71 | 176.13 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 48 | 150 | 0.57 | 0.68 | 0 | 0.41 | 250 | 0.52 | 0.39 |
| Hex | 41 | 30 | 96 | 39 | 44 | 0 | 29 | FA | 34 | 27 |
| Octal | 101 | 60 | 226 | 71 | 104 | 0 | 51 | 372 | 64 | 47 |
| Binary | 1000001 | 110000 | 10010110 | 111001 | 1000100 | 0 | 101001 | 11111010 | 110100 | 100111 |
Color Harmonies of #413096
Complementary color
Monochromatic Colors of #413096
Black with #413096
Text Example
Text Example
White with #413096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413096; }
p { color: rgb(65,48,150); }
H1.HeaderClassName
{
color: #413096;
}
.AnyTagClassName
{
color: #413096;
}
</style>
background-color css
<style>
a { background-color: #413096; }
a { background-color: rgb(65,48,150); }
div.DivClassName
{
background-color: #413096;
}
.BgClassName
{
background-color: #413096;
}
</style>
border-color css
<style>
span { border-color: #413096; }
span { border-color: rgb(65,48,150); }
td.TdClassName
{
border-color: #413096;
}
.TagClassName
{
border-color: #413096;
}
</style>