Shades of Blue Gem #412C93
Tints of Blue Gem #412C93
RGB
CMYK
RGB Variations
Color information
#412C93 (or 0x412C93) is known color: Blue Gem. HEX triplet: 41, 2C and 93. RGB value is (65,44,147). Sum of RGB (Red+Green+Blue) = 65+44+147=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 44 (17.58% from 255 or 17.19% from 256); Blue value is 147 (57.81% from 255 or 57.42% from 256); Max value from RGB is 147 - color contains mainly: blue. Hex color #412C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412C93 is #BED36C. Grayscale: #3D3D3D. Windows color (decimal): -12505965 or 9645121. OLE color: 9645121.
HSL color Cylindrical-coordinate representation of color #412C93: hue angle of 252.23º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #412C93 is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 44 | 147 | - |
| CMYK | 0.56 | 0.70 | 0 | 0.42 |
| HSL | 252.23º | 0.54% | 0.37% | - |
| HSV(B) | 252.23º | 0.7% | 0.58% | - |
| XYZ | 8.35 | 5.03 | 28.14 | - |
| YUV | 62.02 | 175.96 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 44 | 147 | 0.56 | 0.70 | 0 | 0.42 | 252.23 | 0.54 | 0.37 |
| Hex | 41 | 2C | 93 | 38 | 46 | 0 | 2A | FC | 36 | 25 |
| Octal | 101 | 54 | 223 | 70 | 106 | 0 | 52 | 374 | 66 | 45 |
| Binary | 1000001 | 101100 | 10010011 | 111000 | 1000110 | 0 | 101010 | 11111100 | 110110 | 100101 |
Color Harmonies of #412C93
Complementary color
Monochromatic Colors of #412C93
Black with #412C93
Text Example
Text Example
White with #412C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412C93; }
p { color: rgb(65,44,147); }
H1.HeaderClassName
{
color: #412C93;
}
.AnyTagClassName
{
color: #412C93;
}
</style>
background-color css
<style>
a { background-color: #412C93; }
a { background-color: rgb(65,44,147); }
div.DivClassName
{
background-color: #412C93;
}
.BgClassName
{
background-color: #412C93;
}
</style>
border-color css
<style>
span { border-color: #412C93; }
span { border-color: rgb(65,44,147); }
td.TdClassName
{
border-color: #412C93;
}
.TagClassName
{
border-color: #412C93;
}
</style>