Shades of Jacksons Purple #2F3392
Tints of Jacksons Purple #2F3392
RGB
CMYK
RGB Variations
Color information
#2F3392 (or 0x2F3392) is known color: Jacksons Purple. HEX triplet: 2F, 33 and 92. RGB value is (47,51,146). Sum of RGB (Red+Green+Blue) = 47+51+146=244 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.26% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 146 (57.42% from 255 or 59.84% from 244); Max value from RGB is 146 - color contains mainly: blue. Hex color #2F3392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3392 is #D0CC6D. Grayscale: #3C3C3C. Windows color (decimal): -13683822 or 9581359. OLE color: 9581359.
HSL color Cylindrical-coordinate representation of color #2F3392: hue angle of 237.58º 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 #2F3392 is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 47 | 51 | 146 | - |
| CMYK | 0.68 | 0.65 | 0 | 0.43 |
| HSL | 237.58º | 0.51% | 0.38% | - |
| HSV(B) | 237.58º | 0.68% | 0.57% | - |
| XYZ | 7.54 | 5.05 | 27.77 | - |
| YUV | 60.63 | 176.17 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 51 | 146 | 0.68 | 0.65 | 0 | 0.43 | 237.58 | 0.51 | 0.38 |
| Hex | 2F | 33 | 92 | 44 | 41 | 0 | 2B | EE | 33 | 26 |
| Octal | 57 | 63 | 222 | 104 | 101 | 0 | 53 | 356 | 63 | 46 |
| Binary | 101111 | 110011 | 10010010 | 1000100 | 1000001 | 0 | 101011 | 11101110 | 110011 | 100110 |
Color Harmonies of #2F3392
Complementary color
Monochromatic Colors of #2F3392
Black with #2F3392
Text Example
Text Example
White with #2F3392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3392; }
p { color: rgb(47,51,146); }
H1.HeaderClassName
{
color: #2F3392;
}
.AnyTagClassName
{
color: #2F3392;
}
</style>
background-color css
<style>
a { background-color: #2F3392; }
a { background-color: rgb(47,51,146); }
div.DivClassName
{
background-color: #2F3392;
}
.BgClassName
{
background-color: #2F3392;
}
</style>
border-color css
<style>
span { border-color: #2F3392; }
span { border-color: rgb(47,51,146); }
td.TdClassName
{
border-color: #2F3392;
}
.TagClassName
{
border-color: #2F3392;
}
</style>