Shades of Jacksons Purple #2D2890
Tints of Jacksons Purple #2D2890
RGB
CMYK
RGB Variations
Color information
#2D2890 (or 0x2D2890) is known color: Jacksons Purple. HEX triplet: 2D, 28 and 90. RGB value is (45,40,144). Sum of RGB (Red+Green+Blue) = 45+40+144=229 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.65% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 144 (56.64% from 255 or 62.88% from 229); Max value from RGB is 144 - color contains mainly: blue. Hex color #2D2890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D2890 is #D2D76F. Grayscale: #343434. Windows color (decimal): -13817712 or 9447469. OLE color: 9447469.
HSL color Cylindrical-coordinate representation of color #2D2890: hue angle of 242.88º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D2890 is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 45 | 40 | 144 | - |
| CMYK | 0.69 | 0.72 | 0 | 0.44 |
| HSL | 242.88º | 0.57% | 0.36% | - |
| HSV(B) | 242.88º | 0.72% | 0.56% | - |
| XYZ | 6.88 | 4.09 | 26.81 | - |
| YUV | 53.35 | 179.16 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 40 | 144 | 0.69 | 0.72 | 0 | 0.44 | 242.88 | 0.57 | 0.36 |
| Hex | 2D | 28 | 90 | 45 | 48 | 0 | 2C | F3 | 39 | 24 |
| Octal | 55 | 50 | 220 | 105 | 110 | 0 | 54 | 363 | 71 | 44 |
| Binary | 101101 | 101000 | 10010000 | 1000101 | 1001000 | 0 | 101100 | 11110011 | 111001 | 100100 |
Color Harmonies of #2D2890
Complementary color
Monochromatic Colors of #2D2890
Black with #2D2890
Text Example
Text Example
White with #2D2890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2890; }
p { color: rgb(45,40,144); }
H1.HeaderClassName
{
color: #2D2890;
}
.AnyTagClassName
{
color: #2D2890;
}
</style>
background-color css
<style>
a { background-color: #2D2890; }
a { background-color: rgb(45,40,144); }
div.DivClassName
{
background-color: #2D2890;
}
.BgClassName
{
background-color: #2D2890;
}
</style>
border-color css
<style>
span { border-color: #2D2890; }
span { border-color: rgb(45,40,144); }
td.TdClassName
{
border-color: #2D2890;
}
.TagClassName
{
border-color: #2D2890;
}
</style>