Shades of Jacksons Purple #2C358A
Tints of Jacksons Purple #2C358A
RGB
CMYK
RGB Variations
Color information
#2C358A (or 0x2C358A) is known color: Jacksons Purple. HEX triplet: 2C, 35 and 8A. RGB value is (44,53,138). Sum of RGB (Red+Green+Blue) = 44+53+138=235 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.72% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 138 (54.30% from 255 or 58.72% from 235); Max value from RGB is 138 - color contains mainly: blue. Hex color #2C358A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C358A is #D3CA75. Grayscale: #3B3B3B. Windows color (decimal): -13879926 or 9057580. OLE color: 9057580.
HSL color Cylindrical-coordinate representation of color #2C358A: hue angle of 234.26º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C358A is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 44 | 53 | 138 | - |
| CMYK | 0.68 | 0.62 | 0 | 0.46 |
| HSL | 234.26º | 0.52% | 0.36% | - |
| HSV(B) | 234.26º | 0.68% | 0.54% | - |
| XYZ | 6.9 | 4.92 | 24.63 | - |
| YUV | 60 | 172.02 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 53 | 138 | 0.68 | 0.62 | 0 | 0.46 | 234.26 | 0.52 | 0.36 |
| Hex | 2C | 35 | 8A | 44 | 3E | 0 | 2E | EA | 34 | 24 |
| Octal | 54 | 65 | 212 | 104 | 76 | 0 | 56 | 352 | 64 | 44 |
| Binary | 101100 | 110101 | 10001010 | 1000100 | 111110 | 0 | 101110 | 11101010 | 110100 | 100100 |
Color Harmonies of #2C358A
Complementary color
Monochromatic Colors of #2C358A
Black with #2C358A
Text Example
Text Example
White with #2C358A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C358A; }
p { color: rgb(44,53,138); }
H1.HeaderClassName
{
color: #2C358A;
}
.AnyTagClassName
{
color: #2C358A;
}
</style>
background-color css
<style>
a { background-color: #2C358A; }
a { background-color: rgb(44,53,138); }
div.DivClassName
{
background-color: #2C358A;
}
.BgClassName
{
background-color: #2C358A;
}
</style>
border-color css
<style>
span { border-color: #2C358A; }
span { border-color: rgb(44,53,138); }
td.TdClassName
{
border-color: #2C358A;
}
.TagClassName
{
border-color: #2C358A;
}
</style>