Shades of Jacksons Purple #2C338D
Tints of Jacksons Purple #2C338D
RGB
CMYK
RGB Variations
Color information
#2C338D (or 0x2C338D) is known color: Jacksons Purple. HEX triplet: 2C, 33 and 8D. RGB value is (44,51,141). Sum of RGB (Red+Green+Blue) = 44+51+141=236 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.64% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 141 (55.47% from 255 or 59.75% from 236); Max value from RGB is 141 - color contains mainly: blue. Hex color #2C338D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C338D is #D3CC72. Grayscale: #3A3A3A. Windows color (decimal): -13880435 or 9253676. OLE color: 9253676.
HSL color Cylindrical-coordinate representation of color #2C338D: hue angle of 235.67º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C338D is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 44 | 51 | 141 | - |
| CMYK | 0.69 | 0.64 | 0 | 0.45 |
| HSL | 235.67º | 0.52% | 0.36% | - |
| HSV(B) | 235.67º | 0.69% | 0.55% | - |
| XYZ | 7.03 | 4.83 | 25.76 | - |
| YUV | 59.17 | 174.18 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 51 | 141 | 0.69 | 0.64 | 0 | 0.45 | 235.67 | 0.52 | 0.36 |
| Hex | 2C | 33 | 8D | 45 | 40 | 0 | 2D | EC | 34 | 24 |
| Octal | 54 | 63 | 215 | 105 | 100 | 0 | 55 | 354 | 64 | 44 |
| Binary | 101100 | 110011 | 10001101 | 1000101 | 1000000 | 0 | 101101 | 11101100 | 110100 | 100100 |
Color Harmonies of #2C338D
Complementary color
Monochromatic Colors of #2C338D
Black with #2C338D
Text Example
Text Example
White with #2C338D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C338D; }
p { color: rgb(44,51,141); }
H1.HeaderClassName
{
color: #2C338D;
}
.AnyTagClassName
{
color: #2C338D;
}
</style>
background-color css
<style>
a { background-color: #2C338D; }
a { background-color: rgb(44,51,141); }
div.DivClassName
{
background-color: #2C338D;
}
.BgClassName
{
background-color: #2C338D;
}
</style>
border-color css
<style>
span { border-color: #2C338D; }
span { border-color: rgb(44,51,141); }
td.TdClassName
{
border-color: #2C338D;
}
.TagClassName
{
border-color: #2C338D;
}
</style>