Shades of Jagger #38214E
Tints of Jagger #38214E
RGB
CMYK
RGB Variations
Color information
#38214E (or 0x38214E) is known color: Jagger. HEX triplet: 38, 21 and 4E. RGB value is (56,33,78). Sum of RGB (Red+Green+Blue) = 56+33+78=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 33 (13.28% from 255 or 19.76% from 167); Blue value is 78 (30.86% from 255 or 46.71% from 167); Max value from RGB is 78 - color contains mainly: blue. Hex color #38214E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38214E is #C7DEB1. Grayscale: #2C2C2C. Windows color (decimal): -13098674 or 5120312. OLE color: 5120312.
HSL color Cylindrical-coordinate representation of color #38214E: hue angle of 270.67º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #38214E is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 33 | 78 | - |
| CMYK | 0.28 | 0.58 | 0 | 0.69 |
| HSL | 270.67º | 0.41% | 0.22% | - |
| HSV(B) | 270.67º | 0.58% | 0.31% | - |
| XYZ | 3.55 | 2.48 | 7.5 | - |
| YUV | 45.01 | 146.62 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 33 | 78 | 0.28 | 0.58 | 0 | 0.69 | 270.67 | 0.41 | 0.22 |
| Hex | 38 | 21 | 4E | 1C | 3A | 0 | 45 | 10F | 29 | 16 |
| Octal | 70 | 41 | 116 | 34 | 72 | 0 | 105 | 417 | 51 | 26 |
| Binary | 111000 | 100001 | 1001110 | 11100 | 111010 | 0 | 1000101 | 100001111 | 101001 | 10110 |
Color Harmonies of #38214E
Complementary color
Monochromatic Colors of #38214E
Black with #38214E
Text Example
Text Example
White with #38214E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38214E; }
p { color: rgb(56,33,78); }
H1.HeaderClassName
{
color: #38214E;
}
.AnyTagClassName
{
color: #38214E;
}
</style>
background-color css
<style>
a { background-color: #38214E; }
a { background-color: rgb(56,33,78); }
div.DivClassName
{
background-color: #38214E;
}
.BgClassName
{
background-color: #38214E;
}
</style>
border-color css
<style>
span { border-color: #38214E; }
span { border-color: rgb(56,33,78); }
td.TdClassName
{
border-color: #38214E;
}
.TagClassName
{
border-color: #38214E;
}
</style>