Shades of Blue Gem #412792
Tints of Blue Gem #412792
RGB
CMYK
RGB Variations
Color information
#412792 (or 0x412792) is known color: Blue Gem. HEX triplet: 41, 27 and 92. RGB value is (65,39,146). Sum of RGB (Red+Green+Blue) = 65+39+146=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 39 (15.62% from 255 or 15.6% from 250); Blue value is 146 (57.42% from 255 or 58.4% from 250); Max value from RGB is 146 - color contains mainly: blue. Hex color #412792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412792 is #BED86D. Grayscale: #3A3A3A. Windows color (decimal): -12507246 or 9578305. OLE color: 9578305.
HSL color Cylindrical-coordinate representation of color #412792: hue angle of 254.58º degrees, saturation: 0.58, 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 #412792 is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 39 | 146 | - |
| CMYK | 0.55 | 0.73 | 0 | 0.43 |
| HSL | 254.58º | 0.58% | 0.36% | - |
| HSV(B) | 254.58º | 0.73% | 0.57% | - |
| XYZ | 8.09 | 4.65 | 27.67 | - |
| YUV | 58.97 | 177.11 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 39 | 146 | 0.55 | 0.73 | 0 | 0.43 | 254.58 | 0.58 | 0.36 |
| Hex | 41 | 27 | 92 | 37 | 49 | 0 | 2B | FF | 3A | 24 |
| Octal | 101 | 47 | 222 | 67 | 111 | 0 | 53 | 377 | 72 | 44 |
| Binary | 1000001 | 100111 | 10010010 | 110111 | 1001001 | 0 | 101011 | 11111111 | 111010 | 100100 |
Color Harmonies of #412792
Complementary color
Monochromatic Colors of #412792
Black with #412792
Text Example
Text Example
White with #412792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412792; }
p { color: rgb(65,39,146); }
H1.HeaderClassName
{
color: #412792;
}
.AnyTagClassName
{
color: #412792;
}
</style>
background-color css
<style>
a { background-color: #412792; }
a { background-color: rgb(65,39,146); }
div.DivClassName
{
background-color: #412792;
}
.BgClassName
{
background-color: #412792;
}
</style>
border-color css
<style>
span { border-color: #412792; }
span { border-color: rgb(65,39,146); }
td.TdClassName
{
border-color: #412792;
}
.TagClassName
{
border-color: #412792;
}
</style>