Shades of Blue Gem #412B8D
Tints of Blue Gem #412B8D
RGB
CMYK
RGB Variations
Color information
#412B8D (or 0x412B8D) is known color: Blue Gem. HEX triplet: 41, 2B and 8D. RGB value is (65,43,141). Sum of RGB (Red+Green+Blue) = 65+43+141=249 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.10% from 249); Green value is 43 (17.19% from 255 or 17.27% from 249); Blue value is 141 (55.47% from 255 or 56.63% from 249); Max value from RGB is 141 - color contains mainly: blue. Hex color #412B8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412B8D is #BED472. Grayscale: #3C3C3C. Windows color (decimal): -12506227 or 9251649. OLE color: 9251649.
HSL color Cylindrical-coordinate representation of color #412B8D: hue angle of 253.47º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #412B8D is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 43 | 141 | - |
| CMYK | 0.54 | 0.70 | 0 | 0.45 |
| HSL | 253.47º | 0.53% | 0.36% | - |
| HSV(B) | 253.47º | 0.7% | 0.55% | - |
| XYZ | 7.85 | 4.77 | 25.71 | - |
| YUV | 60.75 | 173.29 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 43 | 141 | 0.54 | 0.70 | 0 | 0.45 | 253.47 | 0.53 | 0.36 |
| Hex | 41 | 2B | 8D | 36 | 46 | 0 | 2D | FD | 35 | 24 |
| Octal | 101 | 53 | 215 | 66 | 106 | 0 | 55 | 375 | 65 | 44 |
| Binary | 1000001 | 101011 | 10001101 | 110110 | 1000110 | 0 | 101101 | 11111101 | 110101 | 100100 |
Color Harmonies of #412B8D
Complementary color
Monochromatic Colors of #412B8D
Black with #412B8D
Text Example
Text Example
White with #412B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412B8D; }
p { color: rgb(65,43,141); }
H1.HeaderClassName
{
color: #412B8D;
}
.AnyTagClassName
{
color: #412B8D;
}
</style>
background-color css
<style>
a { background-color: #412B8D; }
a { background-color: rgb(65,43,141); }
div.DivClassName
{
background-color: #412B8D;
}
.BgClassName
{
background-color: #412B8D;
}
</style>
border-color css
<style>
span { border-color: #412B8D; }
span { border-color: rgb(65,43,141); }
td.TdClassName
{
border-color: #412B8D;
}
.TagClassName
{
border-color: #412B8D;
}
</style>