Shades of Jacksons Purple #2F2E92
Tints of Jacksons Purple #2F2E92
RGB
CMYK
RGB Variations
Color information
#2F2E92 (or 0x2F2E92) is known color: Jacksons Purple. HEX triplet: 2F, 2E and 92. RGB value is (47,46,146). Sum of RGB (Red+Green+Blue) = 47+46+146=239 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.67% from 239); Green value is 46 (18.36% from 255 or 19.25% from 239); Blue value is 146 (57.42% from 255 or 61.09% from 239); Max value from RGB is 146 - color contains mainly: blue. Hex color #2F2E92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2E92 is #D0D16D. Grayscale: #393939. Windows color (decimal): -13685102 or 9580079. OLE color: 9580079.
HSL color Cylindrical-coordinate representation of color #2F2E92: hue angle of 240.6º degrees, saturation: 0.52, 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 #2F2E92 is Cyan = 0.68, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 47 | 46 | 146 | - |
| CMYK | 0.68 | 0.68 | 0 | 0.43 |
| HSL | 240.6º | 0.52% | 0.38% | - |
| HSV(B) | 240.6º | 0.68% | 0.57% | - |
| XYZ | 7.34 | 4.63 | 27.7 | - |
| YUV | 57.7 | 177.83 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 46 | 146 | 0.68 | 0.68 | 0 | 0.43 | 240.6 | 0.52 | 0.38 |
| Hex | 2F | 2E | 92 | 44 | 44 | 0 | 2B | F1 | 34 | 26 |
| Octal | 57 | 56 | 222 | 104 | 104 | 0 | 53 | 361 | 64 | 46 |
| Binary | 101111 | 101110 | 10010010 | 1000100 | 1000100 | 0 | 101011 | 11110001 | 110100 | 100110 |
Color Harmonies of #2F2E92
Complementary color
Monochromatic Colors of #2F2E92
Black with #2F2E92
Text Example
Text Example
White with #2F2E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2E92; }
p { color: rgb(47,46,146); }
H1.HeaderClassName
{
color: #2F2E92;
}
.AnyTagClassName
{
color: #2F2E92;
}
</style>
background-color css
<style>
a { background-color: #2F2E92; }
a { background-color: rgb(47,46,146); }
div.DivClassName
{
background-color: #2F2E92;
}
.BgClassName
{
background-color: #2F2E92;
}
</style>
border-color css
<style>
span { border-color: #2F2E92; }
span { border-color: rgb(47,46,146); }
td.TdClassName
{
border-color: #2F2E92;
}
.TagClassName
{
border-color: #2F2E92;
}
</style>