Shades of Blue Gem #412FAB
Tints of Blue Gem #412FAB
RGB
CMYK
RGB Variations
Color information
#412FAB (or 0x412FAB) is known color: Blue Gem. HEX triplet: 41, 2F and AB. RGB value is (65,47,171). Sum of RGB (Red+Green+Blue) = 65+47+171=283 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.97% from 283); Green value is 47 (18.75% from 255 or 16.61% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #412FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412FAB is #BED054. Grayscale: #424242. Windows color (decimal): -12505173 or 11218753. OLE color: 11218753.
HSL color Cylindrical-coordinate representation of color #412FAB: hue angle of 248.71º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #412FAB is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 47 | 171 | - |
| CMYK | 0.62 | 0.73 | 0 | 0.33 |
| HSL | 248.71º | 0.57% | 0.43% | - |
| HSV(B) | 248.71º | 0.73% | 0.67% | - |
| XYZ | 10.55 | 6.1 | 39.15 | - |
| YUV | 66.52 | 186.96 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 47 | 171 | 0.62 | 0.73 | 0 | 0.33 | 248.71 | 0.57 | 0.43 |
| Hex | 41 | 2F | AB | 3E | 49 | 0 | 21 | F9 | 39 | 2B |
| Octal | 101 | 57 | 253 | 76 | 111 | 0 | 41 | 371 | 71 | 53 |
| Binary | 1000001 | 101111 | 10101011 | 111110 | 1001001 | 0 | 100001 | 11111001 | 111001 | 101011 |
Color Harmonies of #412FAB
Complementary color
Monochromatic Colors of #412FAB
Black with #412FAB
Text Example
Text Example
White with #412FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412FAB; }
p { color: rgb(65,47,171); }
H1.HeaderClassName
{
color: #412FAB;
}
.AnyTagClassName
{
color: #412FAB;
}
</style>
background-color css
<style>
a { background-color: #412FAB; }
a { background-color: rgb(65,47,171); }
div.DivClassName
{
background-color: #412FAB;
}
.BgClassName
{
background-color: #412FAB;
}
</style>
border-color css
<style>
span { border-color: #412FAB; }
span { border-color: rgb(65,47,171); }
td.TdClassName
{
border-color: #412FAB;
}
.TagClassName
{
border-color: #412FAB;
}
</style>