Shades of Jacksons Purple #2F3891
Tints of Jacksons Purple #2F3891
RGB
CMYK
RGB Variations
Color information
#2F3891 (or 0x2F3891) is known color: Jacksons Purple. HEX triplet: 2F, 38 and 91. RGB value is (47,56,145). Sum of RGB (Red+Green+Blue) = 47+56+145=248 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.95% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 145 (57.03% from 255 or 58.47% from 248); Max value from RGB is 145 - color contains mainly: blue. Hex color #2F3891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3891 is #D0C76E. Grayscale: #3F3F3F. Windows color (decimal): -13682543 or 9517103. OLE color: 9517103.
HSL color Cylindrical-coordinate representation of color #2F3891: hue angle of 234.49º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F3891 is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 47 | 56 | 145 | - |
| CMYK | 0.68 | 0.61 | 0 | 0.43 |
| HSL | 234.49º | 0.51% | 0.38% | - |
| HSV(B) | 234.49º | 0.68% | 0.57% | - |
| XYZ | 7.7 | 5.48 | 27.44 | - |
| YUV | 63.46 | 174.02 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 56 | 145 | 0.68 | 0.61 | 0 | 0.43 | 234.49 | 0.51 | 0.38 |
| Hex | 2F | 38 | 91 | 44 | 3D | 0 | 2B | EA | 33 | 26 |
| Octal | 57 | 70 | 221 | 104 | 75 | 0 | 53 | 352 | 63 | 46 |
| Binary | 101111 | 111000 | 10010001 | 1000100 | 111101 | 0 | 101011 | 11101010 | 110011 | 100110 |
Color Harmonies of #2F3891
Complementary color
Monochromatic Colors of #2F3891
Black with #2F3891
Text Example
Text Example
White with #2F3891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3891; }
p { color: rgb(47,56,145); }
H1.HeaderClassName
{
color: #2F3891;
}
.AnyTagClassName
{
color: #2F3891;
}
</style>
background-color css
<style>
a { background-color: #2F3891; }
a { background-color: rgb(47,56,145); }
div.DivClassName
{
background-color: #2F3891;
}
.BgClassName
{
background-color: #2F3891;
}
</style>
border-color css
<style>
span { border-color: #2F3891; }
span { border-color: rgb(47,56,145); }
td.TdClassName
{
border-color: #2F3891;
}
.TagClassName
{
border-color: #2F3891;
}
</style>