Shades of Jacksons Purple #2F328A
Tints of Jacksons Purple #2F328A
RGB
CMYK
RGB Variations
Color information
#2F328A (or 0x2F328A) is known color: Jacksons Purple. HEX triplet: 2F, 32 and 8A. RGB value is (47,50,138). Sum of RGB (Red+Green+Blue) = 47+50+138=235 (31% of max value = 765). Red value is 47 (18.75% from 255 or 20% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 138 (54.30% from 255 or 58.72% from 235); Max value from RGB is 138 - color contains mainly: blue. Hex color #2F328A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F328A is #D0CD75. Grayscale: #3A3A3A. Windows color (decimal): -13684086 or 9056815. OLE color: 9056815.
HSL color Cylindrical-coordinate representation of color #2F328A: hue angle of 238.02º 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 #2F328A is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 47 | 50 | 138 | - |
| CMYK | 0.66 | 0.64 | 0 | 0.46 |
| HSL | 238.02º | 0.49% | 0.36% | - |
| HSV(B) | 238.02º | 0.66% | 0.54% | - |
| XYZ | 6.9 | 4.72 | 24.59 | - |
| YUV | 59.14 | 172.51 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 50 | 138 | 0.66 | 0.64 | 0 | 0.46 | 238.02 | 0.49 | 0.36 |
| Hex | 2F | 32 | 8A | 42 | 40 | 0 | 2E | EE | 31 | 24 |
| Octal | 57 | 62 | 212 | 102 | 100 | 0 | 56 | 356 | 61 | 44 |
| Binary | 101111 | 110010 | 10001010 | 1000010 | 1000000 | 0 | 101110 | 11101110 | 110001 | 100100 |
Color Harmonies of #2F328A
Complementary color
Monochromatic Colors of #2F328A
Black with #2F328A
Text Example
Text Example
White with #2F328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F328A; }
p { color: rgb(47,50,138); }
H1.HeaderClassName
{
color: #2F328A;
}
.AnyTagClassName
{
color: #2F328A;
}
</style>
background-color css
<style>
a { background-color: #2F328A; }
a { background-color: rgb(47,50,138); }
div.DivClassName
{
background-color: #2F328A;
}
.BgClassName
{
background-color: #2F328A;
}
</style>
border-color css
<style>
span { border-color: #2F328A; }
span { border-color: rgb(47,50,138); }
td.TdClassName
{
border-color: #2F328A;
}
.TagClassName
{
border-color: #2F328A;
}
</style>