Shades of Blue Gem #412992
Tints of Blue Gem #412992
RGB
CMYK
RGB Variations
Color information
#412992 (or 0x412992) is known color: Blue Gem. HEX triplet: 41, 29 and 92. RGB value is (65,41,146). Sum of RGB (Red+Green+Blue) = 65+41+146=252 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.79% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 146 (57.42% from 255 or 57.94% from 252); Max value from RGB is 146 - color contains mainly: blue. Hex color #412992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412992 is #BED66D. Grayscale: #3B3B3B. Windows color (decimal): -12506734 or 9578817. OLE color: 9578817.
HSL color Cylindrical-coordinate representation of color #412992: hue angle of 253.71º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #412992 is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 41 | 146 | - |
| CMYK | 0.55 | 0.72 | 0 | 0.43 |
| HSL | 253.71º | 0.56% | 0.37% | - |
| HSV(B) | 253.71º | 0.72% | 0.57% | - |
| XYZ | 8.16 | 4.79 | 27.69 | - |
| YUV | 60.15 | 176.45 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 41 | 146 | 0.55 | 0.72 | 0 | 0.43 | 253.71 | 0.56 | 0.37 |
| Hex | 41 | 29 | 92 | 37 | 48 | 0 | 2B | FE | 38 | 25 |
| Octal | 101 | 51 | 222 | 67 | 110 | 0 | 53 | 376 | 70 | 45 |
| Binary | 1000001 | 101001 | 10010010 | 110111 | 1001000 | 0 | 101011 | 11111110 | 111000 | 100101 |
Color Harmonies of #412992
Complementary color
Monochromatic Colors of #412992
Black with #412992
Text Example
Text Example
White with #412992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412992; }
p { color: rgb(65,41,146); }
H1.HeaderClassName
{
color: #412992;
}
.AnyTagClassName
{
color: #412992;
}
</style>
background-color css
<style>
a { background-color: #412992; }
a { background-color: rgb(65,41,146); }
div.DivClassName
{
background-color: #412992;
}
.BgClassName
{
background-color: #412992;
}
</style>
border-color css
<style>
span { border-color: #412992; }
span { border-color: rgb(65,41,146); }
td.TdClassName
{
border-color: #412992;
}
.TagClassName
{
border-color: #412992;
}
</style>