Shades of Blue Gem #412295
Tints of Blue Gem #412295
RGB
CMYK
RGB Variations
Color information
#412295 (or 0x412295) is known color: Blue Gem. HEX triplet: 41, 22 and 95. RGB value is (65,34,149). Sum of RGB (Red+Green+Blue) = 65+34+149=248 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.21% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 149 (58.59% from 255 or 60.08% from 248); Max value from RGB is 149 - color contains mainly: blue. Hex color #412295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412295 is #BEDD6A. Grayscale: #373737. Windows color (decimal): -12508523 or 9773633. OLE color: 9773633.
HSL color Cylindrical-coordinate representation of color #412295: hue angle of 256.17º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #412295 is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 34 | 149 | - |
| CMYK | 0.56 | 0.77 | 0 | 0.42 |
| HSL | 256.17º | 0.63% | 0.36% | - |
| HSV(B) | 256.17º | 0.77% | 0.58% | - |
| XYZ | 8.18 | 4.44 | 28.86 | - |
| YUV | 56.38 | 180.27 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 34 | 149 | 0.56 | 0.77 | 0 | 0.42 | 256.17 | 0.63 | 0.36 |
| Hex | 41 | 22 | 95 | 38 | 4D | 0 | 2A | 100 | 3F | 24 |
| Octal | 101 | 42 | 225 | 70 | 115 | 0 | 52 | 400 | 77 | 44 |
| Binary | 1000001 | 100010 | 10010101 | 111000 | 1001101 | 0 | 101010 | 100000000 | 111111 | 100100 |
Color Harmonies of #412295
Complementary color
Monochromatic Colors of #412295
Black with #412295
Text Example
Text Example
White with #412295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412295; }
p { color: rgb(65,34,149); }
H1.HeaderClassName
{
color: #412295;
}
.AnyTagClassName
{
color: #412295;
}
</style>
background-color css
<style>
a { background-color: #412295; }
a { background-color: rgb(65,34,149); }
div.DivClassName
{
background-color: #412295;
}
.BgClassName
{
background-color: #412295;
}
</style>
border-color css
<style>
span { border-color: #412295; }
span { border-color: rgb(65,34,149); }
td.TdClassName
{
border-color: #412295;
}
.TagClassName
{
border-color: #412295;
}
</style>