Shades of Blue Gem #412796
Tints of Blue Gem #412796
RGB
CMYK
RGB Variations
Color information
#412796 (or 0x412796) is known color: Blue Gem. HEX triplet: 41, 27 and 96. RGB value is (65,39,150). Sum of RGB (Red+Green+Blue) = 65+39+150=254 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.59% from 254); Green value is 39 (15.62% from 255 or 15.35% from 254); Blue value is 150 (58.98% from 255 or 59.06% from 254); Max value from RGB is 150 - color contains mainly: blue. Hex color #412796 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412796 is #BED869. Grayscale: #3B3B3B. Windows color (decimal): -12507242 or 9840449. OLE color: 9840449.
HSL color Cylindrical-coordinate representation of color #412796: hue angle of 254.05º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #412796 is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 65 | 39 | 150 | - |
| CMYK | 0.57 | 0.74 | 0 | 0.41 |
| HSL | 254.05º | 0.59% | 0.37% | - |
| HSV(B) | 254.05º | 0.74% | 0.59% | - |
| XYZ | 8.41 | 4.78 | 29.33 | - |
| YUV | 59.43 | 179.11 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 39 | 150 | 0.57 | 0.74 | 0 | 0.41 | 254.05 | 0.59 | 0.37 |
| Hex | 41 | 27 | 96 | 39 | 4A | 0 | 29 | FE | 3B | 25 |
| Octal | 101 | 47 | 226 | 71 | 112 | 0 | 51 | 376 | 73 | 45 |
| Binary | 1000001 | 100111 | 10010110 | 111001 | 1001010 | 0 | 101001 | 11111110 | 111011 | 100101 |
Color Harmonies of #412796
Complementary color
Monochromatic Colors of #412796
Black with #412796
Text Example
Text Example
White with #412796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412796; }
p { color: rgb(65,39,150); }
H1.HeaderClassName
{
color: #412796;
}
.AnyTagClassName
{
color: #412796;
}
</style>
background-color css
<style>
a { background-color: #412796; }
a { background-color: rgb(65,39,150); }
div.DivClassName
{
background-color: #412796;
}
.BgClassName
{
background-color: #412796;
}
</style>
border-color css
<style>
span { border-color: #412796; }
span { border-color: rgb(65,39,150); }
td.TdClassName
{
border-color: #412796;
}
.TagClassName
{
border-color: #412796;
}
</style>