Shades of Jagger #381D51
Tints of Jagger #381D51
RGB
CMYK
RGB Variations
Color information
#381D51 (or 0x381D51) is known color: Jagger. HEX triplet: 38, 1D and 51. RGB value is (56,29,81). Sum of RGB (Red+Green+Blue) = 56+29+81=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 29 (11.72% from 255 or 17.47% from 166); Blue value is 81 (32.03% from 255 or 48.80% from 166); Max value from RGB is 81 - color contains mainly: blue. Hex color #381D51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381D51 is #C7E2AE. Grayscale: #2A2A2A. Windows color (decimal): -13099695 or 5315896. OLE color: 5315896.
HSL color Cylindrical-coordinate representation of color #381D51: hue angle of 271.15º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #381D51 is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 56 | 29 | 81 | - |
| CMYK | 0.31 | 0.64 | 0 | 0.68 |
| HSL | 271.15º | 0.47% | 0.22% | - |
| HSV(B) | 271.15º | 0.64% | 0.32% | - |
| XYZ | 3.56 | 2.31 | 8.04 | - |
| YUV | 43 | 149.45 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 29 | 81 | 0.31 | 0.64 | 0 | 0.68 | 271.15 | 0.47 | 0.22 |
| Hex | 38 | 1D | 51 | 1F | 40 | 0 | 44 | 10F | 2F | 16 |
| Octal | 70 | 35 | 121 | 37 | 100 | 0 | 104 | 417 | 57 | 26 |
| Binary | 111000 | 11101 | 1010001 | 11111 | 1000000 | 0 | 1000100 | 100001111 | 101111 | 10110 |
Color Harmonies of #381D51
Complementary color
Monochromatic Colors of #381D51
Black with #381D51
Text Example
Text Example
White with #381D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381D51; }
p { color: rgb(56,29,81); }
H1.HeaderClassName
{
color: #381D51;
}
.AnyTagClassName
{
color: #381D51;
}
</style>
background-color css
<style>
a { background-color: #381D51; }
a { background-color: rgb(56,29,81); }
div.DivClassName
{
background-color: #381D51;
}
.BgClassName
{
background-color: #381D51;
}
</style>
border-color css
<style>
span { border-color: #381D51; }
span { border-color: rgb(56,29,81); }
td.TdClassName
{
border-color: #381D51;
}
.TagClassName
{
border-color: #381D51;
}
</style>