Shades of Jacksons Purple #2F369C
Tints of Jacksons Purple #2F369C
RGB
CMYK
RGB Variations
Color information
#2F369C (or 0x2F369C) is known color: Jacksons Purple. HEX triplet: 2F, 36 and 9C. RGB value is (47,54,156). Sum of RGB (Red+Green+Blue) = 47+54+156=257 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.29% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 156 (61.33% from 255 or 60.70% from 257); Max value from RGB is 156 - color contains mainly: blue. Hex color #2F369C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F369C is #D0C963. Grayscale: #3F3F3F. Windows color (decimal): -13683044 or 10237487. OLE color: 10237487.
HSL color Cylindrical-coordinate representation of color #2F369C: hue angle of 236.15º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F369C is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 47 | 54 | 156 | - |
| CMYK | 0.70 | 0.65 | 0 | 0.39 |
| HSL | 236.15º | 0.54% | 0.4% | - |
| HSV(B) | 236.15º | 0.7% | 0.61% | - |
| XYZ | 8.49 | 5.64 | 32.09 | - |
| YUV | 63.54 | 180.18 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 54 | 156 | 0.70 | 0.65 | 0 | 0.39 | 236.15 | 0.54 | 0.4 |
| Hex | 2F | 36 | 9C | 46 | 41 | 0 | 27 | EC | 36 | 28 |
| Octal | 57 | 66 | 234 | 106 | 101 | 0 | 47 | 354 | 66 | 50 |
| Binary | 101111 | 110110 | 10011100 | 1000110 | 1000001 | 0 | 100111 | 11101100 | 110110 | 101000 |
Color Harmonies of #2F369C
Complementary color
Monochromatic Colors of #2F369C
Black with #2F369C
Text Example
Text Example
White with #2F369C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F369C; }
p { color: rgb(47,54,156); }
H1.HeaderClassName
{
color: #2F369C;
}
.AnyTagClassName
{
color: #2F369C;
}
</style>
background-color css
<style>
a { background-color: #2F369C; }
a { background-color: rgb(47,54,156); }
div.DivClassName
{
background-color: #2F369C;
}
.BgClassName
{
background-color: #2F369C;
}
</style>
border-color css
<style>
span { border-color: #2F369C; }
span { border-color: rgb(47,54,156); }
td.TdClassName
{
border-color: #2F369C;
}
.TagClassName
{
border-color: #2F369C;
}
</style>