Shades of Jagger #38224E
Tints of Jagger #38224E
RGB
CMYK
RGB Variations
Color information
#38224E (or 0x38224E) is known color: Jagger. HEX triplet: 38, 22 and 4E. RGB value is (56,34,78). Sum of RGB (Red+Green+Blue) = 56+34+78=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 34 (13.67% from 255 or 20.24% from 168); Blue value is 78 (30.86% from 255 or 46.43% from 168); Max value from RGB is 78 - color contains mainly: blue. Hex color #38224E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38224E is #C7DDB1. Grayscale: #2D2D2D. Windows color (decimal): -13098418 or 5120568. OLE color: 5120568.
HSL color Cylindrical-coordinate representation of color #38224E: hue angle of 270º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #38224E is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 34 | 78 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.69 |
| HSL | 270º | 0.39% | 0.22% | - |
| HSV(B) | 270º | 0.56% | 0.31% | - |
| XYZ | 3.58 | 2.53 | 7.51 | - |
| YUV | 45.59 | 146.29 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 34 | 78 | 0.28 | 0.56 | 0 | 0.69 | 270 | 0.39 | 0.22 |
| Hex | 38 | 22 | 4E | 1C | 38 | 0 | 45 | 10E | 27 | 16 |
| Octal | 70 | 42 | 116 | 34 | 70 | 0 | 105 | 416 | 47 | 26 |
| Binary | 111000 | 100010 | 1001110 | 11100 | 111000 | 0 | 1000101 | 100001110 | 100111 | 10110 |
Color Harmonies of #38224E
Complementary color
Monochromatic Colors of #38224E
Black with #38224E
Text Example
Text Example
White with #38224E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38224E; }
p { color: rgb(56,34,78); }
H1.HeaderClassName
{
color: #38224E;
}
.AnyTagClassName
{
color: #38224E;
}
</style>
background-color css
<style>
a { background-color: #38224E; }
a { background-color: rgb(56,34,78); }
div.DivClassName
{
background-color: #38224E;
}
.BgClassName
{
background-color: #38224E;
}
</style>
border-color css
<style>
span { border-color: #38224E; }
span { border-color: rgb(56,34,78); }
td.TdClassName
{
border-color: #38224E;
}
.TagClassName
{
border-color: #38224E;
}
</style>