Shades of Blue Gem #412E99
Tints of Blue Gem #412E99
RGB
CMYK
RGB Variations
Color information
#412E99 (or 0x412E99) is known color: Blue Gem. HEX triplet: 41, 2E and 99. RGB value is (65,46,153). Sum of RGB (Red+Green+Blue) = 65+46+153=264 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.62% from 264); Green value is 46 (18.36% from 255 or 17.42% from 264); Blue value is 153 (60.16% from 255 or 57.95% from 264); Max value from RGB is 153 - color contains mainly: blue. Hex color #412E99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412E99 is #BED166. Grayscale: #3F3F3F. Windows color (decimal): -12505447 or 10038849. OLE color: 10038849.
HSL color Cylindrical-coordinate representation of color #412E99: hue angle of 250.65º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #412E99 is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 65 | 46 | 153 | - |
| CMYK | 0.58 | 0.70 | 0 | 0.4 |
| HSL | 250.65º | 0.54% | 0.39% | - |
| HSV(B) | 250.65º | 0.7% | 0.6% | - |
| XYZ | 8.91 | 5.38 | 30.71 | - |
| YUV | 63.88 | 178.29 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 46 | 153 | 0.58 | 0.70 | 0 | 0.4 | 250.65 | 0.54 | 0.39 |
| Hex | 41 | 2E | 99 | 3A | 46 | 0 | 28 | FB | 36 | 27 |
| Octal | 101 | 56 | 231 | 72 | 106 | 0 | 50 | 373 | 66 | 47 |
| Binary | 1000001 | 101110 | 10011001 | 111010 | 1000110 | 0 | 101000 | 11111011 | 110110 | 100111 |
Color Harmonies of #412E99
Complementary color
Monochromatic Colors of #412E99
Black with #412E99
Text Example
Text Example
White with #412E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412E99; }
p { color: rgb(65,46,153); }
H1.HeaderClassName
{
color: #412E99;
}
.AnyTagClassName
{
color: #412E99;
}
</style>
background-color css
<style>
a { background-color: #412E99; }
a { background-color: rgb(65,46,153); }
div.DivClassName
{
background-color: #412E99;
}
.BgClassName
{
background-color: #412E99;
}
</style>
border-color css
<style>
span { border-color: #412E99; }
span { border-color: rgb(65,46,153); }
td.TdClassName
{
border-color: #412E99;
}
.TagClassName
{
border-color: #412E99;
}
</style>