Shades of Jacksons Purple #2F3488
Tints of Jacksons Purple #2F3488
RGB
CMYK
RGB Variations
Color information
#2F3488 (or 0x2F3488) is known color: Jacksons Purple. HEX triplet: 2F, 34 and 88. RGB value is (47,52,136). Sum of RGB (Red+Green+Blue) = 47+52+136=235 (31% of max value = 765). Red value is 47 (18.75% from 255 or 20% from 235); Green value is 52 (20.70% from 255 or 22.13% from 235); Blue value is 136 (53.52% from 255 or 57.87% from 235); Max value from RGB is 136 - color contains mainly: blue. Hex color #2F3488 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3488 is #D0CB77. Grayscale: #3B3B3B. Windows color (decimal): -13683576 or 8926255. OLE color: 8926255.
HSL color Cylindrical-coordinate representation of color #2F3488: hue angle of 236.63º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F3488 is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 52 | 136 | - |
| CMYK | 0.65 | 0.62 | 0 | 0.47 |
| HSL | 236.63º | 0.49% | 0.36% | - |
| HSV(B) | 236.63º | 0.65% | 0.53% | - |
| XYZ | 6.84 | 4.84 | 23.87 | - |
| YUV | 60.08 | 170.84 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 52 | 136 | 0.65 | 0.62 | 0 | 0.47 | 236.63 | 0.49 | 0.36 |
| Hex | 2F | 34 | 88 | 41 | 3E | 0 | 2F | ED | 31 | 24 |
| Octal | 57 | 64 | 210 | 101 | 76 | 0 | 57 | 355 | 61 | 44 |
| Binary | 101111 | 110100 | 10001000 | 1000001 | 111110 | 0 | 101111 | 11101101 | 110001 | 100100 |
Color Harmonies of #2F3488
Complementary color
Monochromatic Colors of #2F3488
Black with #2F3488
Text Example
Text Example
White with #2F3488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3488; }
p { color: rgb(47,52,136); }
H1.HeaderClassName
{
color: #2F3488;
}
.AnyTagClassName
{
color: #2F3488;
}
</style>
background-color css
<style>
a { background-color: #2F3488; }
a { background-color: rgb(47,52,136); }
div.DivClassName
{
background-color: #2F3488;
}
.BgClassName
{
background-color: #2F3488;
}
</style>
border-color css
<style>
span { border-color: #2F3488; }
span { border-color: rgb(47,52,136); }
td.TdClassName
{
border-color: #2F3488;
}
.TagClassName
{
border-color: #2F3488;
}
</style>