Shades of Jagger #3D1455
Tints of Jagger #3D1455
RGB
CMYK
RGB Variations
Color information
#3D1455 (or 0x3D1455) is known color: Jagger. HEX triplet: 3D, 14 and 55. RGB value is (61,20,85). Sum of RGB (Red+Green+Blue) = 61+20+85=166 (21% of max value = 765). Red value is 61 (24.22% from 255 or 36.75% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 85 (33.59% from 255 or 51.20% from 166); Max value from RGB is 85 - color contains mainly: blue. Hex color #3D1455 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D1455 is #C2EBAA. Grayscale: #272727. Windows color (decimal): -12774315 or 5575741. OLE color: 5575741.
HSL color Cylindrical-coordinate representation of color #3D1455: hue angle of 277.85º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D1455 is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 20 | 85 | - |
| CMYK | 0.28 | 0.76 | 0 | 0.67 |
| HSL | 277.85º | 0.62% | 0.21% | - |
| HSV(B) | 277.85º | 0.76% | 0.33% | - |
| XYZ | 3.81 | 2.15 | 8.81 | - |
| YUV | 39.67 | 153.58 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 20 | 85 | 0.28 | 0.76 | 0 | 0.67 | 277.85 | 0.62 | 0.21 |
| Hex | 3D | 14 | 55 | 1C | 4C | 0 | 43 | 116 | 3E | 15 |
| Octal | 75 | 24 | 125 | 34 | 114 | 0 | 103 | 426 | 76 | 25 |
| Binary | 111101 | 10100 | 1010101 | 11100 | 1001100 | 0 | 1000011 | 100010110 | 111110 | 10101 |
Color Harmonies of #3D1455
Complementary color
Monochromatic Colors of #3D1455
Black with #3D1455
Text Example
Text Example
White with #3D1455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1455; }
p { color: rgb(61,20,85); }
H1.HeaderClassName
{
color: #3D1455;
}
.AnyTagClassName
{
color: #3D1455;
}
</style>
background-color css
<style>
a { background-color: #3D1455; }
a { background-color: rgb(61,20,85); }
div.DivClassName
{
background-color: #3D1455;
}
.BgClassName
{
background-color: #3D1455;
}
</style>
border-color css
<style>
span { border-color: #3D1455; }
span { border-color: rgb(61,20,85); }
td.TdClassName
{
border-color: #3D1455;
}
.TagClassName
{
border-color: #3D1455;
}
</style>