Shades of Jacksons Purple #2C2F98
Tints of Jacksons Purple #2C2F98
RGB
CMYK
RGB Variations
Color information
#2C2F98 (or 0x2C2F98) is known color: Jacksons Purple. HEX triplet: 2C, 2F and 98. RGB value is (44,47,152). Sum of RGB (Red+Green+Blue) = 44+47+152=243 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.11% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 152 (59.77% from 255 or 62.55% from 243); Max value from RGB is 152 - color contains mainly: blue. Hex color #2C2F98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2F98 is #D3D067. Grayscale: #393939. Windows color (decimal): -13881448 or 9973548. OLE color: 9973548.
HSL color Cylindrical-coordinate representation of color #2C2F98: hue angle of 238.33º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C2F98 is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 44 | 47 | 152 | - |
| CMYK | 0.71 | 0.69 | 0 | 0.40 |
| HSL | 238.33º | 0.55% | 0.38% | - |
| HSV(B) | 238.33º | 0.71% | 0.6% | - |
| XYZ | 7.72 | 4.84 | 30.23 | - |
| YUV | 58.07 | 181.01 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 47 | 152 | 0.71 | 0.69 | 0 | 0.40 | 238.33 | 0.55 | 0.38 |
| Hex | 2C | 2F | 98 | 47 | 45 | 0 | 28 | EE | 37 | 26 |
| Octal | 54 | 57 | 230 | 107 | 105 | 0 | 50 | 356 | 67 | 46 |
| Binary | 101100 | 101111 | 10011000 | 1000111 | 1000101 | 0 | 101000 | 11101110 | 110111 | 100110 |
Color Harmonies of #2C2F98
Complementary color
Monochromatic Colors of #2C2F98
Black with #2C2F98
Text Example
Text Example
White with #2C2F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2F98; }
p { color: rgb(44,47,152); }
H1.HeaderClassName
{
color: #2C2F98;
}
.AnyTagClassName
{
color: #2C2F98;
}
</style>
background-color css
<style>
a { background-color: #2C2F98; }
a { background-color: rgb(44,47,152); }
div.DivClassName
{
background-color: #2C2F98;
}
.BgClassName
{
background-color: #2C2F98;
}
</style>
border-color css
<style>
span { border-color: #2C2F98; }
span { border-color: rgb(44,47,152); }
td.TdClassName
{
border-color: #2C2F98;
}
.TagClassName
{
border-color: #2C2F98;
}
</style>