Shades of Blue Gem #412EAA
Tints of Blue Gem #412EAA
RGB
CMYK
RGB Variations
Color information
#412EAA (or 0x412EAA) is known color: Blue Gem. HEX triplet: 41, 2E and AA. RGB value is (65,46,170). Sum of RGB (Red+Green+Blue) = 65+46+170=281 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.13% from 281); Green value is 46 (18.36% from 255 or 16.37% from 281); Blue value is 170 (66.80% from 255 or 60.50% from 281); Max value from RGB is 170 - color contains mainly: blue. Hex color #412EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412EAA is #BED155. Grayscale: #414141. Windows color (decimal): -12505430 or 11152961. OLE color: 11152961.
HSL color Cylindrical-coordinate representation of color #412EAA: hue angle of 249.19º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #412EAA is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 46 | 170 | - |
| CMYK | 0.62 | 0.73 | 0 | 0.33 |
| HSL | 249.19º | 0.57% | 0.42% | - |
| HSV(B) | 249.19º | 0.73% | 0.67% | - |
| XYZ | 10.41 | 5.98 | 38.64 | - |
| YUV | 65.82 | 186.79 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 46 | 170 | 0.62 | 0.73 | 0 | 0.33 | 249.19 | 0.57 | 0.42 |
| Hex | 41 | 2E | AA | 3E | 49 | 0 | 21 | F9 | 39 | 2A |
| Octal | 101 | 56 | 252 | 76 | 111 | 0 | 41 | 371 | 71 | 52 |
| Binary | 1000001 | 101110 | 10101010 | 111110 | 1001001 | 0 | 100001 | 11111001 | 111001 | 101010 |
Color Harmonies of #412EAA
Complementary color
Monochromatic Colors of #412EAA
Black with #412EAA
Text Example
Text Example
White with #412EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412EAA; }
p { color: rgb(65,46,170); }
H1.HeaderClassName
{
color: #412EAA;
}
.AnyTagClassName
{
color: #412EAA;
}
</style>
background-color css
<style>
a { background-color: #412EAA; }
a { background-color: rgb(65,46,170); }
div.DivClassName
{
background-color: #412EAA;
}
.BgClassName
{
background-color: #412EAA;
}
</style>
border-color css
<style>
span { border-color: #412EAA; }
span { border-color: rgb(65,46,170); }
td.TdClassName
{
border-color: #412EAA;
}
.TagClassName
{
border-color: #412EAA;
}
</style>