Shades of Jacksons Purple #2F3A89
Tints of Jacksons Purple #2F3A89
RGB
CMYK
RGB Variations
Color information
#2F3A89 (or 0x2F3A89) is known color: Jacksons Purple. HEX triplet: 2F, 3A and 89. RGB value is (47,58,137). Sum of RGB (Red+Green+Blue) = 47+58+137=242 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.42% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 137 (53.91% from 255 or 56.61% from 242); Max value from RGB is 137 - color contains mainly: blue. Hex color #2F3A89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3A89 is #D0C576. Grayscale: #3F3F3F. Windows color (decimal): -13682039 or 8993327. OLE color: 8993327.
HSL color Cylindrical-coordinate representation of color #2F3A89: hue angle of 232.67º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F3A89 is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 47 | 58 | 137 | - |
| CMYK | 0.66 | 0.58 | 0 | 0.46 |
| HSL | 232.67º | 0.49% | 0.36% | - |
| HSV(B) | 232.67º | 0.66% | 0.54% | - |
| XYZ | 7.2 | 5.44 | 24.34 | - |
| YUV | 63.72 | 169.36 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 58 | 137 | 0.66 | 0.58 | 0 | 0.46 | 232.67 | 0.49 | 0.36 |
| Hex | 2F | 3A | 89 | 42 | 3A | 0 | 2E | E9 | 31 | 24 |
| Octal | 57 | 72 | 211 | 102 | 72 | 0 | 56 | 351 | 61 | 44 |
| Binary | 101111 | 111010 | 10001001 | 1000010 | 111010 | 0 | 101110 | 11101001 | 110001 | 100100 |
Color Harmonies of #2F3A89
Complementary color
Monochromatic Colors of #2F3A89
Black with #2F3A89
Text Example
Text Example
White with #2F3A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3A89; }
p { color: rgb(47,58,137); }
H1.HeaderClassName
{
color: #2F3A89;
}
.AnyTagClassName
{
color: #2F3A89;
}
</style>
background-color css
<style>
a { background-color: #2F3A89; }
a { background-color: rgb(47,58,137); }
div.DivClassName
{
background-color: #2F3A89;
}
.BgClassName
{
background-color: #2F3A89;
}
</style>
border-color css
<style>
span { border-color: #2F3A89; }
span { border-color: rgb(47,58,137); }
td.TdClassName
{
border-color: #2F3A89;
}
.TagClassName
{
border-color: #2F3A89;
}
</style>