Shades of Jagger #41274A
Tints of Jagger #41274A
RGB
CMYK
RGB Variations
Color information
#41274A (or 0x41274A) is known color: Jagger. HEX triplet: 41, 27 and 4A. RGB value is (65,39,74). Sum of RGB (Red+Green+Blue) = 65+39+74=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 39 (15.62% from 255 or 21.91% from 178); Blue value is 74 (29.30% from 255 or 41.57% from 178); Max value from RGB is 74 - color contains mainly: blue. Hex color #41274A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41274A is #BED8B5. Grayscale: #323232. Windows color (decimal): -12507318 or 4859713. OLE color: 4859713.
HSL color Cylindrical-coordinate representation of color #41274A: hue angle of 284.57º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #41274A is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 39 | 74 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.71 |
| HSL | 284.57º | 0.31% | 0.22% | - |
| HSV(B) | 284.57º | 0.47% | 0.29% | - |
| XYZ | 4.14 | 3.07 | 6.85 | - |
| YUV | 50.76 | 141.11 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 39 | 74 | 0.12 | 0.47 | 0 | 0.71 | 284.57 | 0.31 | 0.22 |
| Hex | 41 | 27 | 4A | C | 2F | 0 | 47 | 11D | 1F | 16 |
| Octal | 101 | 47 | 112 | 14 | 57 | 0 | 107 | 435 | 37 | 26 |
| Binary | 1000001 | 100111 | 1001010 | 1100 | 101111 | 0 | 1000111 | 100011101 | 11111 | 10110 |
Color Harmonies of #41274A
Complementary color
Monochromatic Colors of #41274A
Black with #41274A
Text Example
Text Example
White with #41274A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41274A; }
p { color: rgb(65,39,74); }
H1.HeaderClassName
{
color: #41274A;
}
.AnyTagClassName
{
color: #41274A;
}
</style>
background-color css
<style>
a { background-color: #41274A; }
a { background-color: rgb(65,39,74); }
div.DivClassName
{
background-color: #41274A;
}
.BgClassName
{
background-color: #41274A;
}
</style>
border-color css
<style>
span { border-color: #41274A; }
span { border-color: rgb(65,39,74); }
td.TdClassName
{
border-color: #41274A;
}
.TagClassName
{
border-color: #41274A;
}
</style>