Shades of Blue Gem #412C96
Tints of Blue Gem #412C96
RGB
CMYK
RGB Variations
Color information
#412C96 (or 0x412C96) is known color: Blue Gem. HEX triplet: 41, 2C and 96. RGB value is (65,44,150). Sum of RGB (Red+Green+Blue) = 65+44+150=259 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.10% from 259); Green value is 44 (17.58% from 255 or 16.99% from 259); Blue value is 150 (58.98% from 255 or 57.92% from 259); Max value from RGB is 150 - color contains mainly: blue. Hex color #412C96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412C96 is #BED369. Grayscale: #3D3D3D. Windows color (decimal): -12505962 or 9841729. OLE color: 9841729.
HSL color Cylindrical-coordinate representation of color #412C96: hue angle of 251.89º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #412C96 is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 65 | 44 | 150 | - |
| CMYK | 0.57 | 0.71 | 0 | 0.41 |
| HSL | 251.89º | 0.55% | 0.38% | - |
| HSV(B) | 251.89º | 0.71% | 0.59% | - |
| XYZ | 8.59 | 5.13 | 29.39 | - |
| YUV | 62.36 | 177.46 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 44 | 150 | 0.57 | 0.71 | 0 | 0.41 | 251.89 | 0.55 | 0.38 |
| Hex | 41 | 2C | 96 | 39 | 47 | 0 | 29 | FC | 37 | 26 |
| Octal | 101 | 54 | 226 | 71 | 107 | 0 | 51 | 374 | 67 | 46 |
| Binary | 1000001 | 101100 | 10010110 | 111001 | 1000111 | 0 | 101001 | 11111100 | 110111 | 100110 |
Color Harmonies of #412C96
Complementary color
Monochromatic Colors of #412C96
Black with #412C96
Text Example
Text Example
White with #412C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412C96; }
p { color: rgb(65,44,150); }
H1.HeaderClassName
{
color: #412C96;
}
.AnyTagClassName
{
color: #412C96;
}
</style>
background-color css
<style>
a { background-color: #412C96; }
a { background-color: rgb(65,44,150); }
div.DivClassName
{
background-color: #412C96;
}
.BgClassName
{
background-color: #412C96;
}
</style>
border-color css
<style>
span { border-color: #412C96; }
span { border-color: rgb(65,44,150); }
td.TdClassName
{
border-color: #412C96;
}
.TagClassName
{
border-color: #412C96;
}
</style>