Shades of Jacksons Purple #2F2880
Tints of Jacksons Purple #2F2880
RGB
CMYK
RGB Variations
Color information
#2F2880 (or 0x2F2880) is known color: Jacksons Purple. HEX triplet: 2F, 28 and 80. RGB value is (47,40,128). Sum of RGB (Red+Green+Blue) = 47+40+128=215 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.86% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 128 (50.39% from 255 or 59.53% from 215); Max value from RGB is 128 - color contains mainly: blue. Hex color #2F2880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2880 is #D0D77F. Grayscale: #333333. Windows color (decimal): -13686656 or 8398895. OLE color: 8398895.
HSL color Cylindrical-coordinate representation of color #2F2880: hue angle of 244.77º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F2880 is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 47 | 40 | 128 | - |
| CMYK | 0.63 | 0.69 | 0 | 0.50 |
| HSL | 244.77º | 0.52% | 0.33% | - |
| HSV(B) | 244.77º | 0.69% | 0.5% | - |
| XYZ | 5.83 | 3.68 | 20.83 | - |
| YUV | 52.13 | 170.82 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 40 | 128 | 0.63 | 0.69 | 0 | 0.50 | 244.77 | 0.52 | 0.33 |
| Hex | 2F | 28 | 80 | 3F | 45 | 0 | 32 | F5 | 34 | 21 |
| Octal | 57 | 50 | 200 | 77 | 105 | 0 | 62 | 365 | 64 | 41 |
| Binary | 101111 | 101000 | 10000000 | 111111 | 1000101 | 0 | 110010 | 11110101 | 110100 | 100001 |
Color Harmonies of #2F2880
Complementary color
Monochromatic Colors of #2F2880
Black with #2F2880
Text Example
Text Example
White with #2F2880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2880; }
p { color: rgb(47,40,128); }
H1.HeaderClassName
{
color: #2F2880;
}
.AnyTagClassName
{
color: #2F2880;
}
</style>
background-color css
<style>
a { background-color: #2F2880; }
a { background-color: rgb(47,40,128); }
div.DivClassName
{
background-color: #2F2880;
}
.BgClassName
{
background-color: #2F2880;
}
</style>
border-color css
<style>
span { border-color: #2F2880; }
span { border-color: rgb(47,40,128); }
td.TdClassName
{
border-color: #2F2880;
}
.TagClassName
{
border-color: #2F2880;
}
</style>