Shades of Jagger #38234E
Tints of Jagger #38234E
RGB
CMYK
RGB Variations
Color information
#38234E (or 0x38234E) is known color: Jagger. HEX triplet: 38, 23 and 4E. RGB value is (56,35,78). Sum of RGB (Red+Green+Blue) = 56+35+78=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 35 (14.06% from 255 or 20.71% from 169); Blue value is 78 (30.86% from 255 or 46.15% from 169); Max value from RGB is 78 - color contains mainly: blue. Hex color #38234E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38234E is #C7DCB1. Grayscale: #2E2E2E. Windows color (decimal): -13098162 or 5120824. OLE color: 5120824.
HSL color Cylindrical-coordinate representation of color #38234E: hue angle of 269.3º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #38234E is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 35 | 78 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.69 |
| HSL | 269.3º | 0.38% | 0.22% | - |
| HSV(B) | 269.3º | 0.55% | 0.31% | - |
| XYZ | 3.61 | 2.59 | 7.52 | - |
| YUV | 46.18 | 145.96 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 35 | 78 | 0.28 | 0.55 | 0 | 0.69 | 269.3 | 0.38 | 0.22 |
| Hex | 38 | 23 | 4E | 1C | 37 | 0 | 45 | 10D | 26 | 16 |
| Octal | 70 | 43 | 116 | 34 | 67 | 0 | 105 | 415 | 46 | 26 |
| Binary | 111000 | 100011 | 1001110 | 11100 | 110111 | 0 | 1000101 | 100001101 | 100110 | 10110 |
Color Harmonies of #38234E
Complementary color
Monochromatic Colors of #38234E
Black with #38234E
Text Example
Text Example
White with #38234E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38234E; }
p { color: rgb(56,35,78); }
H1.HeaderClassName
{
color: #38234E;
}
.AnyTagClassName
{
color: #38234E;
}
</style>
background-color css
<style>
a { background-color: #38234E; }
a { background-color: rgb(56,35,78); }
div.DivClassName
{
background-color: #38234E;
}
.BgClassName
{
background-color: #38234E;
}
</style>
border-color css
<style>
span { border-color: #38234E; }
span { border-color: rgb(56,35,78); }
td.TdClassName
{
border-color: #38234E;
}
.TagClassName
{
border-color: #38234E;
}
</style>