Shades of Jagger #413353
Tints of Jagger #413353
RGB
CMYK
RGB Variations
Color information
#413353 (or 0x413353) is known color: Jagger. HEX triplet: 41, 33 and 53. RGB value is (65,51,83). Sum of RGB (Red+Green+Blue) = 65+51+83=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 83 (32.81% from 255 or 41.71% from 199); Max value from RGB is 83 - color contains mainly: blue. Hex color #413353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413353 is #BECCAC. Grayscale: #3A3A3A. Windows color (decimal): -12504237 or 5452609. OLE color: 5452609.
HSL color Cylindrical-coordinate representation of color #413353: hue angle of 266.25º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #413353 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 51 | 83 | - |
| CMYK | 0.22 | 0.39 | 0 | 0.67 |
| HSL | 266.25º | 0.24% | 0.26% | - |
| HSV(B) | 266.25º | 0.39% | 0.33% | - |
| XYZ | 4.93 | 4.12 | 8.72 | - |
| YUV | 58.83 | 141.64 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 51 | 83 | 0.22 | 0.39 | 0 | 0.67 | 266.25 | 0.24 | 0.26 |
| Hex | 41 | 33 | 53 | 16 | 27 | 0 | 43 | 10A | 18 | 1A |
| Octal | 101 | 63 | 123 | 26 | 47 | 0 | 103 | 412 | 30 | 32 |
| Binary | 1000001 | 110011 | 1010011 | 10110 | 100111 | 0 | 1000011 | 100001010 | 11000 | 11010 |
Color Harmonies of #413353
Complementary color
Monochromatic Colors of #413353
Black with #413353
Text Example
Text Example
White with #413353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413353; }
p { color: rgb(65,51,83); }
H1.HeaderClassName
{
color: #413353;
}
.AnyTagClassName
{
color: #413353;
}
</style>
background-color css
<style>
a { background-color: #413353; }
a { background-color: rgb(65,51,83); }
div.DivClassName
{
background-color: #413353;
}
.BgClassName
{
background-color: #413353;
}
</style>
border-color css
<style>
span { border-color: #413353; }
span { border-color: rgb(65,51,83); }
td.TdClassName
{
border-color: #413353;
}
.TagClassName
{
border-color: #413353;
}
</style>