Shades of Blue Gem #412FB0
Tints of Blue Gem #412FB0
RGB
CMYK
RGB Variations
Color information
#412FB0 (or 0x412FB0) is known color: Blue Gem. HEX triplet: 41, 2F and B0. RGB value is (65,47,176). Sum of RGB (Red+Green+Blue) = 65+47+176=288 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.57% from 288); Green value is 47 (18.75% from 255 or 16.32% from 288); Blue value is 176 (69.14% from 255 or 61.11% from 288); Max value from RGB is 176 - color contains mainly: blue. Hex color #412FB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412FB0 is #BED04F. Grayscale: #424242. Windows color (decimal): -12505168 or 11546433. OLE color: 11546433.
HSL color Cylindrical-coordinate representation of color #412FB0: hue angle of 248.37º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #412FB0 is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 47 | 176 | - |
| CMYK | 0.63 | 0.73 | 0 | 0.31 |
| HSL | 248.37º | 0.58% | 0.44% | - |
| HSV(B) | 248.37º | 0.73% | 0.69% | - |
| XYZ | 11.03 | 6.29 | 41.71 | - |
| YUV | 67.09 | 189.46 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 47 | 176 | 0.63 | 0.73 | 0 | 0.31 | 248.37 | 0.58 | 0.44 |
| Hex | 41 | 2F | B0 | 3F | 49 | 0 | 1F | F8 | 3A | 2C |
| Octal | 101 | 57 | 260 | 77 | 111 | 0 | 37 | 370 | 72 | 54 |
| Binary | 1000001 | 101111 | 10110000 | 111111 | 1001001 | 0 | 11111 | 11111000 | 111010 | 101100 |
Color Harmonies of #412FB0
Complementary color
Monochromatic Colors of #412FB0
Black with #412FB0
Text Example
Text Example
White with #412FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412FB0; }
p { color: rgb(65,47,176); }
H1.HeaderClassName
{
color: #412FB0;
}
.AnyTagClassName
{
color: #412FB0;
}
</style>
background-color css
<style>
a { background-color: #412FB0; }
a { background-color: rgb(65,47,176); }
div.DivClassName
{
background-color: #412FB0;
}
.BgClassName
{
background-color: #412FB0;
}
</style>
border-color css
<style>
span { border-color: #412FB0; }
span { border-color: rgb(65,47,176); }
td.TdClassName
{
border-color: #412FB0;
}
.TagClassName
{
border-color: #412FB0;
}
</style>