Shades of Jacksons Purple #2F2C91
Tints of Jacksons Purple #2F2C91
RGB
CMYK
RGB Variations
Color information
#2F2C91 (or 0x2F2C91) is known color: Jacksons Purple. HEX triplet: 2F, 2C and 91. RGB value is (47,44,145). Sum of RGB (Red+Green+Blue) = 47+44+145=236 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.92% from 236); Green value is 44 (17.58% from 255 or 18.64% from 236); Blue value is 145 (57.03% from 255 or 61.44% from 236); Max value from RGB is 145 - color contains mainly: blue. Hex color #2F2C91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2C91 is #D0D36E. Grayscale: #383838. Windows color (decimal): -13685615 or 9514031. OLE color: 9514031.
HSL color Cylindrical-coordinate representation of color #2F2C91: hue angle of 241.78º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F2C91 is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 47 | 44 | 145 | - |
| CMYK | 0.68 | 0.70 | 0 | 0.43 |
| HSL | 241.78º | 0.53% | 0.37% | - |
| HSV(B) | 241.78º | 0.7% | 0.57% | - |
| XYZ | 7.18 | 4.45 | 27.27 | - |
| YUV | 56.41 | 177.99 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 44 | 145 | 0.68 | 0.70 | 0 | 0.43 | 241.78 | 0.53 | 0.37 |
| Hex | 2F | 2C | 91 | 44 | 46 | 0 | 2B | F2 | 35 | 25 |
| Octal | 57 | 54 | 221 | 104 | 106 | 0 | 53 | 362 | 65 | 45 |
| Binary | 101111 | 101100 | 10010001 | 1000100 | 1000110 | 0 | 101011 | 11110010 | 110101 | 100101 |
Color Harmonies of #2F2C91
Complementary color
Monochromatic Colors of #2F2C91
Black with #2F2C91
Text Example
Text Example
White with #2F2C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2C91; }
p { color: rgb(47,44,145); }
H1.HeaderClassName
{
color: #2F2C91;
}
.AnyTagClassName
{
color: #2F2C91;
}
</style>
background-color css
<style>
a { background-color: #2F2C91; }
a { background-color: rgb(47,44,145); }
div.DivClassName
{
background-color: #2F2C91;
}
.BgClassName
{
background-color: #2F2C91;
}
</style>
border-color css
<style>
span { border-color: #2F2C91; }
span { border-color: rgb(47,44,145); }
td.TdClassName
{
border-color: #2F2C91;
}
.TagClassName
{
border-color: #2F2C91;
}
</style>