Shades of Blue Gem #412198
Tints of Blue Gem #412198
RGB
CMYK
RGB Variations
Color information
#412198 (or 0x412198) is known color: Blue Gem. HEX triplet: 41, 21 and 98. RGB value is (65,33,152). Sum of RGB (Red+Green+Blue) = 65+33+152=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 33 (13.28% from 255 or 13.2% from 250); Blue value is 152 (59.77% from 255 or 60.8% from 250); Max value from RGB is 152 - color contains mainly: blue. Hex color #412198 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412198 is #BEDE67. Grayscale: #373737. Windows color (decimal): -12508776 or 9969985. OLE color: 9969985.
HSL color Cylindrical-coordinate representation of color #412198: hue angle of 256.13º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #412198 is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 65 | 33 | 152 | - |
| CMYK | 0.57 | 0.78 | 0 | 0.40 |
| HSL | 256.13º | 0.64% | 0.36% | - |
| HSV(B) | 256.13º | 0.78% | 0.6% | - |
| XYZ | 8.39 | 4.48 | 30.13 | - |
| YUV | 56.13 | 182.1 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 33 | 152 | 0.57 | 0.78 | 0 | 0.40 | 256.13 | 0.64 | 0.36 |
| Hex | 41 | 21 | 98 | 39 | 4E | 0 | 28 | 100 | 40 | 24 |
| Octal | 101 | 41 | 230 | 71 | 116 | 0 | 50 | 400 | 100 | 44 |
| Binary | 1000001 | 100001 | 10011000 | 111001 | 1001110 | 0 | 101000 | 100000000 | 1000000 | 100100 |
Color Harmonies of #412198
Complementary color
Monochromatic Colors of #412198
Black with #412198
Text Example
Text Example
White with #412198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412198; }
p { color: rgb(65,33,152); }
H1.HeaderClassName
{
color: #412198;
}
.AnyTagClassName
{
color: #412198;
}
</style>
background-color css
<style>
a { background-color: #412198; }
a { background-color: rgb(65,33,152); }
div.DivClassName
{
background-color: #412198;
}
.BgClassName
{
background-color: #412198;
}
</style>
border-color css
<style>
span { border-color: #412198; }
span { border-color: rgb(65,33,152); }
td.TdClassName
{
border-color: #412198;
}
.TagClassName
{
border-color: #412198;
}
</style>