Shades of Jagger #38284A
Tints of Jagger #38284A
RGB
CMYK
RGB Variations
Color information
#38284A (or 0x38284A) is known color: Jagger. HEX triplet: 38, 28 and 4A. RGB value is (56,40,74). Sum of RGB (Red+Green+Blue) = 56+40+74=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 40 (16.02% from 255 or 23.53% from 170); Blue value is 74 (29.30% from 255 or 43.53% from 170); Max value from RGB is 74 - color contains mainly: blue. Hex color #38284A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38284A is #C7D7B5. Grayscale: #303030. Windows color (decimal): -13096886 or 4859960. OLE color: 4859960.
HSL color Cylindrical-coordinate representation of color #38284A: hue angle of 268.24º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #38284A is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 40 | 74 | - |
| CMYK | 0.24 | 0.46 | 0 | 0.71 |
| HSL | 268.24º | 0.3% | 0.22% | - |
| HSV(B) | 268.24º | 0.46% | 0.29% | - |
| XYZ | 3.63 | 2.85 | 6.84 | - |
| YUV | 48.66 | 142.3 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 40 | 74 | 0.24 | 0.46 | 0 | 0.71 | 268.24 | 0.3 | 0.22 |
| Hex | 38 | 28 | 4A | 18 | 2E | 0 | 47 | 10C | 1E | 16 |
| Octal | 70 | 50 | 112 | 30 | 56 | 0 | 107 | 414 | 36 | 26 |
| Binary | 111000 | 101000 | 1001010 | 11000 | 101110 | 0 | 1000111 | 100001100 | 11110 | 10110 |
Color Harmonies of #38284A
Complementary color
Monochromatic Colors of #38284A
Black with #38284A
Text Example
Text Example
White with #38284A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38284A; }
p { color: rgb(56,40,74); }
H1.HeaderClassName
{
color: #38284A;
}
.AnyTagClassName
{
color: #38284A;
}
</style>
background-color css
<style>
a { background-color: #38284A; }
a { background-color: rgb(56,40,74); }
div.DivClassName
{
background-color: #38284A;
}
.BgClassName
{
background-color: #38284A;
}
</style>
border-color css
<style>
span { border-color: #38284A; }
span { border-color: rgb(56,40,74); }
td.TdClassName
{
border-color: #38284A;
}
.TagClassName
{
border-color: #38284A;
}
</style>