Shades of Jacksons Purple #2C3696
Tints of Jacksons Purple #2C3696
RGB
CMYK
RGB Variations
Color information
#2C3696 (or 0x2C3696) is known color: Jacksons Purple. HEX triplet: 2C, 36 and 96. RGB value is (44,54,150). Sum of RGB (Red+Green+Blue) = 44+54+150=248 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.74% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 150 (58.98% from 255 or 60.48% from 248); Max value from RGB is 150 - color contains mainly: blue. Hex color #2C3696 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C3696 is #D3C969. Grayscale: #3D3D3D. Windows color (decimal): -13879658 or 9844268. OLE color: 9844268.
HSL color Cylindrical-coordinate representation of color #2C3696: hue angle of 234.34º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C3696 is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 44 | 54 | 150 | - |
| CMYK | 0.71 | 0.64 | 0 | 0.41 |
| HSL | 234.34º | 0.55% | 0.38% | - |
| HSV(B) | 234.34º | 0.71% | 0.59% | - |
| XYZ | 7.86 | 5.38 | 29.48 | - |
| YUV | 61.95 | 177.69 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 54 | 150 | 0.71 | 0.64 | 0 | 0.41 | 234.34 | 0.55 | 0.38 |
| Hex | 2C | 36 | 96 | 47 | 40 | 0 | 29 | EA | 37 | 26 |
| Octal | 54 | 66 | 226 | 107 | 100 | 0 | 51 | 352 | 67 | 46 |
| Binary | 101100 | 110110 | 10010110 | 1000111 | 1000000 | 0 | 101001 | 11101010 | 110111 | 100110 |
Color Harmonies of #2C3696
Complementary color
Monochromatic Colors of #2C3696
Black with #2C3696
Text Example
Text Example
White with #2C3696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3696; }
p { color: rgb(44,54,150); }
H1.HeaderClassName
{
color: #2C3696;
}
.AnyTagClassName
{
color: #2C3696;
}
</style>
background-color css
<style>
a { background-color: #2C3696; }
a { background-color: rgb(44,54,150); }
div.DivClassName
{
background-color: #2C3696;
}
.BgClassName
{
background-color: #2C3696;
}
</style>
border-color css
<style>
span { border-color: #2C3696; }
span { border-color: rgb(44,54,150); }
td.TdClassName
{
border-color: #2C3696;
}
.TagClassName
{
border-color: #2C3696;
}
</style>