Shades of Jacksons Purple #2C2690
Tints of Jacksons Purple #2C2690
RGB
CMYK
RGB Variations
Color information
#2C2690 (or 0x2C2690) is known color: Jacksons Purple. HEX triplet: 2C, 26 and 90. RGB value is (44,38,144). Sum of RGB (Red+Green+Blue) = 44+38+144=226 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.47% from 226); Green value is 38 (15.23% from 255 or 16.81% from 226); Blue value is 144 (56.64% from 255 or 63.72% from 226); Max value from RGB is 144 - color contains mainly: blue. Hex color #2C2690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2690 is #D3D96F. Grayscale: #333333. Windows color (decimal): -13883760 or 9446956. OLE color: 9446956.
HSL color Cylindrical-coordinate representation of color #2C2690: hue angle of 243.4º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2C2690 is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 44 | 38 | 144 | - |
| CMYK | 0.69 | 0.74 | 0 | 0.44 |
| HSL | 243.4º | 0.58% | 0.36% | - |
| HSV(B) | 243.4º | 0.74% | 0.56% | - |
| XYZ | 6.77 | 3.94 | 26.79 | - |
| YUV | 51.88 | 179.99 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 38 | 144 | 0.69 | 0.74 | 0 | 0.44 | 243.4 | 0.58 | 0.36 |
| Hex | 2C | 26 | 90 | 45 | 4A | 0 | 2C | F3 | 3A | 24 |
| Octal | 54 | 46 | 220 | 105 | 112 | 0 | 54 | 363 | 72 | 44 |
| Binary | 101100 | 100110 | 10010000 | 1000101 | 1001010 | 0 | 101100 | 11110011 | 111010 | 100100 |
Color Harmonies of #2C2690
Complementary color
Monochromatic Colors of #2C2690
Black with #2C2690
Text Example
Text Example
White with #2C2690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2690; }
p { color: rgb(44,38,144); }
H1.HeaderClassName
{
color: #2C2690;
}
.AnyTagClassName
{
color: #2C2690;
}
</style>
background-color css
<style>
a { background-color: #2C2690; }
a { background-color: rgb(44,38,144); }
div.DivClassName
{
background-color: #2C2690;
}
.BgClassName
{
background-color: #2C2690;
}
</style>
border-color css
<style>
span { border-color: #2C2690; }
span { border-color: rgb(44,38,144); }
td.TdClassName
{
border-color: #2C2690;
}
.TagClassName
{
border-color: #2C2690;
}
</style>