Shades of Blue Gem #412BAB
Tints of Blue Gem #412BAB
RGB
CMYK
RGB Variations
Color information
#412BAB (or 0x412BAB) is known color: Blue Gem. HEX triplet: 41, 2B and AB. RGB value is (65,43,171). Sum of RGB (Red+Green+Blue) = 65+43+171=279 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.30% from 279); Green value is 43 (17.19% from 255 or 15.41% from 279); Blue value is 171 (67.19% from 255 or 61.29% from 279); Max value from RGB is 171 - color contains mainly: blue. Hex color #412BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412BAB is #BED454. Grayscale: #3F3F3F. Windows color (decimal): -12506197 or 11217729. OLE color: 11217729.
HSL color Cylindrical-coordinate representation of color #412BAB: hue angle of 250.31º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #412BAB is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 43 | 171 | - |
| CMYK | 0.62 | 0.75 | 0 | 0.33 |
| HSL | 250.31º | 0.6% | 0.42% | - |
| HSV(B) | 250.31º | 0.75% | 0.67% | - |
| XYZ | 10.39 | 5.79 | 39.1 | - |
| YUV | 64.17 | 188.29 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 43 | 171 | 0.62 | 0.75 | 0 | 0.33 | 250.31 | 0.6 | 0.42 |
| Hex | 41 | 2B | AB | 3E | 4B | 0 | 21 | FA | 3C | 2A |
| Octal | 101 | 53 | 253 | 76 | 113 | 0 | 41 | 372 | 74 | 52 |
| Binary | 1000001 | 101011 | 10101011 | 111110 | 1001011 | 0 | 100001 | 11111010 | 111100 | 101010 |
Color Harmonies of #412BAB
Complementary color
Monochromatic Colors of #412BAB
Black with #412BAB
Text Example
Text Example
White with #412BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412BAB; }
p { color: rgb(65,43,171); }
H1.HeaderClassName
{
color: #412BAB;
}
.AnyTagClassName
{
color: #412BAB;
}
</style>
background-color css
<style>
a { background-color: #412BAB; }
a { background-color: rgb(65,43,171); }
div.DivClassName
{
background-color: #412BAB;
}
.BgClassName
{
background-color: #412BAB;
}
</style>
border-color css
<style>
span { border-color: #412BAB; }
span { border-color: rgb(65,43,171); }
td.TdClassName
{
border-color: #412BAB;
}
.TagClassName
{
border-color: #412BAB;
}
</style>