Shades of Blue Gem #4124A7
Tints of Blue Gem #4124A7
RGB
CMYK
RGB Variations
Color information
#4124A7 (or 0x4124A7) is known color: Blue Gem. HEX triplet: 41, 24 and A7. RGB value is (65,36,167). Sum of RGB (Red+Green+Blue) = 65+36+167=268 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.25% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 167 (65.62% from 255 or 62.31% from 268); Max value from RGB is 167 - color contains mainly: blue. Hex color #4124A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4124A7 is #BEDB58. Grayscale: #3B3B3B. Windows color (decimal): -12507993 or 10953793. OLE color: 10953793.
HSL color Cylindrical-coordinate representation of color #4124A7: hue angle of 253.28º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4124A7 is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 65 | 36 | 167 | - |
| CMYK | 0.61 | 0.78 | 0 | 0.35 |
| HSL | 253.28º | 0.65% | 0.4% | - |
| HSV(B) | 253.28º | 0.78% | 0.65% | - |
| XYZ | 9.79 | 5.18 | 37.04 | - |
| YUV | 59.61 | 188.61 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 36 | 167 | 0.61 | 0.78 | 0 | 0.35 | 253.28 | 0.65 | 0.4 |
| Hex | 41 | 24 | A7 | 3D | 4E | 0 | 23 | FD | 41 | 28 |
| Octal | 101 | 44 | 247 | 75 | 116 | 0 | 43 | 375 | 101 | 50 |
| Binary | 1000001 | 100100 | 10100111 | 111101 | 1001110 | 0 | 100011 | 11111101 | 1000001 | 101000 |
Color Harmonies of #4124A7
Complementary color
Monochromatic Colors of #4124A7
Black with #4124A7
Text Example
Text Example
White with #4124A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4124A7; }
p { color: rgb(65,36,167); }
H1.HeaderClassName
{
color: #4124A7;
}
.AnyTagClassName
{
color: #4124A7;
}
</style>
background-color css
<style>
a { background-color: #4124A7; }
a { background-color: rgb(65,36,167); }
div.DivClassName
{
background-color: #4124A7;
}
.BgClassName
{
background-color: #4124A7;
}
</style>
border-color css
<style>
span { border-color: #4124A7; }
span { border-color: rgb(65,36,167); }
td.TdClassName
{
border-color: #4124A7;
}
.TagClassName
{
border-color: #4124A7;
}
</style>