Shades of Jacksons Purple #2C398D
Tints of Jacksons Purple #2C398D
RGB
CMYK
RGB Variations
Color information
#2C398D (or 0x2C398D) is known color: Jacksons Purple. HEX triplet: 2C, 39 and 8D. RGB value is (44,57,141). Sum of RGB (Red+Green+Blue) = 44+57+141=242 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.18% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 141 (55.47% from 255 or 58.26% from 242); Max value from RGB is 141 - color contains mainly: blue. Hex color #2C398D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C398D is #D3C672. Grayscale: #3E3E3E. Windows color (decimal): -13878899 or 9255212. OLE color: 9255212.
HSL color Cylindrical-coordinate representation of color #2C398D: hue angle of 231.96º 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 #2C398D is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 44 | 57 | 141 | - |
| CMYK | 0.69 | 0.60 | 0 | 0.45 |
| HSL | 231.96º | 0.52% | 0.36% | - |
| HSV(B) | 231.96º | 0.69% | 0.55% | - |
| XYZ | 7.31 | 5.38 | 25.85 | - |
| YUV | 62.69 | 172.19 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 57 | 141 | 0.69 | 0.60 | 0 | 0.45 | 231.96 | 0.52 | 0.36 |
| Hex | 2C | 39 | 8D | 45 | 3C | 0 | 2D | E8 | 34 | 24 |
| Octal | 54 | 71 | 215 | 105 | 74 | 0 | 55 | 350 | 64 | 44 |
| Binary | 101100 | 111001 | 10001101 | 1000101 | 111100 | 0 | 101101 | 11101000 | 110100 | 100100 |
Color Harmonies of #2C398D
Complementary color
Monochromatic Colors of #2C398D
Black with #2C398D
Text Example
Text Example
White with #2C398D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C398D; }
p { color: rgb(44,57,141); }
H1.HeaderClassName
{
color: #2C398D;
}
.AnyTagClassName
{
color: #2C398D;
}
</style>
background-color css
<style>
a { background-color: #2C398D; }
a { background-color: rgb(44,57,141); }
div.DivClassName
{
background-color: #2C398D;
}
.BgClassName
{
background-color: #2C398D;
}
</style>
border-color css
<style>
span { border-color: #2C398D; }
span { border-color: rgb(44,57,141); }
td.TdClassName
{
border-color: #2C398D;
}
.TagClassName
{
border-color: #2C398D;
}
</style>