Shades of Blue Gem #412B90
Tints of Blue Gem #412B90
RGB
CMYK
RGB Variations
Color information
#412B90 (or 0x412B90) is known color: Blue Gem. HEX triplet: 41, 2B and 90. RGB value is (65,43,144). Sum of RGB (Red+Green+Blue) = 65+43+144=252 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.79% from 252); Green value is 43 (17.19% from 255 or 17.06% from 252); Blue value is 144 (56.64% from 255 or 57.14% from 252); Max value from RGB is 144 - color contains mainly: blue. Hex color #412B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412B90 is #BED46F. Grayscale: #3C3C3C. Windows color (decimal): -12506224 or 9448257. OLE color: 9448257.
HSL color Cylindrical-coordinate representation of color #412B90: hue angle of 253.07º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #412B90 is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 43 | 144 | - |
| CMYK | 0.55 | 0.70 | 0 | 0.44 |
| HSL | 253.07º | 0.54% | 0.37% | - |
| HSV(B) | 253.07º | 0.7% | 0.56% | - |
| XYZ | 8.08 | 4.87 | 26.9 | - |
| YUV | 61.09 | 174.79 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 43 | 144 | 0.55 | 0.70 | 0 | 0.44 | 253.07 | 0.54 | 0.37 |
| Hex | 41 | 2B | 90 | 37 | 46 | 0 | 2C | FD | 36 | 25 |
| Octal | 101 | 53 | 220 | 67 | 106 | 0 | 54 | 375 | 66 | 45 |
| Binary | 1000001 | 101011 | 10010000 | 110111 | 1000110 | 0 | 101100 | 11111101 | 110110 | 100101 |
Color Harmonies of #412B90
Complementary color
Monochromatic Colors of #412B90
Black with #412B90
Text Example
Text Example
White with #412B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412B90; }
p { color: rgb(65,43,144); }
H1.HeaderClassName
{
color: #412B90;
}
.AnyTagClassName
{
color: #412B90;
}
</style>
background-color css
<style>
a { background-color: #412B90; }
a { background-color: rgb(65,43,144); }
div.DivClassName
{
background-color: #412B90;
}
.BgClassName
{
background-color: #412B90;
}
</style>
border-color css
<style>
span { border-color: #412B90; }
span { border-color: rgb(65,43,144); }
td.TdClassName
{
border-color: #412B90;
}
.TagClassName
{
border-color: #412B90;
}
</style>