Shades of Jagger #381B4E
Tints of Jagger #381B4E
RGB
CMYK
RGB Variations
Color information
#381B4E (or 0x381B4E) is known color: Jagger. HEX triplet: 38, 1B and 4E. RGB value is (56,27,78). Sum of RGB (Red+Green+Blue) = 56+27+78=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 27 (10.94% from 255 or 16.77% from 161); Blue value is 78 (30.86% from 255 or 48.45% from 161); Max value from RGB is 78 - color contains mainly: blue. Hex color #381B4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381B4E is #C7E4B1. Grayscale: #292929. Windows color (decimal): -13100210 or 5118776. OLE color: 5118776.
HSL color Cylindrical-coordinate representation of color #381B4E: hue angle of 274.12º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #381B4E is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 27 | 78 | - |
| CMYK | 0.28 | 0.65 | 0 | 0.69 |
| HSL | 274.12º | 0.49% | 0.21% | - |
| HSV(B) | 274.12º | 0.65% | 0.31% | - |
| XYZ | 3.4 | 2.17 | 7.45 | - |
| YUV | 41.49 | 148.61 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 27 | 78 | 0.28 | 0.65 | 0 | 0.69 | 274.12 | 0.49 | 0.21 |
| Hex | 38 | 1B | 4E | 1C | 41 | 0 | 45 | 112 | 31 | 15 |
| Octal | 70 | 33 | 116 | 34 | 101 | 0 | 105 | 422 | 61 | 25 |
| Binary | 111000 | 11011 | 1001110 | 11100 | 1000001 | 0 | 1000101 | 100010010 | 110001 | 10101 |
Color Harmonies of #381B4E
Complementary color
Monochromatic Colors of #381B4E
Black with #381B4E
Text Example
Text Example
White with #381B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381B4E; }
p { color: rgb(56,27,78); }
H1.HeaderClassName
{
color: #381B4E;
}
.AnyTagClassName
{
color: #381B4E;
}
</style>
background-color css
<style>
a { background-color: #381B4E; }
a { background-color: rgb(56,27,78); }
div.DivClassName
{
background-color: #381B4E;
}
.BgClassName
{
background-color: #381B4E;
}
</style>
border-color css
<style>
span { border-color: #381B4E; }
span { border-color: rgb(56,27,78); }
td.TdClassName
{
border-color: #381B4E;
}
.TagClassName
{
border-color: #381B4E;
}
</style>