Shades of Blue Gem #412AAE
Tints of Blue Gem #412AAE
RGB
CMYK
RGB Variations
Color information
#412AAE (or 0x412AAE) is known color: Blue Gem. HEX triplet: 41, 2A and AE. RGB value is (65,42,174). Sum of RGB (Red+Green+Blue) = 65+42+174=281 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.13% from 281); Green value is 42 (16.80% from 255 or 14.95% from 281); Blue value is 174 (68.36% from 255 or 61.92% from 281); Max value from RGB is 174 - color contains mainly: blue. Hex color #412AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412AAE is #BED551. Grayscale: #3F3F3F. Windows color (decimal): -12506450 or 11414081. OLE color: 11414081.
HSL color Cylindrical-coordinate representation of color #412AAE: hue angle of 250.45º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #412AAE is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 65 | 42 | 174 | - |
| CMYK | 0.63 | 0.76 | 0 | 0.32 |
| HSL | 250.45º | 0.61% | 0.42% | - |
| HSV(B) | 250.45º | 0.76% | 0.68% | - |
| XYZ | 10.65 | 5.84 | 40.61 | - |
| YUV | 63.93 | 190.12 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 42 | 174 | 0.63 | 0.76 | 0 | 0.32 | 250.45 | 0.61 | 0.42 |
| Hex | 41 | 2A | AE | 3F | 4C | 0 | 20 | FA | 3D | 2A |
| Octal | 101 | 52 | 256 | 77 | 114 | 0 | 40 | 372 | 75 | 52 |
| Binary | 1000001 | 101010 | 10101110 | 111111 | 1001100 | 0 | 100000 | 11111010 | 111101 | 101010 |
Color Harmonies of #412AAE
Complementary color
Monochromatic Colors of #412AAE
Black with #412AAE
Text Example
Text Example
White with #412AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412AAE; }
p { color: rgb(65,42,174); }
H1.HeaderClassName
{
color: #412AAE;
}
.AnyTagClassName
{
color: #412AAE;
}
</style>
background-color css
<style>
a { background-color: #412AAE; }
a { background-color: rgb(65,42,174); }
div.DivClassName
{
background-color: #412AAE;
}
.BgClassName
{
background-color: #412AAE;
}
</style>
border-color css
<style>
span { border-color: #412AAE; }
span { border-color: rgb(65,42,174); }
td.TdClassName
{
border-color: #412AAE;
}
.TagClassName
{
border-color: #412AAE;
}
</style>