Shades of Blue Gem #412892
Tints of Blue Gem #412892
RGB
CMYK
RGB Variations
Color information
#412892 (or 0x412892) is known color: Blue Gem. HEX triplet: 41, 28 and 92. RGB value is (65,40,146). Sum of RGB (Red+Green+Blue) = 65+40+146=251 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.90% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 146 (57.42% from 255 or 58.17% from 251); Max value from RGB is 146 - color contains mainly: blue. Hex color #412892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412892 is #BED76D. Grayscale: #3B3B3B. Windows color (decimal): -12506990 or 9578561. OLE color: 9578561.
HSL color Cylindrical-coordinate representation of color #412892: hue angle of 254.15º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #412892 is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 40 | 146 | - |
| CMYK | 0.55 | 0.73 | 0 | 0.43 |
| HSL | 254.15º | 0.57% | 0.36% | - |
| HSV(B) | 254.15º | 0.73% | 0.57% | - |
| XYZ | 8.13 | 4.72 | 27.68 | - |
| YUV | 59.56 | 176.78 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 40 | 146 | 0.55 | 0.73 | 0 | 0.43 | 254.15 | 0.57 | 0.36 |
| Hex | 41 | 28 | 92 | 37 | 49 | 0 | 2B | FE | 39 | 24 |
| Octal | 101 | 50 | 222 | 67 | 111 | 0 | 53 | 376 | 71 | 44 |
| Binary | 1000001 | 101000 | 10010010 | 110111 | 1001001 | 0 | 101011 | 11111110 | 111001 | 100100 |
Color Harmonies of #412892
Complementary color
Monochromatic Colors of #412892
Black with #412892
Text Example
Text Example
White with #412892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412892; }
p { color: rgb(65,40,146); }
H1.HeaderClassName
{
color: #412892;
}
.AnyTagClassName
{
color: #412892;
}
</style>
background-color css
<style>
a { background-color: #412892; }
a { background-color: rgb(65,40,146); }
div.DivClassName
{
background-color: #412892;
}
.BgClassName
{
background-color: #412892;
}
</style>
border-color css
<style>
span { border-color: #412892; }
span { border-color: rgb(65,40,146); }
td.TdClassName
{
border-color: #412892;
}
.TagClassName
{
border-color: #412892;
}
</style>