Shades of Jacksons Purple #2F3092
Tints of Jacksons Purple #2F3092
RGB
CMYK
RGB Variations
Color information
#2F3092 (or 0x2F3092) is known color: Jacksons Purple. HEX triplet: 2F, 30 and 92. RGB value is (47,48,146). Sum of RGB (Red+Green+Blue) = 47+48+146=241 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.50% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 146 (57.42% from 255 or 60.58% from 241); Max value from RGB is 146 - color contains mainly: blue. Hex color #2F3092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3092 is #D0CF6D. Grayscale: #3A3A3A. Windows color (decimal): -13684590 or 9580591. OLE color: 9580591.
HSL color Cylindrical-coordinate representation of color #2F3092: hue angle of 239.39º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F3092 is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 47 | 48 | 146 | - |
| CMYK | 0.68 | 0.67 | 0 | 0.43 |
| HSL | 239.39º | 0.51% | 0.38% | - |
| HSV(B) | 239.39º | 0.68% | 0.57% | - |
| XYZ | 7.42 | 4.79 | 27.73 | - |
| YUV | 58.87 | 177.17 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 48 | 146 | 0.68 | 0.67 | 0 | 0.43 | 239.39 | 0.51 | 0.38 |
| Hex | 2F | 30 | 92 | 44 | 43 | 0 | 2B | EF | 33 | 26 |
| Octal | 57 | 60 | 222 | 104 | 103 | 0 | 53 | 357 | 63 | 46 |
| Binary | 101111 | 110000 | 10010010 | 1000100 | 1000011 | 0 | 101011 | 11101111 | 110011 | 100110 |
Color Harmonies of #2F3092
Complementary color
Monochromatic Colors of #2F3092
Black with #2F3092
Text Example
Text Example
White with #2F3092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3092; }
p { color: rgb(47,48,146); }
H1.HeaderClassName
{
color: #2F3092;
}
.AnyTagClassName
{
color: #2F3092;
}
</style>
background-color css
<style>
a { background-color: #2F3092; }
a { background-color: rgb(47,48,146); }
div.DivClassName
{
background-color: #2F3092;
}
.BgClassName
{
background-color: #2F3092;
}
</style>
border-color css
<style>
span { border-color: #2F3092; }
span { border-color: rgb(47,48,146); }
td.TdClassName
{
border-color: #2F3092;
}
.TagClassName
{
border-color: #2F3092;
}
</style>