Shades of Jagger #38264E
Tints of Jagger #38264E
RGB
CMYK
RGB Variations
Color information
#38264E (or 0x38264E) is known color: Jagger. HEX triplet: 38, 26 and 4E. RGB value is (56,38,78). Sum of RGB (Red+Green+Blue) = 56+38+78=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 78 (30.86% from 255 or 45.35% from 172); Max value from RGB is 78 - color contains mainly: blue. Hex color #38264E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38264E is #C7D9B1. Grayscale: #2F2F2F. Windows color (decimal): -13097394 or 5121592. OLE color: 5121592.
HSL color Cylindrical-coordinate representation of color #38264E: hue angle of 267º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #38264E is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 38 | 78 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.69 |
| HSL | 267º | 0.34% | 0.23% | - |
| HSV(B) | 267º | 0.51% | 0.31% | - |
| XYZ | 3.7 | 2.78 | 7.55 | - |
| YUV | 47.94 | 144.96 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 38 | 78 | 0.28 | 0.51 | 0 | 0.69 | 267 | 0.34 | 0.23 |
| Hex | 38 | 26 | 4E | 1C | 33 | 0 | 45 | 10B | 22 | 17 |
| Octal | 70 | 46 | 116 | 34 | 63 | 0 | 105 | 413 | 42 | 27 |
| Binary | 111000 | 100110 | 1001110 | 11100 | 110011 | 0 | 1000101 | 100001011 | 100010 | 10111 |
Color Harmonies of #38264E
Complementary color
Monochromatic Colors of #38264E
Black with #38264E
Text Example
Text Example
White with #38264E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38264E; }
p { color: rgb(56,38,78); }
H1.HeaderClassName
{
color: #38264E;
}
.AnyTagClassName
{
color: #38264E;
}
</style>
background-color css
<style>
a { background-color: #38264E; }
a { background-color: rgb(56,38,78); }
div.DivClassName
{
background-color: #38264E;
}
.BgClassName
{
background-color: #38264E;
}
</style>
border-color css
<style>
span { border-color: #38264E; }
span { border-color: rgb(56,38,78); }
td.TdClassName
{
border-color: #38264E;
}
.TagClassName
{
border-color: #38264E;
}
</style>