Shades of Jagger #381A4E
Tints of Jagger #381A4E
RGB
CMYK
RGB Variations
Color information
#381A4E (or 0x381A4E) is known color: Jagger. HEX triplet: 38, 1A and 4E. RGB value is (56,26,78). Sum of RGB (Red+Green+Blue) = 56+26+78=160 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35% from 160); Green value is 26 (10.55% from 255 or 16.25% from 160); Blue value is 78 (30.86% from 255 or 48.75% from 160); Max value from RGB is 78 - color contains mainly: blue. Hex color #381A4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381A4E is #C7E5B1. Grayscale: #282828. Windows color (decimal): -13100466 or 5118520. OLE color: 5118520.
HSL color Cylindrical-coordinate representation of color #381A4E: hue angle of 274.62º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #381A4E is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 26 | 78 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.69 |
| HSL | 274.62º | 0.5% | 0.2% | - |
| HSV(B) | 274.62º | 0.67% | 0.31% | - |
| XYZ | 3.38 | 2.13 | 7.44 | - |
| YUV | 40.9 | 148.94 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 26 | 78 | 0.28 | 0.67 | 0 | 0.69 | 274.62 | 0.5 | 0.2 |
| Hex | 38 | 1A | 4E | 1C | 43 | 0 | 45 | 113 | 32 | 14 |
| Octal | 70 | 32 | 116 | 34 | 103 | 0 | 105 | 423 | 62 | 24 |
| Binary | 111000 | 11010 | 1001110 | 11100 | 1000011 | 0 | 1000101 | 100010011 | 110010 | 10100 |
Color Harmonies of #381A4E
Complementary color
Monochromatic Colors of #381A4E
Black with #381A4E
Text Example
Text Example
White with #381A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381A4E; }
p { color: rgb(56,26,78); }
H1.HeaderClassName
{
color: #381A4E;
}
.AnyTagClassName
{
color: #381A4E;
}
</style>
background-color css
<style>
a { background-color: #381A4E; }
a { background-color: rgb(56,26,78); }
div.DivClassName
{
background-color: #381A4E;
}
.BgClassName
{
background-color: #381A4E;
}
</style>
border-color css
<style>
span { border-color: #381A4E; }
span { border-color: rgb(56,26,78); }
td.TdClassName
{
border-color: #381A4E;
}
.TagClassName
{
border-color: #381A4E;
}
</style>