Shades of Blue Gem #412491
Tints of Blue Gem #412491
RGB
CMYK
RGB Variations
Color information
#412491 (or 0x412491) is known color: Blue Gem. HEX triplet: 41, 24 and 91. RGB value is (65,36,145). Sum of RGB (Red+Green+Blue) = 65+36+145=246 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.42% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 145 (57.03% from 255 or 58.94% from 246); Max value from RGB is 145 - color contains mainly: blue. Hex color #412491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412491 is #BEDB6E. Grayscale: #383838. Windows color (decimal): -12508015 or 9512001. OLE color: 9512001.
HSL color Cylindrical-coordinate representation of color #412491: hue angle of 255.96º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #412491 is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 36 | 145 | - |
| CMYK | 0.55 | 0.75 | 0 | 0.43 |
| HSL | 255.96º | 0.6% | 0.35% | - |
| HSV(B) | 255.96º | 0.75% | 0.57% | - |
| XYZ | 7.92 | 4.43 | 27.23 | - |
| YUV | 57.1 | 177.61 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 36 | 145 | 0.55 | 0.75 | 0 | 0.43 | 255.96 | 0.6 | 0.35 |
| Hex | 41 | 24 | 91 | 37 | 4B | 0 | 2B | 100 | 3C | 23 |
| Octal | 101 | 44 | 221 | 67 | 113 | 0 | 53 | 400 | 74 | 43 |
| Binary | 1000001 | 100100 | 10010001 | 110111 | 1001011 | 0 | 101011 | 100000000 | 111100 | 100011 |
Color Harmonies of #412491
Complementary color
Monochromatic Colors of #412491
Black with #412491
Text Example
Text Example
White with #412491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412491; }
p { color: rgb(65,36,145); }
H1.HeaderClassName
{
color: #412491;
}
.AnyTagClassName
{
color: #412491;
}
</style>
background-color css
<style>
a { background-color: #412491; }
a { background-color: rgb(65,36,145); }
div.DivClassName
{
background-color: #412491;
}
.BgClassName
{
background-color: #412491;
}
</style>
border-color css
<style>
span { border-color: #412491; }
span { border-color: rgb(65,36,145); }
td.TdClassName
{
border-color: #412491;
}
.TagClassName
{
border-color: #412491;
}
</style>