Shades of Jagger #3D214B
Tints of Jagger #3D214B
RGB
CMYK
RGB Variations
Color information
#3D214B (or 0x3D214B) is known color: Jagger. HEX triplet: 3D, 21 and 4B. RGB value is (61,33,75). Sum of RGB (Red+Green+Blue) = 61+33+75=169 (22% of max value = 765). Red value is 61 (24.22% from 255 or 36.09% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 75 (29.69% from 255 or 44.38% from 169); Max value from RGB is 75 - color contains mainly: blue. Hex color #3D214B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D214B is #C2DEB4. Grayscale: #2E2E2E. Windows color (decimal): -12770997 or 4923709. OLE color: 4923709.
HSL color Cylindrical-coordinate representation of color #3D214B: hue angle of 280º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D214B is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 61 | 33 | 75 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.71 |
| HSL | 280º | 0.39% | 0.21% | - |
| HSV(B) | 280º | 0.56% | 0.29% | - |
| XYZ | 3.74 | 2.59 | 6.96 | - |
| YUV | 46.16 | 144.28 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 33 | 75 | 0.19 | 0.56 | 0 | 0.71 | 280 | 0.39 | 0.21 |
| Hex | 3D | 21 | 4B | 13 | 38 | 0 | 47 | 118 | 27 | 15 |
| Octal | 75 | 41 | 113 | 23 | 70 | 0 | 107 | 430 | 47 | 25 |
| Binary | 111101 | 100001 | 1001011 | 10011 | 111000 | 0 | 1000111 | 100011000 | 100111 | 10101 |
Color Harmonies of #3D214B
Complementary color
Monochromatic Colors of #3D214B
Black with #3D214B
Text Example
Text Example
White with #3D214B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D214B; }
p { color: rgb(61,33,75); }
H1.HeaderClassName
{
color: #3D214B;
}
.AnyTagClassName
{
color: #3D214B;
}
</style>
background-color css
<style>
a { background-color: #3D214B; }
a { background-color: rgb(61,33,75); }
div.DivClassName
{
background-color: #3D214B;
}
.BgClassName
{
background-color: #3D214B;
}
</style>
border-color css
<style>
span { border-color: #3D214B; }
span { border-color: rgb(61,33,75); }
td.TdClassName
{
border-color: #3D214B;
}
.TagClassName
{
border-color: #3D214B;
}
</style>