Shades of Jacksons Purple #2F308E
Tints of Jacksons Purple #2F308E
RGB
CMYK
RGB Variations
Color information
#2F308E (or 0x2F308E) is known color: Jacksons Purple. HEX triplet: 2F, 30 and 8E. RGB value is (47,48,142). Sum of RGB (Red+Green+Blue) = 47+48+142=237 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.83% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 142 (55.86% from 255 or 59.92% from 237); Max value from RGB is 142 - color contains mainly: blue. Hex color #2F308E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F308E is #D0CF71. Grayscale: #3A3A3A. Windows color (decimal): -13684594 or 9318447. OLE color: 9318447.
HSL color Cylindrical-coordinate representation of color #2F308E: hue angle of 239.37º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F308E is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 47 | 48 | 142 | - |
| CMYK | 0.67 | 0.66 | 0 | 0.44 |
| HSL | 239.37º | 0.5% | 0.37% | - |
| HSV(B) | 239.37º | 0.67% | 0.56% | - |
| XYZ | 7.11 | 4.67 | 26.12 | - |
| YUV | 58.42 | 175.17 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 48 | 142 | 0.67 | 0.66 | 0 | 0.44 | 239.37 | 0.5 | 0.37 |
| Hex | 2F | 30 | 8E | 43 | 42 | 0 | 2C | EF | 32 | 25 |
| Octal | 57 | 60 | 216 | 103 | 102 | 0 | 54 | 357 | 62 | 45 |
| Binary | 101111 | 110000 | 10001110 | 1000011 | 1000010 | 0 | 101100 | 11101111 | 110010 | 100101 |
Color Harmonies of #2F308E
Complementary color
Monochromatic Colors of #2F308E
Black with #2F308E
Text Example
Text Example
White with #2F308E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F308E; }
p { color: rgb(47,48,142); }
H1.HeaderClassName
{
color: #2F308E;
}
.AnyTagClassName
{
color: #2F308E;
}
</style>
background-color css
<style>
a { background-color: #2F308E; }
a { background-color: rgb(47,48,142); }
div.DivClassName
{
background-color: #2F308E;
}
.BgClassName
{
background-color: #2F308E;
}
</style>
border-color css
<style>
span { border-color: #2F308E; }
span { border-color: rgb(47,48,142); }
td.TdClassName
{
border-color: #2F308E;
}
.TagClassName
{
border-color: #2F308E;
}
</style>