Shades of Blue Gem #412FA0
Tints of Blue Gem #412FA0
RGB
CMYK
RGB Variations
Color information
#412FA0 (or 0x412FA0) is known color: Blue Gem. HEX triplet: 41, 2F and A0. RGB value is (65,47,160). Sum of RGB (Red+Green+Blue) = 65+47+160=272 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.90% from 272); Green value is 47 (18.75% from 255 or 17.28% from 272); Blue value is 160 (62.89% from 255 or 58.82% from 272); Max value from RGB is 160 - color contains mainly: blue. Hex color #412FA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412FA0 is #BED05F. Grayscale: #404040. Windows color (decimal): -12505184 or 10497857. OLE color: 10497857.
HSL color Cylindrical-coordinate representation of color #412FA0: hue angle of 249.56º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #412FA0 is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 65 | 47 | 160 | - |
| CMYK | 0.59 | 0.71 | 0 | 0.37 |
| HSL | 249.56º | 0.55% | 0.41% | - |
| HSV(B) | 249.56º | 0.71% | 0.63% | - |
| XYZ | 9.54 | 5.69 | 33.85 | - |
| YUV | 65.26 | 181.46 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 47 | 160 | 0.59 | 0.71 | 0 | 0.37 | 249.56 | 0.55 | 0.41 |
| Hex | 41 | 2F | A0 | 3B | 47 | 0 | 25 | FA | 37 | 29 |
| Octal | 101 | 57 | 240 | 73 | 107 | 0 | 45 | 372 | 67 | 51 |
| Binary | 1000001 | 101111 | 10100000 | 111011 | 1000111 | 0 | 100101 | 11111010 | 110111 | 101001 |
Color Harmonies of #412FA0
Complementary color
Monochromatic Colors of #412FA0
Black with #412FA0
Text Example
Text Example
White with #412FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412FA0; }
p { color: rgb(65,47,160); }
H1.HeaderClassName
{
color: #412FA0;
}
.AnyTagClassName
{
color: #412FA0;
}
</style>
background-color css
<style>
a { background-color: #412FA0; }
a { background-color: rgb(65,47,160); }
div.DivClassName
{
background-color: #412FA0;
}
.BgClassName
{
background-color: #412FA0;
}
</style>
border-color css
<style>
span { border-color: #412FA0; }
span { border-color: rgb(65,47,160); }
td.TdClassName
{
border-color: #412FA0;
}
.TagClassName
{
border-color: #412FA0;
}
</style>