Shades of Jacksons Purple #2F348A
Tints of Jacksons Purple #2F348A
RGB
CMYK
RGB Variations
Color information
#2F348A (or 0x2F348A) is known color: Jacksons Purple. HEX triplet: 2F, 34 and 8A. RGB value is (47,52,138). Sum of RGB (Red+Green+Blue) = 47+52+138=237 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.83% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 138 (54.30% from 255 or 58.23% from 237); Max value from RGB is 138 - color contains mainly: blue. Hex color #2F348A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F348A is #D0CB75. Grayscale: #3B3B3B. Windows color (decimal): -13683574 or 9057327. OLE color: 9057327.
HSL color Cylindrical-coordinate representation of color #2F348A: hue angle of 236.7º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F348A is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 47 | 52 | 138 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.46 |
| HSL | 236.7º | 0.49% | 0.36% | - |
| HSV(B) | 236.7º | 0.66% | 0.54% | - |
| XYZ | 6.99 | 4.9 | 24.62 | - |
| YUV | 60.31 | 171.84 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 52 | 138 | 0.66 | 0.62 | 0 | 0.46 | 236.7 | 0.49 | 0.36 |
| Hex | 2F | 34 | 8A | 42 | 3E | 0 | 2E | ED | 31 | 24 |
| Octal | 57 | 64 | 212 | 102 | 76 | 0 | 56 | 355 | 61 | 44 |
| Binary | 101111 | 110100 | 10001010 | 1000010 | 111110 | 0 | 101110 | 11101101 | 110001 | 100100 |
Color Harmonies of #2F348A
Complementary color
Monochromatic Colors of #2F348A
Black with #2F348A
Text Example
Text Example
White with #2F348A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F348A; }
p { color: rgb(47,52,138); }
H1.HeaderClassName
{
color: #2F348A;
}
.AnyTagClassName
{
color: #2F348A;
}
</style>
background-color css
<style>
a { background-color: #2F348A; }
a { background-color: rgb(47,52,138); }
div.DivClassName
{
background-color: #2F348A;
}
.BgClassName
{
background-color: #2F348A;
}
</style>
border-color css
<style>
span { border-color: #2F348A; }
span { border-color: rgb(47,52,138); }
td.TdClassName
{
border-color: #2F348A;
}
.TagClassName
{
border-color: #2F348A;
}
</style>