Shades of Blue Gem #412FAE
Tints of Blue Gem #412FAE
RGB
CMYK
RGB Variations
Color information
#412FAE (or 0x412FAE) is known color: Blue Gem. HEX triplet: 41, 2F and AE. RGB value is (65,47,174). Sum of RGB (Red+Green+Blue) = 65+47+174=286 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.73% from 286); Green value is 47 (18.75% from 255 or 16.43% from 286); Blue value is 174 (68.36% from 255 or 60.84% from 286); Max value from RGB is 174 - color contains mainly: blue. Hex color #412FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412FAE is #BED051. Grayscale: #424242. Windows color (decimal): -12505170 or 11415361. OLE color: 11415361.
HSL color Cylindrical-coordinate representation of color #412FAE: hue angle of 248.5º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #412FAE is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 65 | 47 | 174 | - |
| CMYK | 0.63 | 0.73 | 0 | 0.32 |
| HSL | 248.5º | 0.57% | 0.43% | - |
| HSV(B) | 248.5º | 0.73% | 0.68% | - |
| XYZ | 10.84 | 6.21 | 40.67 | - |
| YUV | 66.86 | 188.46 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 47 | 174 | 0.63 | 0.73 | 0 | 0.32 | 248.5 | 0.57 | 0.43 |
| Hex | 41 | 2F | AE | 3F | 49 | 0 | 20 | F9 | 39 | 2B |
| Octal | 101 | 57 | 256 | 77 | 111 | 0 | 40 | 371 | 71 | 53 |
| Binary | 1000001 | 101111 | 10101110 | 111111 | 1001001 | 0 | 100000 | 11111001 | 111001 | 101011 |
Color Harmonies of #412FAE
Complementary color
Monochromatic Colors of #412FAE
Black with #412FAE
Text Example
Text Example
White with #412FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412FAE; }
p { color: rgb(65,47,174); }
H1.HeaderClassName
{
color: #412FAE;
}
.AnyTagClassName
{
color: #412FAE;
}
</style>
background-color css
<style>
a { background-color: #412FAE; }
a { background-color: rgb(65,47,174); }
div.DivClassName
{
background-color: #412FAE;
}
.BgClassName
{
background-color: #412FAE;
}
</style>
border-color css
<style>
span { border-color: #412FAE; }
span { border-color: rgb(65,47,174); }
td.TdClassName
{
border-color: #412FAE;
}
.TagClassName
{
border-color: #412FAE;
}
</style>