Shades of Jagger #403253
Tints of Jagger #403253
RGB
CMYK
RGB Variations
Color information
#403253 (or 0x403253) is known color: Jagger. HEX triplet: 40, 32 and 53. RGB value is (64,50,83). Sum of RGB (Red+Green+Blue) = 64+50+83=197 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.49% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 83 - color contains mainly: blue. Hex color #403253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403253 is #BFCDAC. Grayscale: #393939. Windows color (decimal): -12570029 or 5452352. OLE color: 5452352.
HSL color Cylindrical-coordinate representation of color #403253: hue angle of 265.45º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #403253 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 50 | 83 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.67 |
| HSL | 265.45º | 0.25% | 0.26% | - |
| HSV(B) | 265.45º | 0.4% | 0.33% | - |
| XYZ | 4.82 | 4 | 8.7 | - |
| YUV | 57.95 | 142.14 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 50 | 83 | 0.23 | 0.40 | 0 | 0.67 | 265.45 | 0.25 | 0.26 |
| Hex | 40 | 32 | 53 | 17 | 28 | 0 | 43 | 109 | 19 | 1A |
| Octal | 100 | 62 | 123 | 27 | 50 | 0 | 103 | 411 | 31 | 32 |
| Binary | 1000000 | 110010 | 1010011 | 10111 | 101000 | 0 | 1000011 | 100001001 | 11001 | 11010 |
Color Harmonies of #403253
Complementary color
Monochromatic Colors of #403253
Black with #403253
Text Example
Text Example
White with #403253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403253; }
p { color: rgb(64,50,83); }
H1.HeaderClassName
{
color: #403253;
}
.AnyTagClassName
{
color: #403253;
}
</style>
background-color css
<style>
a { background-color: #403253; }
a { background-color: rgb(64,50,83); }
div.DivClassName
{
background-color: #403253;
}
.BgClassName
{
background-color: #403253;
}
</style>
border-color css
<style>
span { border-color: #403253; }
span { border-color: rgb(64,50,83); }
td.TdClassName
{
border-color: #403253;
}
.TagClassName
{
border-color: #403253;
}
</style>