Shades of Blue Gem #412CAB
Tints of Blue Gem #412CAB
RGB
CMYK
RGB Variations
Color information
#412CAB (or 0x412CAB) is known color: Blue Gem. HEX triplet: 41, 2C and AB. RGB value is (65,44,171). Sum of RGB (Red+Green+Blue) = 65+44+171=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 44 (17.58% from 255 or 15.71% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #412CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412CAB is #BED354. Grayscale: #404040. Windows color (decimal): -12505941 or 11217985. OLE color: 11217985.
HSL color Cylindrical-coordinate representation of color #412CAB: hue angle of 249.92º 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 #412CAB is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 44 | 171 | - |
| CMYK | 0.62 | 0.74 | 0 | 0.33 |
| HSL | 249.92º | 0.59% | 0.42% | - |
| HSV(B) | 249.92º | 0.74% | 0.67% | - |
| XYZ | 10.43 | 5.87 | 39.11 | - |
| YUV | 64.76 | 187.96 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 44 | 171 | 0.62 | 0.74 | 0 | 0.33 | 249.92 | 0.59 | 0.42 |
| Hex | 41 | 2C | AB | 3E | 4A | 0 | 21 | FA | 3B | 2A |
| Octal | 101 | 54 | 253 | 76 | 112 | 0 | 41 | 372 | 73 | 52 |
| Binary | 1000001 | 101100 | 10101011 | 111110 | 1001010 | 0 | 100001 | 11111010 | 111011 | 101010 |
Color Harmonies of #412CAB
Complementary color
Monochromatic Colors of #412CAB
Black with #412CAB
Text Example
Text Example
White with #412CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412CAB; }
p { color: rgb(65,44,171); }
H1.HeaderClassName
{
color: #412CAB;
}
.AnyTagClassName
{
color: #412CAB;
}
</style>
background-color css
<style>
a { background-color: #412CAB; }
a { background-color: rgb(65,44,171); }
div.DivClassName
{
background-color: #412CAB;
}
.BgClassName
{
background-color: #412CAB;
}
</style>
border-color css
<style>
span { border-color: #412CAB; }
span { border-color: rgb(65,44,171); }
td.TdClassName
{
border-color: #412CAB;
}
.TagClassName
{
border-color: #412CAB;
}
</style>