Shades of Jagger #38204E
Tints of Jagger #38204E
RGB
CMYK
RGB Variations
Color information
#38204E (or 0x38204E) is known color: Jagger. HEX triplet: 38, 20 and 4E. RGB value is (56,32,78). Sum of RGB (Red+Green+Blue) = 56+32+78=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 78 (30.86% from 255 or 46.99% from 166); Max value from RGB is 78 - color contains mainly: blue. Hex color #38204E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38204E is #C7DFB1. Grayscale: #2C2C2C. Windows color (decimal): -13098930 or 5120056. OLE color: 5120056.
HSL color Cylindrical-coordinate representation of color #38204E: hue angle of 271.3º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38204E is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 32 | 78 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.69 |
| HSL | 271.3º | 0.42% | 0.22% | - |
| HSV(B) | 271.3º | 0.59% | 0.31% | - |
| XYZ | 3.52 | 2.42 | 7.49 | - |
| YUV | 44.42 | 146.95 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 32 | 78 | 0.28 | 0.59 | 0 | 0.69 | 271.3 | 0.42 | 0.22 |
| Hex | 38 | 20 | 4E | 1C | 3B | 0 | 45 | 10F | 2A | 16 |
| Octal | 70 | 40 | 116 | 34 | 73 | 0 | 105 | 417 | 52 | 26 |
| Binary | 111000 | 100000 | 1001110 | 11100 | 111011 | 0 | 1000101 | 100001111 | 101010 | 10110 |
Color Harmonies of #38204E
Complementary color
Monochromatic Colors of #38204E
Black with #38204E
Text Example
Text Example
White with #38204E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38204E; }
p { color: rgb(56,32,78); }
H1.HeaderClassName
{
color: #38204E;
}
.AnyTagClassName
{
color: #38204E;
}
</style>
background-color css
<style>
a { background-color: #38204E; }
a { background-color: rgb(56,32,78); }
div.DivClassName
{
background-color: #38204E;
}
.BgClassName
{
background-color: #38204E;
}
</style>
border-color css
<style>
span { border-color: #38204E; }
span { border-color: rgb(56,32,78); }
td.TdClassName
{
border-color: #38204E;
}
.TagClassName
{
border-color: #38204E;
}
</style>