Shades of Jacksons Purple #2C378C
Tints of Jacksons Purple #2C378C
RGB
CMYK
RGB Variations
Color information
#2C378C (or 0x2C378C) is known color: Jacksons Purple. HEX triplet: 2C, 37 and 8C. RGB value is (44,55,140). Sum of RGB (Red+Green+Blue) = 44+55+140=239 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.41% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 140 (55.08% from 255 or 58.58% from 239); Max value from RGB is 140 - color contains mainly: blue. Hex color #2C378C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C378C is #D3C873. Grayscale: #3D3D3D. Windows color (decimal): -13879412 or 9189164. OLE color: 9189164.
HSL color Cylindrical-coordinate representation of color #2C378C: hue angle of 233.12º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C378C is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 44 | 55 | 140 | - |
| CMYK | 0.69 | 0.61 | 0 | 0.45 |
| HSL | 233.13º | 0.52% | 0.36% | - |
| HSV(B) | 233.13º | 0.69% | 0.55% | - |
| XYZ | 7.14 | 5.16 | 25.43 | - |
| YUV | 61.4 | 172.36 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 55 | 140 | 0.69 | 0.61 | 0 | 0.45 | 233.13 | 0.52 | 0.36 |
| Hex | 2C | 37 | 8C | 45 | 3D | 0 | 2D | E9 | 34 | 24 |
| Octal | 54 | 67 | 214 | 105 | 75 | 0 | 55 | 351 | 64 | 44 |
| Binary | 101100 | 110111 | 10001100 | 1000101 | 111101 | 0 | 101101 | 11101001 | 110100 | 100100 |
Color Harmonies of #2C378C
Complementary color
Monochromatic Colors of #2C378C
Black with #2C378C
Text Example
Text Example
White with #2C378C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C378C; }
p { color: rgb(44,55,140); }
H1.HeaderClassName
{
color: #2C378C;
}
.AnyTagClassName
{
color: #2C378C;
}
</style>
background-color css
<style>
a { background-color: #2C378C; }
a { background-color: rgb(44,55,140); }
div.DivClassName
{
background-color: #2C378C;
}
.BgClassName
{
background-color: #2C378C;
}
</style>
border-color css
<style>
span { border-color: #2C378C; }
span { border-color: rgb(44,55,140); }
td.TdClassName
{
border-color: #2C378C;
}
.TagClassName
{
border-color: #2C378C;
}
</style>