Shades of Jacksons Purple #2C2B87
Tints of Jacksons Purple #2C2B87
RGB
CMYK
RGB Variations
Color information
#2C2B87 (or 0x2C2B87) is known color: Jacksons Purple. HEX triplet: 2C, 2B and 87. RGB value is (44,43,135). Sum of RGB (Red+Green+Blue) = 44+43+135=222 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.82% from 222); Green value is 43 (17.19% from 255 or 19.37% from 222); Blue value is 135 (53.12% from 255 or 60.81% from 222); Max value from RGB is 135 - color contains mainly: blue. Hex color #2C2B87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2B87 is #D3D478. Grayscale: #353535. Windows color (decimal): -13882489 or 8858412. OLE color: 8858412.
HSL color Cylindrical-coordinate representation of color #2C2B87: hue angle of 240.65º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C2B87 is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 44 | 43 | 135 | - |
| CMYK | 0.67 | 0.68 | 0 | 0.47 |
| HSL | 240.65º | 0.52% | 0.35% | - |
| HSV(B) | 240.65º | 0.68% | 0.53% | - |
| XYZ | 6.28 | 4.01 | 23.37 | - |
| YUV | 53.79 | 173.83 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 43 | 135 | 0.67 | 0.68 | 0 | 0.47 | 240.65 | 0.52 | 0.35 |
| Hex | 2C | 2B | 87 | 43 | 44 | 0 | 2F | F1 | 34 | 23 |
| Octal | 54 | 53 | 207 | 103 | 104 | 0 | 57 | 361 | 64 | 43 |
| Binary | 101100 | 101011 | 10000111 | 1000011 | 1000100 | 0 | 101111 | 11110001 | 110100 | 100011 |
Color Harmonies of #2C2B87
Complementary color
Monochromatic Colors of #2C2B87
Black with #2C2B87
Text Example
Text Example
White with #2C2B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2B87; }
p { color: rgb(44,43,135); }
H1.HeaderClassName
{
color: #2C2B87;
}
.AnyTagClassName
{
color: #2C2B87;
}
</style>
background-color css
<style>
a { background-color: #2C2B87; }
a { background-color: rgb(44,43,135); }
div.DivClassName
{
background-color: #2C2B87;
}
.BgClassName
{
background-color: #2C2B87;
}
</style>
border-color css
<style>
span { border-color: #2C2B87; }
span { border-color: rgb(44,43,135); }
td.TdClassName
{
border-color: #2C2B87;
}
.TagClassName
{
border-color: #2C2B87;
}
</style>