Shades of Jagger #3A284B
Tints of Jagger #3A284B
RGB
CMYK
RGB Variations
Color information
#3A284B (or 0x3A284B) is known color: Jagger. HEX triplet: 3A, 28 and 4B. RGB value is (58,40,75). Sum of RGB (Red+Green+Blue) = 58+40+75=173 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.53% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 75 (29.69% from 255 or 43.35% from 173); Max value from RGB is 75 - color contains mainly: blue. Hex color #3A284B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A284B is #C5D7B4. Grayscale: #313131. Windows color (decimal): -12965813 or 4925498. OLE color: 4925498.
HSL color Cylindrical-coordinate representation of color #3A284B: hue angle of 270.86º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A284B is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 40 | 75 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.71 |
| HSL | 270.86º | 0.3% | 0.23% | - |
| HSV(B) | 270.86º | 0.47% | 0.29% | - |
| XYZ | 3.77 | 2.93 | 7.02 | - |
| YUV | 49.37 | 142.46 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 40 | 75 | 0.23 | 0.47 | 0 | 0.71 | 270.86 | 0.3 | 0.23 |
| Hex | 3A | 28 | 4B | 17 | 2F | 0 | 47 | 10F | 1E | 17 |
| Octal | 72 | 50 | 113 | 27 | 57 | 0 | 107 | 417 | 36 | 27 |
| Binary | 111010 | 101000 | 1001011 | 10111 | 101111 | 0 | 1000111 | 100001111 | 11110 | 10111 |
Color Harmonies of #3A284B
Complementary color
Monochromatic Colors of #3A284B
Black with #3A284B
Text Example
Text Example
White with #3A284B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A284B; }
p { color: rgb(58,40,75); }
H1.HeaderClassName
{
color: #3A284B;
}
.AnyTagClassName
{
color: #3A284B;
}
</style>
background-color css
<style>
a { background-color: #3A284B; }
a { background-color: rgb(58,40,75); }
div.DivClassName
{
background-color: #3A284B;
}
.BgClassName
{
background-color: #3A284B;
}
</style>
border-color css
<style>
span { border-color: #3A284B; }
span { border-color: rgb(58,40,75); }
td.TdClassName
{
border-color: #3A284B;
}
.TagClassName
{
border-color: #3A284B;
}
</style>