Shades of Blue Gem #412990
Tints of Blue Gem #412990
RGB
CMYK
RGB Variations
Color information
#412990 (or 0x412990) is known color: Blue Gem. HEX triplet: 41, 29 and 90. RGB value is (65,41,144). Sum of RGB (Red+Green+Blue) = 65+41+144=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 144 (56.64% from 255 or 57.6% from 250); Max value from RGB is 144 - color contains mainly: blue. Hex color #412990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412990 is #BED66F. Grayscale: #3B3B3B. Windows color (decimal): -12506736 or 9447745. OLE color: 9447745.
HSL color Cylindrical-coordinate representation of color #412990: hue angle of 253.98º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #412990 is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 41 | 144 | - |
| CMYK | 0.55 | 0.72 | 0 | 0.44 |
| HSL | 253.98º | 0.56% | 0.36% | - |
| HSV(B) | 253.98º | 0.72% | 0.56% | - |
| XYZ | 8.01 | 4.72 | 26.88 | - |
| YUV | 59.92 | 175.45 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 41 | 144 | 0.55 | 0.72 | 0 | 0.44 | 253.98 | 0.56 | 0.36 |
| Hex | 41 | 29 | 90 | 37 | 48 | 0 | 2C | FE | 38 | 24 |
| Octal | 101 | 51 | 220 | 67 | 110 | 0 | 54 | 376 | 70 | 44 |
| Binary | 1000001 | 101001 | 10010000 | 110111 | 1001000 | 0 | 101100 | 11111110 | 111000 | 100100 |
Color Harmonies of #412990
Complementary color
Monochromatic Colors of #412990
Black with #412990
Text Example
Text Example
White with #412990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412990; }
p { color: rgb(65,41,144); }
H1.HeaderClassName
{
color: #412990;
}
.AnyTagClassName
{
color: #412990;
}
</style>
background-color css
<style>
a { background-color: #412990; }
a { background-color: rgb(65,41,144); }
div.DivClassName
{
background-color: #412990;
}
.BgClassName
{
background-color: #412990;
}
</style>
border-color css
<style>
span { border-color: #412990; }
span { border-color: rgb(65,41,144); }
td.TdClassName
{
border-color: #412990;
}
.TagClassName
{
border-color: #412990;
}
</style>