Shades of Jacksons Purple #2F3992
Tints of Jacksons Purple #2F3992
RGB
CMYK
RGB Variations
Color information
#2F3992 (or 0x2F3992) is known color: Jacksons Purple. HEX triplet: 2F, 39 and 92. RGB value is (47,57,146). Sum of RGB (Red+Green+Blue) = 47+57+146=250 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.8% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 146 (57.42% from 255 or 58.4% from 250); Max value from RGB is 146 - color contains mainly: blue. Hex color #2F3992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3992 is #D0C66D. Grayscale: #3F3F3F. Windows color (decimal): -13682286 or 9582895. OLE color: 9582895.
HSL color Cylindrical-coordinate representation of color #2F3992: hue angle of 233.94º 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 #2F3992 is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 47 | 57 | 146 | - |
| CMYK | 0.68 | 0.61 | 0 | 0.43 |
| HSL | 233.94º | 0.51% | 0.38% | - |
| HSV(B) | 233.94º | 0.68% | 0.57% | - |
| XYZ | 7.82 | 5.61 | 27.86 | - |
| YUV | 64.16 | 174.19 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 57 | 146 | 0.68 | 0.61 | 0 | 0.43 | 233.94 | 0.51 | 0.38 |
| Hex | 2F | 39 | 92 | 44 | 3D | 0 | 2B | EA | 33 | 26 |
| Octal | 57 | 71 | 222 | 104 | 75 | 0 | 53 | 352 | 63 | 46 |
| Binary | 101111 | 111001 | 10010010 | 1000100 | 111101 | 0 | 101011 | 11101010 | 110011 | 100110 |
Color Harmonies of #2F3992
Complementary color
Monochromatic Colors of #2F3992
Black with #2F3992
Text Example
Text Example
White with #2F3992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3992; }
p { color: rgb(47,57,146); }
H1.HeaderClassName
{
color: #2F3992;
}
.AnyTagClassName
{
color: #2F3992;
}
</style>
background-color css
<style>
a { background-color: #2F3992; }
a { background-color: rgb(47,57,146); }
div.DivClassName
{
background-color: #2F3992;
}
.BgClassName
{
background-color: #2F3992;
}
</style>
border-color css
<style>
span { border-color: #2F3992; }
span { border-color: rgb(47,57,146); }
td.TdClassName
{
border-color: #2F3992;
}
.TagClassName
{
border-color: #2F3992;
}
</style>