Shades of Blue Gem #412CA1
Tints of Blue Gem #412CA1
RGB
CMYK
RGB Variations
Color information
#412CA1 (or 0x412CA1) is known color: Blue Gem. HEX triplet: 41, 2C and A1. RGB value is (65,44,161). Sum of RGB (Red+Green+Blue) = 65+44+161=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 44 (17.58% from 255 or 16.30% from 270); Blue value is 161 (63.28% from 255 or 59.63% from 270); Max value from RGB is 161 - color contains mainly: blue. Hex color #412CA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412CA1 is #BED35E. Grayscale: #3F3F3F. Windows color (decimal): -12505951 or 10562625. OLE color: 10562625.
HSL color Cylindrical-coordinate representation of color #412CA1: hue angle of 250.77º degrees, saturation: 0.57, 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 #412CA1 is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 65 | 44 | 161 | - |
| CMYK | 0.60 | 0.73 | 0 | 0.37 |
| HSL | 250.77º | 0.57% | 0.4% | - |
| HSV(B) | 250.77º | 0.73% | 0.63% | - |
| XYZ | 9.51 | 5.5 | 34.28 | - |
| YUV | 63.62 | 182.96 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 44 | 161 | 0.60 | 0.73 | 0 | 0.37 | 250.77 | 0.57 | 0.4 |
| Hex | 41 | 2C | A1 | 3C | 49 | 0 | 25 | FB | 39 | 28 |
| Octal | 101 | 54 | 241 | 74 | 111 | 0 | 45 | 373 | 71 | 50 |
| Binary | 1000001 | 101100 | 10100001 | 111100 | 1001001 | 0 | 100101 | 11111011 | 111001 | 101000 |
Color Harmonies of #412CA1
Complementary color
Monochromatic Colors of #412CA1
Black with #412CA1
Text Example
Text Example
White with #412CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412CA1; }
p { color: rgb(65,44,161); }
H1.HeaderClassName
{
color: #412CA1;
}
.AnyTagClassName
{
color: #412CA1;
}
</style>
background-color css
<style>
a { background-color: #412CA1; }
a { background-color: rgb(65,44,161); }
div.DivClassName
{
background-color: #412CA1;
}
.BgClassName
{
background-color: #412CA1;
}
</style>
border-color css
<style>
span { border-color: #412CA1; }
span { border-color: rgb(65,44,161); }
td.TdClassName
{
border-color: #412CA1;
}
.TagClassName
{
border-color: #412CA1;
}
</style>