Shades of Jacksons Purple #2C2E8E
Tints of Jacksons Purple #2C2E8E
RGB
CMYK
RGB Variations
Color information
#2C2E8E (or 0x2C2E8E) is known color: Jacksons Purple. HEX triplet: 2C, 2E and 8E. RGB value is (44,46,142). Sum of RGB (Red+Green+Blue) = 44+46+142=232 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.97% from 232); Green value is 46 (18.36% from 255 or 19.83% from 232); Blue value is 142 (55.86% from 255 or 61.21% from 232); Max value from RGB is 142 - color contains mainly: blue. Hex color #2C2E8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2E8E is #D3D171. Grayscale: #373737. Windows color (decimal): -13881714 or 9317932. OLE color: 9317932.
HSL color Cylindrical-coordinate representation of color #2C2E8E: hue angle of 238.78º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C2E8E is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 44 | 46 | 142 | - |
| CMYK | 0.69 | 0.68 | 0 | 0.44 |
| HSL | 238.78º | 0.53% | 0.36% | - |
| HSV(B) | 238.78º | 0.69% | 0.56% | - |
| XYZ | 6.9 | 4.44 | 26.09 | - |
| YUV | 56.35 | 176.34 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 46 | 142 | 0.69 | 0.68 | 0 | 0.44 | 238.78 | 0.53 | 0.36 |
| Hex | 2C | 2E | 8E | 45 | 44 | 0 | 2C | EF | 35 | 24 |
| Octal | 54 | 56 | 216 | 105 | 104 | 0 | 54 | 357 | 65 | 44 |
| Binary | 101100 | 101110 | 10001110 | 1000101 | 1000100 | 0 | 101100 | 11101111 | 110101 | 100100 |
Color Harmonies of #2C2E8E
Complementary color
Monochromatic Colors of #2C2E8E
Black with #2C2E8E
Text Example
Text Example
White with #2C2E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2E8E; }
p { color: rgb(44,46,142); }
H1.HeaderClassName
{
color: #2C2E8E;
}
.AnyTagClassName
{
color: #2C2E8E;
}
</style>
background-color css
<style>
a { background-color: #2C2E8E; }
a { background-color: rgb(44,46,142); }
div.DivClassName
{
background-color: #2C2E8E;
}
.BgClassName
{
background-color: #2C2E8E;
}
</style>
border-color css
<style>
span { border-color: #2C2E8E; }
span { border-color: rgb(44,46,142); }
td.TdClassName
{
border-color: #2C2E8E;
}
.TagClassName
{
border-color: #2C2E8E;
}
</style>