Shades of Jagger #41284E
Tints of Jagger #41284E
RGB
CMYK
RGB Variations
Color information
#41284E (or 0x41284E) is known color: Jagger. HEX triplet: 41, 28 and 4E. RGB value is (65,40,78). Sum of RGB (Red+Green+Blue) = 65+40+78=183 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.52% from 183); Green value is 40 (16.02% from 255 or 21.86% from 183); Blue value is 78 (30.86% from 255 or 42.62% from 183); Max value from RGB is 78 - color contains mainly: blue. Hex color #41284E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41284E is #BED7B1. Grayscale: #333333. Windows color (decimal): -12507058 or 5122113. OLE color: 5122113.
HSL color Cylindrical-coordinate representation of color #41284E: hue angle of 279.47º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #41284E is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 65 | 40 | 78 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.69 |
| HSL | 279.47º | 0.32% | 0.23% | - |
| HSV(B) | 279.47º | 0.49% | 0.31% | - |
| XYZ | 4.31 | 3.19 | 7.6 | - |
| YUV | 51.81 | 142.78 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 40 | 78 | 0.17 | 0.49 | 0 | 0.69 | 279.47 | 0.32 | 0.23 |
| Hex | 41 | 28 | 4E | 11 | 31 | 0 | 45 | 117 | 20 | 17 |
| Octal | 101 | 50 | 116 | 21 | 61 | 0 | 105 | 427 | 40 | 27 |
| Binary | 1000001 | 101000 | 1001110 | 10001 | 110001 | 0 | 1000101 | 100010111 | 100000 | 10111 |
Color Harmonies of #41284E
Complementary color
Monochromatic Colors of #41284E
Black with #41284E
Text Example
Text Example
White with #41284E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41284E; }
p { color: rgb(65,40,78); }
H1.HeaderClassName
{
color: #41284E;
}
.AnyTagClassName
{
color: #41284E;
}
</style>
background-color css
<style>
a { background-color: #41284E; }
a { background-color: rgb(65,40,78); }
div.DivClassName
{
background-color: #41284E;
}
.BgClassName
{
background-color: #41284E;
}
</style>
border-color css
<style>
span { border-color: #41284E; }
span { border-color: rgb(65,40,78); }
td.TdClassName
{
border-color: #41284E;
}
.TagClassName
{
border-color: #41284E;
}
</style>