Shades of Jacksons Purple #2D2784
Tints of Jacksons Purple #2D2784
RGB
CMYK
RGB Variations
Color information
#2D2784 (or 0x2D2784) is known color: Jacksons Purple. HEX triplet: 2D, 27 and 84. RGB value is (45,39,132). Sum of RGB (Red+Green+Blue) = 45+39+132=216 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.83% from 216); Green value is 39 (15.62% from 255 or 18.06% from 216); Blue value is 132 (51.95% from 255 or 61.11% from 216); Max value from RGB is 132 - color contains mainly: blue. Hex color #2D2784 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D2784 is #D2D87B. Grayscale: #333333. Windows color (decimal): -13817980 or 8660781. OLE color: 8660781.
HSL color Cylindrical-coordinate representation of color #2D2784: hue angle of 243.87º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D2784 is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 45 | 39 | 132 | - |
| CMYK | 0.66 | 0.70 | 0 | 0.48 |
| HSL | 243.87º | 0.54% | 0.34% | - |
| HSV(B) | 243.87º | 0.7% | 0.52% | - |
| XYZ | 5.97 | 3.67 | 22.22 | - |
| YUV | 51.4 | 173.49 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 39 | 132 | 0.66 | 0.70 | 0 | 0.48 | 243.87 | 0.54 | 0.34 |
| Hex | 2D | 27 | 84 | 42 | 46 | 0 | 30 | F4 | 36 | 22 |
| Octal | 55 | 47 | 204 | 102 | 106 | 0 | 60 | 364 | 66 | 42 |
| Binary | 101101 | 100111 | 10000100 | 1000010 | 1000110 | 0 | 110000 | 11110100 | 110110 | 100010 |
Color Harmonies of #2D2784
Complementary color
Monochromatic Colors of #2D2784
Black with #2D2784
Text Example
Text Example
White with #2D2784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2784; }
p { color: rgb(45,39,132); }
H1.HeaderClassName
{
color: #2D2784;
}
.AnyTagClassName
{
color: #2D2784;
}
</style>
background-color css
<style>
a { background-color: #2D2784; }
a { background-color: rgb(45,39,132); }
div.DivClassName
{
background-color: #2D2784;
}
.BgClassName
{
background-color: #2D2784;
}
</style>
border-color css
<style>
span { border-color: #2D2784; }
span { border-color: rgb(45,39,132); }
td.TdClassName
{
border-color: #2D2784;
}
.TagClassName
{
border-color: #2D2784;
}
</style>