Shades of Jagger #41244E
Tints of Jagger #41244E
RGB
CMYK
RGB Variations
Color information
#41244E (or 0x41244E) is known color: Jagger. HEX triplet: 41, 24 and 4E. RGB value is (65,36,78). Sum of RGB (Red+Green+Blue) = 65+36+78=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 36 (14.45% from 255 or 20.11% from 179); Blue value is 78 (30.86% from 255 or 43.58% from 179); Max value from RGB is 78 - color contains mainly: blue. Hex color #41244E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41244E is #BEDBB1. Grayscale: #313131. Windows color (decimal): -12508082 or 5121089. OLE color: 5121089.
HSL color Cylindrical-coordinate representation of color #41244E: hue angle of 281.43º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #41244E is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 65 | 36 | 78 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.69 |
| HSL | 281.43º | 0.37% | 0.22% | - |
| HSV(B) | 281.43º | 0.54% | 0.31% | - |
| XYZ | 4.19 | 2.94 | 7.55 | - |
| YUV | 49.46 | 144.11 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 36 | 78 | 0.17 | 0.54 | 0 | 0.69 | 281.43 | 0.37 | 0.22 |
| Hex | 41 | 24 | 4E | 11 | 36 | 0 | 45 | 119 | 25 | 16 |
| Octal | 101 | 44 | 116 | 21 | 66 | 0 | 105 | 431 | 45 | 26 |
| Binary | 1000001 | 100100 | 1001110 | 10001 | 110110 | 0 | 1000101 | 100011001 | 100101 | 10110 |
Color Harmonies of #41244E
Complementary color
Monochromatic Colors of #41244E
Black with #41244E
Text Example
Text Example
White with #41244E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41244E; }
p { color: rgb(65,36,78); }
H1.HeaderClassName
{
color: #41244E;
}
.AnyTagClassName
{
color: #41244E;
}
</style>
background-color css
<style>
a { background-color: #41244E; }
a { background-color: rgb(65,36,78); }
div.DivClassName
{
background-color: #41244E;
}
.BgClassName
{
background-color: #41244E;
}
</style>
border-color css
<style>
span { border-color: #41244E; }
span { border-color: rgb(65,36,78); }
td.TdClassName
{
border-color: #41244E;
}
.TagClassName
{
border-color: #41244E;
}
</style>