Shades of Jacksons Purple #2C2F89
Tints of Jacksons Purple #2C2F89
RGB
CMYK
RGB Variations
Color information
#2C2F89 (or 0x2C2F89) is known color: Jacksons Purple. HEX triplet: 2C, 2F and 89. RGB value is (44,47,137). Sum of RGB (Red+Green+Blue) = 44+47+137=228 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.30% from 228); Green value is 47 (18.75% from 255 or 20.61% from 228); Blue value is 137 (53.91% from 255 or 60.09% from 228); Max value from RGB is 137 - color contains mainly: blue. Hex color #2C2F89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2F89 is #D3D076. Grayscale: #373737. Windows color (decimal): -13881463 or 8990508. OLE color: 8990508.
HSL color Cylindrical-coordinate representation of color #2C2F89: hue angle of 238.06º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C2F89 is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 44 | 47 | 137 | - |
| CMYK | 0.68 | 0.66 | 0 | 0.46 |
| HSL | 238.06º | 0.51% | 0.35% | - |
| HSV(B) | 238.06º | 0.68% | 0.54% | - |
| XYZ | 6.57 | 4.37 | 24.17 | - |
| YUV | 56.36 | 173.51 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 47 | 137 | 0.68 | 0.66 | 0 | 0.46 | 238.06 | 0.51 | 0.35 |
| Hex | 2C | 2F | 89 | 44 | 42 | 0 | 2E | EE | 33 | 23 |
| Octal | 54 | 57 | 211 | 104 | 102 | 0 | 56 | 356 | 63 | 43 |
| Binary | 101100 | 101111 | 10001001 | 1000100 | 1000010 | 0 | 101110 | 11101110 | 110011 | 100011 |
Color Harmonies of #2C2F89
Complementary color
Monochromatic Colors of #2C2F89
Black with #2C2F89
Text Example
Text Example
White with #2C2F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2F89; }
p { color: rgb(44,47,137); }
H1.HeaderClassName
{
color: #2C2F89;
}
.AnyTagClassName
{
color: #2C2F89;
}
</style>
background-color css
<style>
a { background-color: #2C2F89; }
a { background-color: rgb(44,47,137); }
div.DivClassName
{
background-color: #2C2F89;
}
.BgClassName
{
background-color: #2C2F89;
}
</style>
border-color css
<style>
span { border-color: #2C2F89; }
span { border-color: rgb(44,47,137); }
td.TdClassName
{
border-color: #2C2F89;
}
.TagClassName
{
border-color: #2C2F89;
}
</style>