Shades of Jagger #39274E
Tints of Jagger #39274E
RGB
CMYK
RGB Variations
Color information
#39274E (or 0x39274E) is known color: Jagger. HEX triplet: 39, 27 and 4E. RGB value is (57,39,78). Sum of RGB (Red+Green+Blue) = 57+39+78=174 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.76% from 174); Green value is 39 (15.62% from 255 or 22.41% from 174); Blue value is 78 (30.86% from 255 or 44.83% from 174); Max value from RGB is 78 - color contains mainly: blue. Hex color #39274E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39274E is #C6D8B1. Grayscale: #303030. Windows color (decimal): -13031602 or 5121849. OLE color: 5121849.
HSL color Cylindrical-coordinate representation of color #39274E: hue angle of 267.69º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #39274E is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 57 | 39 | 78 | - |
| CMYK | 0.27 | 0.50 | 0 | 0.69 |
| HSL | 267.69º | 0.33% | 0.23% | - |
| HSV(B) | 267.69º | 0.5% | 0.31% | - |
| XYZ | 3.79 | 2.87 | 7.56 | - |
| YUV | 48.83 | 144.46 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 39 | 78 | 0.27 | 0.50 | 0 | 0.69 | 267.69 | 0.33 | 0.23 |
| Hex | 39 | 27 | 4E | 1B | 32 | 0 | 45 | 10C | 21 | 17 |
| Octal | 71 | 47 | 116 | 33 | 62 | 0 | 105 | 414 | 41 | 27 |
| Binary | 111001 | 100111 | 1001110 | 11011 | 110010 | 0 | 1000101 | 100001100 | 100001 | 10111 |
Color Harmonies of #39274E
Complementary color
Monochromatic Colors of #39274E
Black with #39274E
Text Example
Text Example
White with #39274E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39274E; }
p { color: rgb(57,39,78); }
H1.HeaderClassName
{
color: #39274E;
}
.AnyTagClassName
{
color: #39274E;
}
</style>
background-color css
<style>
a { background-color: #39274E; }
a { background-color: rgb(57,39,78); }
div.DivClassName
{
background-color: #39274E;
}
.BgClassName
{
background-color: #39274E;
}
</style>
border-color css
<style>
span { border-color: #39274E; }
span { border-color: rgb(57,39,78); }
td.TdClassName
{
border-color: #39274E;
}
.TagClassName
{
border-color: #39274E;
}
</style>