Shades of Jacksons Purple #2F308A
Tints of Jacksons Purple #2F308A
RGB
CMYK
RGB Variations
Color information
#2F308A (or 0x2F308A) is known color: Jacksons Purple. HEX triplet: 2F, 30 and 8A. RGB value is (47,48,138). Sum of RGB (Red+Green+Blue) = 47+48+138=233 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.17% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 138 (54.30% from 255 or 59.23% from 233); Max value from RGB is 138 - color contains mainly: blue. Hex color #2F308A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F308A is #D0CF75. Grayscale: #393939. Windows color (decimal): -13684598 or 9056303. OLE color: 9056303.
HSL color Cylindrical-coordinate representation of color #2F308A: hue angle of 239.34º 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 #2F308A is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 47 | 48 | 138 | - |
| CMYK | 0.66 | 0.65 | 0 | 0.46 |
| HSL | 239.34º | 0.49% | 0.36% | - |
| HSV(B) | 239.34º | 0.66% | 0.54% | - |
| XYZ | 6.82 | 4.55 | 24.56 | - |
| YUV | 57.96 | 173.17 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 48 | 138 | 0.66 | 0.65 | 0 | 0.46 | 239.34 | 0.49 | 0.36 |
| Hex | 2F | 30 | 8A | 42 | 41 | 0 | 2E | EF | 31 | 24 |
| Octal | 57 | 60 | 212 | 102 | 101 | 0 | 56 | 357 | 61 | 44 |
| Binary | 101111 | 110000 | 10001010 | 1000010 | 1000001 | 0 | 101110 | 11101111 | 110001 | 100100 |
Color Harmonies of #2F308A
Complementary color
Monochromatic Colors of #2F308A
Black with #2F308A
Text Example
Text Example
White with #2F308A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F308A; }
p { color: rgb(47,48,138); }
H1.HeaderClassName
{
color: #2F308A;
}
.AnyTagClassName
{
color: #2F308A;
}
</style>
background-color css
<style>
a { background-color: #2F308A; }
a { background-color: rgb(47,48,138); }
div.DivClassName
{
background-color: #2F308A;
}
.BgClassName
{
background-color: #2F308A;
}
</style>
border-color css
<style>
span { border-color: #2F308A; }
span { border-color: rgb(47,48,138); }
td.TdClassName
{
border-color: #2F308A;
}
.TagClassName
{
border-color: #2F308A;
}
</style>