Shades of Jacksons Purple #2D2887
Tints of Jacksons Purple #2D2887
RGB
CMYK
RGB Variations
Color information
#2D2887 (or 0x2D2887) is known color: Jacksons Purple. HEX triplet: 2D, 28 and 87. RGB value is (45,40,135). Sum of RGB (Red+Green+Blue) = 45+40+135=220 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.45% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 135 (53.12% from 255 or 61.36% from 220); Max value from RGB is 135 - color contains mainly: blue. Hex color #2D2887 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D2887 is #D2D778. Grayscale: #333333. Windows color (decimal): -13817721 or 8857645. OLE color: 8857645.
HSL color Cylindrical-coordinate representation of color #2D2887: hue angle of 243.16º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D2887 is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 40 | 135 | - |
| CMYK | 0.67 | 0.70 | 0 | 0.47 |
| HSL | 243.16º | 0.54% | 0.34% | - |
| HSV(B) | 243.16º | 0.7% | 0.53% | - |
| XYZ | 6.21 | 3.82 | 23.33 | - |
| YUV | 52.33 | 174.66 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 40 | 135 | 0.67 | 0.70 | 0 | 0.47 | 243.16 | 0.54 | 0.34 |
| Hex | 2D | 28 | 87 | 43 | 46 | 0 | 2F | F3 | 36 | 22 |
| Octal | 55 | 50 | 207 | 103 | 106 | 0 | 57 | 363 | 66 | 42 |
| Binary | 101101 | 101000 | 10000111 | 1000011 | 1000110 | 0 | 101111 | 11110011 | 110110 | 100010 |
Color Harmonies of #2D2887
Complementary color
Monochromatic Colors of #2D2887
Black with #2D2887
Text Example
Text Example
White with #2D2887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2887; }
p { color: rgb(45,40,135); }
H1.HeaderClassName
{
color: #2D2887;
}
.AnyTagClassName
{
color: #2D2887;
}
</style>
background-color css
<style>
a { background-color: #2D2887; }
a { background-color: rgb(45,40,135); }
div.DivClassName
{
background-color: #2D2887;
}
.BgClassName
{
background-color: #2D2887;
}
</style>
border-color css
<style>
span { border-color: #2D2887; }
span { border-color: rgb(45,40,135); }
td.TdClassName
{
border-color: #2D2887;
}
.TagClassName
{
border-color: #2D2887;
}
</style>