Shades of Jacksons Purple #2C398F
Tints of Jacksons Purple #2C398F
RGB
CMYK
RGB Variations
Color information
#2C398F (or 0x2C398F) is known color: Jacksons Purple. HEX triplet: 2C, 39 and 8F. RGB value is (44,57,143). Sum of RGB (Red+Green+Blue) = 44+57+143=244 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.03% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 143 (56.25% from 255 or 58.61% from 244); Max value from RGB is 143 - color contains mainly: blue. Hex color #2C398F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C398F is #D3C670. Grayscale: #3E3E3E. Windows color (decimal): -13878897 or 9386284. OLE color: 9386284.
HSL color Cylindrical-coordinate representation of color #2C398F: hue angle of 232.12º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C398F is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 44 | 57 | 143 | - |
| CMYK | 0.69 | 0.60 | 0 | 0.44 |
| HSL | 232.12º | 0.53% | 0.37% | - |
| HSV(B) | 232.12º | 0.69% | 0.56% | - |
| XYZ | 7.46 | 5.44 | 26.64 | - |
| YUV | 62.92 | 173.19 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 57 | 143 | 0.69 | 0.60 | 0 | 0.44 | 232.12 | 0.53 | 0.37 |
| Hex | 2C | 39 | 8F | 45 | 3C | 0 | 2C | E8 | 35 | 25 |
| Octal | 54 | 71 | 217 | 105 | 74 | 0 | 54 | 350 | 65 | 45 |
| Binary | 101100 | 111001 | 10001111 | 1000101 | 111100 | 0 | 101100 | 11101000 | 110101 | 100101 |
Color Harmonies of #2C398F
Complementary color
Monochromatic Colors of #2C398F
Black with #2C398F
Text Example
Text Example
White with #2C398F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C398F; }
p { color: rgb(44,57,143); }
H1.HeaderClassName
{
color: #2C398F;
}
.AnyTagClassName
{
color: #2C398F;
}
</style>
background-color css
<style>
a { background-color: #2C398F; }
a { background-color: rgb(44,57,143); }
div.DivClassName
{
background-color: #2C398F;
}
.BgClassName
{
background-color: #2C398F;
}
</style>
border-color css
<style>
span { border-color: #2C398F; }
span { border-color: rgb(44,57,143); }
td.TdClassName
{
border-color: #2C398F;
}
.TagClassName
{
border-color: #2C398F;
}
</style>