Shades of Blue Gem #412CAC
Tints of Blue Gem #412CAC
RGB
CMYK
RGB Variations
Color information
#412CAC (or 0x412CAC) is known color: Blue Gem. HEX triplet: 41, 2C and AC. RGB value is (65,44,172). Sum of RGB (Red+Green+Blue) = 65+44+172=281 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.13% from 281); Green value is 44 (17.58% from 255 or 15.66% from 281); Blue value is 172 (67.58% from 255 or 61.21% from 281); Max value from RGB is 172 - color contains mainly: blue. Hex color #412CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412CAC is #BED353. Grayscale: #404040. Windows color (decimal): -12505940 or 11283521. OLE color: 11283521.
HSL color Cylindrical-coordinate representation of color #412CAC: hue angle of 249.84º 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 #412CAC is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 44 | 172 | - |
| CMYK | 0.62 | 0.74 | 0 | 0.33 |
| HSL | 249.84º | 0.59% | 0.42% | - |
| HSV(B) | 249.84º | 0.74% | 0.67% | - |
| XYZ | 10.53 | 5.9 | 39.61 | - |
| YUV | 64.87 | 188.46 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 44 | 172 | 0.62 | 0.74 | 0 | 0.33 | 249.84 | 0.59 | 0.42 |
| Hex | 41 | 2C | AC | 3E | 4A | 0 | 21 | FA | 3B | 2A |
| Octal | 101 | 54 | 254 | 76 | 112 | 0 | 41 | 372 | 73 | 52 |
| Binary | 1000001 | 101100 | 10101100 | 111110 | 1001010 | 0 | 100001 | 11111010 | 111011 | 101010 |
Color Harmonies of #412CAC
Complementary color
Monochromatic Colors of #412CAC
Black with #412CAC
Text Example
Text Example
White with #412CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412CAC; }
p { color: rgb(65,44,172); }
H1.HeaderClassName
{
color: #412CAC;
}
.AnyTagClassName
{
color: #412CAC;
}
</style>
background-color css
<style>
a { background-color: #412CAC; }
a { background-color: rgb(65,44,172); }
div.DivClassName
{
background-color: #412CAC;
}
.BgClassName
{
background-color: #412CAC;
}
</style>
border-color css
<style>
span { border-color: #412CAC; }
span { border-color: rgb(65,44,172); }
td.TdClassName
{
border-color: #412CAC;
}
.TagClassName
{
border-color: #412CAC;
}
</style>