Shades of Blue Gem #412C90
Tints of Blue Gem #412C90
RGB
CMYK
RGB Variations
Color information
#412C90 (or 0x412C90) is known color: Blue Gem. HEX triplet: 41, 2C and 90. RGB value is (65,44,144). Sum of RGB (Red+Green+Blue) = 65+44+144=253 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.69% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 144 (56.64% from 255 or 56.92% from 253); Max value from RGB is 144 - color contains mainly: blue. Hex color #412C90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412C90 is #BED36F. Grayscale: #3D3D3D. Windows color (decimal): -12505968 or 9448513. OLE color: 9448513.
HSL color Cylindrical-coordinate representation of color #412C90: hue angle of 252.6º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #412C90 is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 44 | 144 | - |
| CMYK | 0.55 | 0.69 | 0 | 0.44 |
| HSL | 252.6º | 0.53% | 0.37% | - |
| HSV(B) | 252.6º | 0.69% | 0.56% | - |
| XYZ | 8.11 | 4.94 | 26.91 | - |
| YUV | 61.68 | 174.46 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 44 | 144 | 0.55 | 0.69 | 0 | 0.44 | 252.6 | 0.53 | 0.37 |
| Hex | 41 | 2C | 90 | 37 | 45 | 0 | 2C | FD | 35 | 25 |
| Octal | 101 | 54 | 220 | 67 | 105 | 0 | 54 | 375 | 65 | 45 |
| Binary | 1000001 | 101100 | 10010000 | 110111 | 1000101 | 0 | 101100 | 11111101 | 110101 | 100101 |
Color Harmonies of #412C90
Complementary color
Monochromatic Colors of #412C90
Black with #412C90
Text Example
Text Example
White with #412C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412C90; }
p { color: rgb(65,44,144); }
H1.HeaderClassName
{
color: #412C90;
}
.AnyTagClassName
{
color: #412C90;
}
</style>
background-color css
<style>
a { background-color: #412C90; }
a { background-color: rgb(65,44,144); }
div.DivClassName
{
background-color: #412C90;
}
.BgClassName
{
background-color: #412C90;
}
</style>
border-color css
<style>
span { border-color: #412C90; }
span { border-color: rgb(65,44,144); }
td.TdClassName
{
border-color: #412C90;
}
.TagClassName
{
border-color: #412C90;
}
</style>