Shades of Blue Gem #412F8E
Tints of Blue Gem #412F8E
RGB
CMYK
RGB Variations
Color information
#412F8E (or 0x412F8E) is known color: Blue Gem. HEX triplet: 41, 2F and 8E. RGB value is (65,47,142). Sum of RGB (Red+Green+Blue) = 65+47+142=254 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.59% from 254); Green value is 47 (18.75% from 255 or 18.50% from 254); Blue value is 142 (55.86% from 255 or 55.91% from 254); Max value from RGB is 142 - color contains mainly: blue. Hex color #412F8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412F8E is #BED071. Grayscale: #3E3E3E. Windows color (decimal): -12505202 or 9318209. OLE color: 9318209.
HSL color Cylindrical-coordinate representation of color #412F8E: hue angle of 251.37º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #412F8E is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 47 | 142 | - |
| CMYK | 0.54 | 0.67 | 0 | 0.44 |
| HSL | 251.37º | 0.5% | 0.37% | - |
| HSV(B) | 251.37º | 0.67% | 0.56% | - |
| XYZ | 8.08 | 5.11 | 26.15 | - |
| YUV | 63.21 | 172.46 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 47 | 142 | 0.54 | 0.67 | 0 | 0.44 | 251.37 | 0.5 | 0.37 |
| Hex | 41 | 2F | 8E | 36 | 43 | 0 | 2C | FB | 32 | 25 |
| Octal | 101 | 57 | 216 | 66 | 103 | 0 | 54 | 373 | 62 | 45 |
| Binary | 1000001 | 101111 | 10001110 | 110110 | 1000011 | 0 | 101100 | 11111011 | 110010 | 100101 |
Color Harmonies of #412F8E
Complementary color
Monochromatic Colors of #412F8E
Black with #412F8E
Text Example
Text Example
White with #412F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412F8E; }
p { color: rgb(65,47,142); }
H1.HeaderClassName
{
color: #412F8E;
}
.AnyTagClassName
{
color: #412F8E;
}
</style>
background-color css
<style>
a { background-color: #412F8E; }
a { background-color: rgb(65,47,142); }
div.DivClassName
{
background-color: #412F8E;
}
.BgClassName
{
background-color: #412F8E;
}
</style>
border-color css
<style>
span { border-color: #412F8E; }
span { border-color: rgb(65,47,142); }
td.TdClassName
{
border-color: #412F8E;
}
.TagClassName
{
border-color: #412F8E;
}
</style>