Shades of Jacksons Purple #2F3088
Tints of Jacksons Purple #2F3088
RGB
CMYK
RGB Variations
Color information
#2F3088 (or 0x2F3088) is known color: Jacksons Purple. HEX triplet: 2F, 30 and 88. RGB value is (47,48,136). Sum of RGB (Red+Green+Blue) = 47+48+136=231 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.35% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 136 (53.52% from 255 or 58.87% from 231); Max value from RGB is 136 - color contains mainly: blue. Hex color #2F3088 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3088 is #D0CF77. Grayscale: #393939. Windows color (decimal): -13684600 or 8925231. OLE color: 8925231.
HSL color Cylindrical-coordinate representation of color #2F3088: hue angle of 239.33º 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 #2F3088 is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 48 | 136 | - |
| CMYK | 0.65 | 0.65 | 0 | 0.47 |
| HSL | 239.33º | 0.49% | 0.36% | - |
| HSV(B) | 239.33º | 0.65% | 0.53% | - |
| XYZ | 6.67 | 4.5 | 23.81 | - |
| YUV | 57.73 | 172.17 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 48 | 136 | 0.65 | 0.65 | 0 | 0.47 | 239.33 | 0.49 | 0.36 |
| Hex | 2F | 30 | 88 | 41 | 41 | 0 | 2F | EF | 31 | 24 |
| Octal | 57 | 60 | 210 | 101 | 101 | 0 | 57 | 357 | 61 | 44 |
| Binary | 101111 | 110000 | 10001000 | 1000001 | 1000001 | 0 | 101111 | 11101111 | 110001 | 100100 |
Color Harmonies of #2F3088
Complementary color
Monochromatic Colors of #2F3088
Black with #2F3088
Text Example
Text Example
White with #2F3088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3088; }
p { color: rgb(47,48,136); }
H1.HeaderClassName
{
color: #2F3088;
}
.AnyTagClassName
{
color: #2F3088;
}
</style>
background-color css
<style>
a { background-color: #2F3088; }
a { background-color: rgb(47,48,136); }
div.DivClassName
{
background-color: #2F3088;
}
.BgClassName
{
background-color: #2F3088;
}
</style>
border-color css
<style>
span { border-color: #2F3088; }
span { border-color: rgb(47,48,136); }
td.TdClassName
{
border-color: #2F3088;
}
.TagClassName
{
border-color: #2F3088;
}
</style>