Shades of Jacksons Purple #2C2988
Tints of Jacksons Purple #2C2988
RGB
CMYK
RGB Variations
Color information
#2C2988 (or 0x2C2988) is known color: Jacksons Purple. HEX triplet: 2C, 29 and 88. RGB value is (44,41,136). Sum of RGB (Red+Green+Blue) = 44+41+136=221 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.91% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 136 (53.52% from 255 or 61.54% from 221); Max value from RGB is 136 - color contains mainly: blue. Hex color #2C2988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2988 is #D3D677. Grayscale: #343434. Windows color (decimal): -13883000 or 8923436. OLE color: 8923436.
HSL color Cylindrical-coordinate representation of color #2C2988: hue angle of 241.89º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C2988 is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 44 | 41 | 136 | - |
| CMYK | 0.68 | 0.70 | 0 | 0.47 |
| HSL | 241.89º | 0.54% | 0.35% | - |
| HSV(B) | 241.89º | 0.7% | 0.53% | - |
| XYZ | 6.28 | 3.9 | 23.71 | - |
| YUV | 52.73 | 174.99 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 41 | 136 | 0.68 | 0.70 | 0 | 0.47 | 241.89 | 0.54 | 0.35 |
| Hex | 2C | 29 | 88 | 44 | 46 | 0 | 2F | F2 | 36 | 23 |
| Octal | 54 | 51 | 210 | 104 | 106 | 0 | 57 | 362 | 66 | 43 |
| Binary | 101100 | 101001 | 10001000 | 1000100 | 1000110 | 0 | 101111 | 11110010 | 110110 | 100011 |
Color Harmonies of #2C2988
Complementary color
Monochromatic Colors of #2C2988
Black with #2C2988
Text Example
Text Example
White with #2C2988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2988; }
p { color: rgb(44,41,136); }
H1.HeaderClassName
{
color: #2C2988;
}
.AnyTagClassName
{
color: #2C2988;
}
</style>
background-color css
<style>
a { background-color: #2C2988; }
a { background-color: rgb(44,41,136); }
div.DivClassName
{
background-color: #2C2988;
}
.BgClassName
{
background-color: #2C2988;
}
</style>
border-color css
<style>
span { border-color: #2C2988; }
span { border-color: rgb(44,41,136); }
td.TdClassName
{
border-color: #2C2988;
}
.TagClassName
{
border-color: #2C2988;
}
</style>