Shades of Jacksons Purple #2F3798
Tints of Jacksons Purple #2F3798
RGB
CMYK
RGB Variations
Color information
#2F3798 (or 0x2F3798) is known color: Jacksons Purple. HEX triplet: 2F, 37 and 98. RGB value is (47,55,152). Sum of RGB (Red+Green+Blue) = 47+55+152=254 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.50% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 152 (59.77% from 255 or 59.84% from 254); Max value from RGB is 152 - color contains mainly: blue. Hex color #2F3798 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3798 is #D0C867. Grayscale: #3F3F3F. Windows color (decimal): -13682792 or 9975599. OLE color: 9975599.
HSL color Cylindrical-coordinate representation of color #2F3798: hue angle of 235.43º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F3798 is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 47 | 55 | 152 | - |
| CMYK | 0.69 | 0.64 | 0 | 0.40 |
| HSL | 235.43º | 0.53% | 0.39% | - |
| HSV(B) | 235.43º | 0.69% | 0.6% | - |
| XYZ | 8.21 | 5.6 | 30.35 | - |
| YUV | 63.67 | 177.85 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 55 | 152 | 0.69 | 0.64 | 0 | 0.40 | 235.43 | 0.53 | 0.39 |
| Hex | 2F | 37 | 98 | 45 | 40 | 0 | 28 | EB | 35 | 27 |
| Octal | 57 | 67 | 230 | 105 | 100 | 0 | 50 | 353 | 65 | 47 |
| Binary | 101111 | 110111 | 10011000 | 1000101 | 1000000 | 0 | 101000 | 11101011 | 110101 | 100111 |
Color Harmonies of #2F3798
Complementary color
Monochromatic Colors of #2F3798
Black with #2F3798
Text Example
Text Example
White with #2F3798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3798; }
p { color: rgb(47,55,152); }
H1.HeaderClassName
{
color: #2F3798;
}
.AnyTagClassName
{
color: #2F3798;
}
</style>
background-color css
<style>
a { background-color: #2F3798; }
a { background-color: rgb(47,55,152); }
div.DivClassName
{
background-color: #2F3798;
}
.BgClassName
{
background-color: #2F3798;
}
</style>
border-color css
<style>
span { border-color: #2F3798; }
span { border-color: rgb(47,55,152); }
td.TdClassName
{
border-color: #2F3798;
}
.TagClassName
{
border-color: #2F3798;
}
</style>