Shades of Blue Gem #412C8B
Tints of Blue Gem #412C8B
RGB
CMYK
RGB Variations
Color information
#412C8B (or 0x412C8B) is known color: Blue Gem. HEX triplet: 41, 2C and 8B. RGB value is (65,44,139). Sum of RGB (Red+Green+Blue) = 65+44+139=248 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.21% from 248); Green value is 44 (17.58% from 255 or 17.74% from 248); Blue value is 139 (54.69% from 255 or 56.05% from 248); Max value from RGB is 139 - color contains mainly: blue. Hex color #412C8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412C8B is #BED374. Grayscale: #3C3C3C. Windows color (decimal): -12505973 or 9120833. OLE color: 9120833.
HSL color Cylindrical-coordinate representation of color #412C8B: hue angle of 253.26º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #412C8B is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 44 | 139 | - |
| CMYK | 0.53 | 0.68 | 0 | 0.45 |
| HSL | 253.26º | 0.52% | 0.36% | - |
| HSV(B) | 253.26º | 0.68% | 0.55% | - |
| XYZ | 7.74 | 4.79 | 24.94 | - |
| YUV | 61.11 | 171.96 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 44 | 139 | 0.53 | 0.68 | 0 | 0.45 | 253.26 | 0.52 | 0.36 |
| Hex | 41 | 2C | 8B | 35 | 44 | 0 | 2D | FD | 34 | 24 |
| Octal | 101 | 54 | 213 | 65 | 104 | 0 | 55 | 375 | 64 | 44 |
| Binary | 1000001 | 101100 | 10001011 | 110101 | 1000100 | 0 | 101101 | 11111101 | 110100 | 100100 |
Color Harmonies of #412C8B
Complementary color
Monochromatic Colors of #412C8B
Black with #412C8B
Text Example
Text Example
White with #412C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412C8B; }
p { color: rgb(65,44,139); }
H1.HeaderClassName
{
color: #412C8B;
}
.AnyTagClassName
{
color: #412C8B;
}
</style>
background-color css
<style>
a { background-color: #412C8B; }
a { background-color: rgb(65,44,139); }
div.DivClassName
{
background-color: #412C8B;
}
.BgClassName
{
background-color: #412C8B;
}
</style>
border-color css
<style>
span { border-color: #412C8B; }
span { border-color: rgb(65,44,139); }
td.TdClassName
{
border-color: #412C8B;
}
.TagClassName
{
border-color: #412C8B;
}
</style>