Shades of Jagger #381A51
Tints of Jagger #381A51
RGB
CMYK
RGB Variations
Color information
#381A51 (or 0x381A51) is known color: Jagger. HEX triplet: 38, 1A and 51. RGB value is (56,26,81). Sum of RGB (Red+Green+Blue) = 56+26+81=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 26 (10.55% from 255 or 15.95% from 163); Blue value is 81 (32.03% from 255 or 49.69% from 163); Max value from RGB is 81 - color contains mainly: blue. Hex color #381A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381A51 is #C7E5AE. Grayscale: #292929. Windows color (decimal): -13100463 or 5315128. OLE color: 5315128.
HSL color Cylindrical-coordinate representation of color #381A51: hue angle of 272.73º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #381A51 is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 56 | 26 | 81 | - |
| CMYK | 0.31 | 0.68 | 0 | 0.68 |
| HSL | 272.73º | 0.51% | 0.21% | - |
| HSV(B) | 272.73º | 0.68% | 0.32% | - |
| XYZ | 3.49 | 2.17 | 8.02 | - |
| YUV | 41.24 | 150.44 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 26 | 81 | 0.31 | 0.68 | 0 | 0.68 | 272.73 | 0.51 | 0.21 |
| Hex | 38 | 1A | 51 | 1F | 44 | 0 | 44 | 111 | 33 | 15 |
| Octal | 70 | 32 | 121 | 37 | 104 | 0 | 104 | 421 | 63 | 25 |
| Binary | 111000 | 11010 | 1010001 | 11111 | 1000100 | 0 | 1000100 | 100010001 | 110011 | 10101 |
Color Harmonies of #381A51
Complementary color
Monochromatic Colors of #381A51
Black with #381A51
Text Example
Text Example
White with #381A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381A51; }
p { color: rgb(56,26,81); }
H1.HeaderClassName
{
color: #381A51;
}
.AnyTagClassName
{
color: #381A51;
}
</style>
background-color css
<style>
a { background-color: #381A51; }
a { background-color: rgb(56,26,81); }
div.DivClassName
{
background-color: #381A51;
}
.BgClassName
{
background-color: #381A51;
}
</style>
border-color css
<style>
span { border-color: #381A51; }
span { border-color: rgb(56,26,81); }
td.TdClassName
{
border-color: #381A51;
}
.TagClassName
{
border-color: #381A51;
}
</style>