Shades of Blue Gem #412BA1
Tints of Blue Gem #412BA1
RGB
CMYK
RGB Variations
Color information
#412BA1 (or 0x412BA1) is known color: Blue Gem. HEX triplet: 41, 2B and A1. RGB value is (65,43,161). Sum of RGB (Red+Green+Blue) = 65+43+161=269 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.16% from 269); Green value is 43 (17.19% from 255 or 15.99% from 269); Blue value is 161 (63.28% from 255 or 59.85% from 269); Max value from RGB is 161 - color contains mainly: blue. Hex color #412BA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412BA1 is #BED45E. Grayscale: #3E3E3E. Windows color (decimal): -12506207 or 10562369. OLE color: 10562369.
HSL color Cylindrical-coordinate representation of color #412BA1: hue angle of 251.19º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #412BA1 is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 65 | 43 | 161 | - |
| CMYK | 0.60 | 0.73 | 0 | 0.37 |
| HSL | 251.19º | 0.58% | 0.4% | - |
| HSV(B) | 251.19º | 0.73% | 0.63% | - |
| XYZ | 9.48 | 5.42 | 34.27 | - |
| YUV | 63.03 | 183.29 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 43 | 161 | 0.60 | 0.73 | 0 | 0.37 | 251.19 | 0.58 | 0.4 |
| Hex | 41 | 2B | A1 | 3C | 49 | 0 | 25 | FB | 3A | 28 |
| Octal | 101 | 53 | 241 | 74 | 111 | 0 | 45 | 373 | 72 | 50 |
| Binary | 1000001 | 101011 | 10100001 | 111100 | 1001001 | 0 | 100101 | 11111011 | 111010 | 101000 |
Color Harmonies of #412BA1
Complementary color
Monochromatic Colors of #412BA1
Black with #412BA1
Text Example
Text Example
White with #412BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412BA1; }
p { color: rgb(65,43,161); }
H1.HeaderClassName
{
color: #412BA1;
}
.AnyTagClassName
{
color: #412BA1;
}
</style>
background-color css
<style>
a { background-color: #412BA1; }
a { background-color: rgb(65,43,161); }
div.DivClassName
{
background-color: #412BA1;
}
.BgClassName
{
background-color: #412BA1;
}
</style>
border-color css
<style>
span { border-color: #412BA1; }
span { border-color: rgb(65,43,161); }
td.TdClassName
{
border-color: #412BA1;
}
.TagClassName
{
border-color: #412BA1;
}
</style>