Shades of Jagger #3A1C4B
Tints of Jagger #3A1C4B
RGB
CMYK
RGB Variations
Color information
#3A1C4B (or 0x3A1C4B) is known color: Jagger. HEX triplet: 3A, 1C and 4B. RGB value is (58,28,75). Sum of RGB (Red+Green+Blue) = 58+28+75=161 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.02% from 161); Green value is 28 (11.33% from 255 or 17.39% from 161); Blue value is 75 (29.69% from 255 or 46.58% from 161); Max value from RGB is 75 - color contains mainly: blue. Hex color #3A1C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A1C4B is #C5E3B4. Grayscale: #2A2A2A. Windows color (decimal): -12968885 or 4922426. OLE color: 4922426.
HSL color Cylindrical-coordinate representation of color #3A1C4B: hue angle of 278.3º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A1C4B is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 28 | 75 | - |
| CMYK | 0.23 | 0.63 | 0 | 0.71 |
| HSL | 278.3º | 0.46% | 0.2% | - |
| HSV(B) | 278.3º | 0.63% | 0.29% | - |
| XYZ | 3.43 | 2.24 | 6.91 | - |
| YUV | 42.33 | 146.44 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 28 | 75 | 0.23 | 0.63 | 0 | 0.71 | 278.3 | 0.46 | 0.2 |
| Hex | 3A | 1C | 4B | 17 | 3F | 0 | 47 | 116 | 2E | 14 |
| Octal | 72 | 34 | 113 | 27 | 77 | 0 | 107 | 426 | 56 | 24 |
| Binary | 111010 | 11100 | 1001011 | 10111 | 111111 | 0 | 1000111 | 100010110 | 101110 | 10100 |
Color Harmonies of #3A1C4B
Complementary color
Monochromatic Colors of #3A1C4B
Black with #3A1C4B
Text Example
Text Example
White with #3A1C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1C4B; }
p { color: rgb(58,28,75); }
H1.HeaderClassName
{
color: #3A1C4B;
}
.AnyTagClassName
{
color: #3A1C4B;
}
</style>
background-color css
<style>
a { background-color: #3A1C4B; }
a { background-color: rgb(58,28,75); }
div.DivClassName
{
background-color: #3A1C4B;
}
.BgClassName
{
background-color: #3A1C4B;
}
</style>
border-color css
<style>
span { border-color: #3A1C4B; }
span { border-color: rgb(58,28,75); }
td.TdClassName
{
border-color: #3A1C4B;
}
.TagClassName
{
border-color: #3A1C4B;
}
</style>