Shades of Blue Gem #412DAD
Tints of Blue Gem #412DAD
RGB
CMYK
RGB Variations
Color information
#412DAD (or 0x412DAD) is known color: Blue Gem. HEX triplet: 41, 2D and AD. RGB value is (65,45,173). Sum of RGB (Red+Green+Blue) = 65+45+173=283 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.97% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 173 (67.97% from 255 or 61.13% from 283); Max value from RGB is 173 - color contains mainly: blue. Hex color #412DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412DAD is #BED252. Grayscale: #414141. Windows color (decimal): -12505683 or 11349313. OLE color: 11349313.
HSL color Cylindrical-coordinate representation of color #412DAD: hue angle of 249.38º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #412DAD is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 65 | 45 | 173 | - |
| CMYK | 0.62 | 0.74 | 0 | 0.32 |
| HSL | 249.38º | 0.59% | 0.43% | - |
| HSV(B) | 249.38º | 0.74% | 0.68% | - |
| XYZ | 10.66 | 6.02 | 40.13 | - |
| YUV | 65.57 | 188.63 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 45 | 173 | 0.62 | 0.74 | 0 | 0.32 | 249.38 | 0.59 | 0.43 |
| Hex | 41 | 2D | AD | 3E | 4A | 0 | 20 | F9 | 3B | 2B |
| Octal | 101 | 55 | 255 | 76 | 112 | 0 | 40 | 371 | 73 | 53 |
| Binary | 1000001 | 101101 | 10101101 | 111110 | 1001010 | 0 | 100000 | 11111001 | 111011 | 101011 |
Color Harmonies of #412DAD
Complementary color
Monochromatic Colors of #412DAD
Black with #412DAD
Text Example
Text Example
White with #412DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412DAD; }
p { color: rgb(65,45,173); }
H1.HeaderClassName
{
color: #412DAD;
}
.AnyTagClassName
{
color: #412DAD;
}
</style>
background-color css
<style>
a { background-color: #412DAD; }
a { background-color: rgb(65,45,173); }
div.DivClassName
{
background-color: #412DAD;
}
.BgClassName
{
background-color: #412DAD;
}
</style>
border-color css
<style>
span { border-color: #412DAD; }
span { border-color: rgb(65,45,173); }
td.TdClassName
{
border-color: #412DAD;
}
.TagClassName
{
border-color: #412DAD;
}
</style>