Shades of Blue Gem #412991
Tints of Blue Gem #412991
RGB
CMYK
RGB Variations
Color information
#412991 (or 0x412991) is known color: Blue Gem. HEX triplet: 41, 29 and 91. RGB value is (65,41,145). Sum of RGB (Red+Green+Blue) = 65+41+145=251 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.90% from 251); Green value is 41 (16.41% from 255 or 16.33% from 251); Blue value is 145 (57.03% from 255 or 57.77% from 251); Max value from RGB is 145 - color contains mainly: blue. Hex color #412991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412991 is #BED66E. Grayscale: #3B3B3B. Windows color (decimal): -12506735 or 9513281. OLE color: 9513281.
HSL color Cylindrical-coordinate representation of color #412991: hue angle of 253.85º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #412991 is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 41 | 145 | - |
| CMYK | 0.55 | 0.72 | 0 | 0.43 |
| HSL | 253.85º | 0.56% | 0.36% | - |
| HSV(B) | 253.85º | 0.72% | 0.57% | - |
| XYZ | 8.08 | 4.75 | 27.28 | - |
| YUV | 60.03 | 175.95 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 41 | 145 | 0.55 | 0.72 | 0 | 0.43 | 253.85 | 0.56 | 0.36 |
| Hex | 41 | 29 | 91 | 37 | 48 | 0 | 2B | FE | 38 | 24 |
| Octal | 101 | 51 | 221 | 67 | 110 | 0 | 53 | 376 | 70 | 44 |
| Binary | 1000001 | 101001 | 10010001 | 110111 | 1001000 | 0 | 101011 | 11111110 | 111000 | 100100 |
Color Harmonies of #412991
Complementary color
Monochromatic Colors of #412991
Black with #412991
Text Example
Text Example
White with #412991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412991; }
p { color: rgb(65,41,145); }
H1.HeaderClassName
{
color: #412991;
}
.AnyTagClassName
{
color: #412991;
}
</style>
background-color css
<style>
a { background-color: #412991; }
a { background-color: rgb(65,41,145); }
div.DivClassName
{
background-color: #412991;
}
.BgClassName
{
background-color: #412991;
}
</style>
border-color css
<style>
span { border-color: #412991; }
span { border-color: rgb(65,41,145); }
td.TdClassName
{
border-color: #412991;
}
.TagClassName
{
border-color: #412991;
}
</style>