Shades of Blue Gem #412CAD
Tints of Blue Gem #412CAD
RGB
CMYK
RGB Variations
Color information
#412CAD (or 0x412CAD) is known color: Blue Gem. HEX triplet: 41, 2C and AD. RGB value is (65,44,173). Sum of RGB (Red+Green+Blue) = 65+44+173=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 44 (17.58% from 255 or 15.60% from 282); Blue value is 173 (67.97% from 255 or 61.35% from 282); Max value from RGB is 173 - color contains mainly: blue. Hex color #412CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412CAD is #BED352. Grayscale: #404040. Windows color (decimal): -12505939 or 11349057. OLE color: 11349057.
HSL color Cylindrical-coordinate representation of color #412CAD: hue angle of 249.77º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #412CAD is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 65 | 44 | 173 | - |
| CMYK | 0.62 | 0.75 | 0 | 0.32 |
| HSL | 249.77º | 0.59% | 0.43% | - |
| HSV(B) | 249.77º | 0.75% | 0.68% | - |
| XYZ | 10.62 | 5.94 | 40.12 | - |
| YUV | 64.99 | 188.96 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 44 | 173 | 0.62 | 0.75 | 0 | 0.32 | 249.77 | 0.59 | 0.43 |
| Hex | 41 | 2C | AD | 3E | 4B | 0 | 20 | FA | 3B | 2B |
| Octal | 101 | 54 | 255 | 76 | 113 | 0 | 40 | 372 | 73 | 53 |
| Binary | 1000001 | 101100 | 10101101 | 111110 | 1001011 | 0 | 100000 | 11111010 | 111011 | 101011 |
Color Harmonies of #412CAD
Complementary color
Monochromatic Colors of #412CAD
Black with #412CAD
Text Example
Text Example
White with #412CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412CAD; }
p { color: rgb(65,44,173); }
H1.HeaderClassName
{
color: #412CAD;
}
.AnyTagClassName
{
color: #412CAD;
}
</style>
background-color css
<style>
a { background-color: #412CAD; }
a { background-color: rgb(65,44,173); }
div.DivClassName
{
background-color: #412CAD;
}
.BgClassName
{
background-color: #412CAD;
}
</style>
border-color css
<style>
span { border-color: #412CAD; }
span { border-color: rgb(65,44,173); }
td.TdClassName
{
border-color: #412CAD;
}
.TagClassName
{
border-color: #412CAD;
}
</style>