Shades of Blue Gem #412F91
Tints of Blue Gem #412F91
RGB
CMYK
RGB Variations
Color information
#412F91 (or 0x412F91) is known color: Blue Gem. HEX triplet: 41, 2F and 91. RGB value is (65,47,145). Sum of RGB (Red+Green+Blue) = 65+47+145=257 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.29% from 257); Green value is 47 (18.75% from 255 or 18.29% from 257); Blue value is 145 (57.03% from 255 or 56.42% from 257); Max value from RGB is 145 - color contains mainly: blue. Hex color #412F91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412F91 is #BED06E. Grayscale: #3F3F3F. Windows color (decimal): -12505199 or 9514817. OLE color: 9514817.
HSL color Cylindrical-coordinate representation of color #412F91: hue angle of 251.02º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #412F91 is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 47 | 145 | - |
| CMYK | 0.55 | 0.68 | 0 | 0.43 |
| HSL | 251.02º | 0.51% | 0.38% | - |
| HSV(B) | 251.02º | 0.68% | 0.57% | - |
| XYZ | 8.31 | 5.2 | 27.35 | - |
| YUV | 63.55 | 173.96 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 47 | 145 | 0.55 | 0.68 | 0 | 0.43 | 251.02 | 0.51 | 0.38 |
| Hex | 41 | 2F | 91 | 37 | 44 | 0 | 2B | FB | 33 | 26 |
| Octal | 101 | 57 | 221 | 67 | 104 | 0 | 53 | 373 | 63 | 46 |
| Binary | 1000001 | 101111 | 10010001 | 110111 | 1000100 | 0 | 101011 | 11111011 | 110011 | 100110 |
Color Harmonies of #412F91
Complementary color
Monochromatic Colors of #412F91
Black with #412F91
Text Example
Text Example
White with #412F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412F91; }
p { color: rgb(65,47,145); }
H1.HeaderClassName
{
color: #412F91;
}
.AnyTagClassName
{
color: #412F91;
}
</style>
background-color css
<style>
a { background-color: #412F91; }
a { background-color: rgb(65,47,145); }
div.DivClassName
{
background-color: #412F91;
}
.BgClassName
{
background-color: #412F91;
}
</style>
border-color css
<style>
span { border-color: #412F91; }
span { border-color: rgb(65,47,145); }
td.TdClassName
{
border-color: #412F91;
}
.TagClassName
{
border-color: #412F91;
}
</style>