Shades of Jacksons Purple #2D2C84
Tints of Jacksons Purple #2D2C84
RGB
CMYK
RGB Variations
Color information
#2D2C84 (or 0x2D2C84) is known color: Jacksons Purple. HEX triplet: 2D, 2C and 84. RGB value is (45,44,132). Sum of RGB (Red+Green+Blue) = 45+44+132=221 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.36% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 132 (51.95% from 255 or 59.73% from 221); Max value from RGB is 132 - color contains mainly: blue. Hex color #2D2C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D2C84 is #D2D37B. Grayscale: #353535. Windows color (decimal): -13816700 or 8662061. OLE color: 8662061.
HSL color Cylindrical-coordinate representation of color #2D2C84: hue angle of 240.68º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D2C84 is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 45 | 44 | 132 | - |
| CMYK | 0.66 | 0.67 | 0 | 0.48 |
| HSL | 240.68º | 0.5% | 0.35% | - |
| HSV(B) | 240.68º | 0.67% | 0.52% | - |
| XYZ | 6.15 | 4.03 | 22.28 | - |
| YUV | 54.33 | 171.83 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 44 | 132 | 0.66 | 0.67 | 0 | 0.48 | 240.68 | 0.5 | 0.35 |
| Hex | 2D | 2C | 84 | 42 | 43 | 0 | 30 | F1 | 32 | 23 |
| Octal | 55 | 54 | 204 | 102 | 103 | 0 | 60 | 361 | 62 | 43 |
| Binary | 101101 | 101100 | 10000100 | 1000010 | 1000011 | 0 | 110000 | 11110001 | 110010 | 100011 |
Color Harmonies of #2D2C84
Complementary color
Monochromatic Colors of #2D2C84
Black with #2D2C84
Text Example
Text Example
White with #2D2C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2C84; }
p { color: rgb(45,44,132); }
H1.HeaderClassName
{
color: #2D2C84;
}
.AnyTagClassName
{
color: #2D2C84;
}
</style>
background-color css
<style>
a { background-color: #2D2C84; }
a { background-color: rgb(45,44,132); }
div.DivClassName
{
background-color: #2D2C84;
}
.BgClassName
{
background-color: #2D2C84;
}
</style>
border-color css
<style>
span { border-color: #2D2C84; }
span { border-color: rgb(45,44,132); }
td.TdClassName
{
border-color: #2D2C84;
}
.TagClassName
{
border-color: #2D2C84;
}
</style>