Shades of Jagger #38224F
Tints of Jagger #38224F
RGB
CMYK
RGB Variations
Color information
#38224F (or 0x38224F) is known color: Jagger. HEX triplet: 38, 22 and 4F. RGB value is (56,34,79). Sum of RGB (Red+Green+Blue) = 56+34+79=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 34 (13.67% from 255 or 20.12% from 169); Blue value is 79 (31.25% from 255 or 46.75% from 169); Max value from RGB is 79 - color contains mainly: blue. Hex color #38224F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38224F is #C7DDB0. Grayscale: #2D2D2D. Windows color (decimal): -13098417 or 5186104. OLE color: 5186104.
HSL color Cylindrical-coordinate representation of color #38224F: hue angle of 269.33º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #38224F is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 34 | 79 | - |
| CMYK | 0.29 | 0.57 | 0 | 0.69 |
| HSL | 269.33º | 0.4% | 0.22% | - |
| HSV(B) | 269.33º | 0.57% | 0.31% | - |
| XYZ | 3.61 | 2.55 | 7.7 | - |
| YUV | 45.71 | 146.79 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 34 | 79 | 0.29 | 0.57 | 0 | 0.69 | 269.33 | 0.4 | 0.22 |
| Hex | 38 | 22 | 4F | 1D | 39 | 0 | 45 | 10D | 28 | 16 |
| Octal | 70 | 42 | 117 | 35 | 71 | 0 | 105 | 415 | 50 | 26 |
| Binary | 111000 | 100010 | 1001111 | 11101 | 111001 | 0 | 1000101 | 100001101 | 101000 | 10110 |
Color Harmonies of #38224F
Complementary color
Monochromatic Colors of #38224F
Black with #38224F
Text Example
Text Example
White with #38224F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38224F; }
p { color: rgb(56,34,79); }
H1.HeaderClassName
{
color: #38224F;
}
.AnyTagClassName
{
color: #38224F;
}
</style>
background-color css
<style>
a { background-color: #38224F; }
a { background-color: rgb(56,34,79); }
div.DivClassName
{
background-color: #38224F;
}
.BgClassName
{
background-color: #38224F;
}
</style>
border-color css
<style>
span { border-color: #38224F; }
span { border-color: rgb(56,34,79); }
td.TdClassName
{
border-color: #38224F;
}
.TagClassName
{
border-color: #38224F;
}
</style>