Shades of Blue Gem #412CAA
Tints of Blue Gem #412CAA
RGB
CMYK
RGB Variations
Color information
#412CAA (or 0x412CAA) is known color: Blue Gem. HEX triplet: 41, 2C and AA. RGB value is (65,44,170). Sum of RGB (Red+Green+Blue) = 65+44+170=279 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.30% from 279); Green value is 44 (17.58% from 255 or 15.77% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #412CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412CAA is #BED355. Grayscale: #404040. Windows color (decimal): -12505942 or 11152449. OLE color: 11152449.
HSL color Cylindrical-coordinate representation of color #412CAA: hue angle of 250º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #412CAA is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 44 | 170 | - |
| CMYK | 0.62 | 0.74 | 0 | 0.33 |
| HSL | 250º | 0.59% | 0.42% | - |
| HSV(B) | 250º | 0.74% | 0.67% | - |
| XYZ | 10.34 | 5.83 | 38.61 | - |
| YUV | 64.64 | 187.46 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 44 | 170 | 0.62 | 0.74 | 0 | 0.33 | 250 | 0.59 | 0.42 |
| Hex | 41 | 2C | AA | 3E | 4A | 0 | 21 | FA | 3B | 2A |
| Octal | 101 | 54 | 252 | 76 | 112 | 0 | 41 | 372 | 73 | 52 |
| Binary | 1000001 | 101100 | 10101010 | 111110 | 1001010 | 0 | 100001 | 11111010 | 111011 | 101010 |
Color Harmonies of #412CAA
Complementary color
Monochromatic Colors of #412CAA
Black with #412CAA
Text Example
Text Example
White with #412CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412CAA; }
p { color: rgb(65,44,170); }
H1.HeaderClassName
{
color: #412CAA;
}
.AnyTagClassName
{
color: #412CAA;
}
</style>
background-color css
<style>
a { background-color: #412CAA; }
a { background-color: rgb(65,44,170); }
div.DivClassName
{
background-color: #412CAA;
}
.BgClassName
{
background-color: #412CAA;
}
</style>
border-color css
<style>
span { border-color: #412CAA; }
span { border-color: rgb(65,44,170); }
td.TdClassName
{
border-color: #412CAA;
}
.TagClassName
{
border-color: #412CAA;
}
</style>