Shades of Blue Gem #412FB2
Tints of Blue Gem #412FB2
RGB
CMYK
RGB Variations
Color information
#412FB2 (or 0x412FB2) is known color: Blue Gem. HEX triplet: 41, 2F and B2. RGB value is (65,47,178). Sum of RGB (Red+Green+Blue) = 65+47+178=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 47 (18.75% from 255 or 16.21% from 290); Blue value is 178 (69.92% from 255 or 61.38% from 290); Max value from RGB is 178 - color contains mainly: blue. Hex color #412FB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412FB2 is #BED04D. Grayscale: #424242. Windows color (decimal): -12505166 or 11677505. OLE color: 11677505.
HSL color Cylindrical-coordinate representation of color #412FB2: hue angle of 248.24º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #412FB2 is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 65 | 47 | 178 | - |
| CMYK | 0.63 | 0.74 | 0 | 0.30 |
| HSL | 248.24º | 0.58% | 0.44% | - |
| HSV(B) | 248.24º | 0.74% | 0.7% | - |
| XYZ | 11.23 | 6.37 | 42.76 | - |
| YUV | 67.32 | 190.46 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 47 | 178 | 0.63 | 0.74 | 0 | 0.30 | 248.24 | 0.58 | 0.44 |
| Hex | 41 | 2F | B2 | 3F | 4A | 0 | 1E | F8 | 3A | 2C |
| Octal | 101 | 57 | 262 | 77 | 112 | 0 | 36 | 370 | 72 | 54 |
| Binary | 1000001 | 101111 | 10110010 | 111111 | 1001010 | 0 | 11110 | 11111000 | 111010 | 101100 |
Color Harmonies of #412FB2
Complementary color
Monochromatic Colors of #412FB2
Black with #412FB2
Text Example
Text Example
White with #412FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412FB2; }
p { color: rgb(65,47,178); }
H1.HeaderClassName
{
color: #412FB2;
}
.AnyTagClassName
{
color: #412FB2;
}
</style>
background-color css
<style>
a { background-color: #412FB2; }
a { background-color: rgb(65,47,178); }
div.DivClassName
{
background-color: #412FB2;
}
.BgClassName
{
background-color: #412FB2;
}
</style>
border-color css
<style>
span { border-color: #412FB2; }
span { border-color: rgb(65,47,178); }
td.TdClassName
{
border-color: #412FB2;
}
.TagClassName
{
border-color: #412FB2;
}
</style>