Shades of Jacksons Purple #342C88
Tints of Jacksons Purple #342C88
RGB
CMYK
RGB Variations
Color information
#342C88 (or 0x342C88) is known color: Jacksons Purple. HEX triplet: 34, 2C and 88. RGB value is (52,44,136). Sum of RGB (Red+Green+Blue) = 52+44+136=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 136 (53.52% from 255 or 58.62% from 232); Max value from RGB is 136 - color contains mainly: blue. Hex color #342C88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342C88 is #CBD377. Grayscale: #383838. Windows color (decimal): -13357944 or 8924212. OLE color: 8924212.
HSL color Cylindrical-coordinate representation of color #342C88: hue angle of 245.22º degrees, saturation: 0.51, 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 #342C88 is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 44 | 136 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.47 |
| HSL | 245.22º | 0.51% | 0.35% | - |
| HSV(B) | 245.22º | 0.68% | 0.53% | - |
| XYZ | 6.76 | 4.31 | 23.77 | - |
| YUV | 56.88 | 172.65 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 44 | 136 | 0.62 | 0.68 | 0 | 0.47 | 245.22 | 0.51 | 0.35 |
| Hex | 34 | 2C | 88 | 3E | 44 | 0 | 2F | F5 | 33 | 23 |
| Octal | 64 | 54 | 210 | 76 | 104 | 0 | 57 | 365 | 63 | 43 |
| Binary | 110100 | 101100 | 10001000 | 111110 | 1000100 | 0 | 101111 | 11110101 | 110011 | 100011 |
Color Harmonies of #342C88
Complementary color
Monochromatic Colors of #342C88
Black with #342C88
Text Example
Text Example
White with #342C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342C88; }
p { color: rgb(52,44,136); }
H1.HeaderClassName
{
color: #342C88;
}
.AnyTagClassName
{
color: #342C88;
}
</style>
background-color css
<style>
a { background-color: #342C88; }
a { background-color: rgb(52,44,136); }
div.DivClassName
{
background-color: #342C88;
}
.BgClassName
{
background-color: #342C88;
}
</style>
border-color css
<style>
span { border-color: #342C88; }
span { border-color: rgb(52,44,136); }
td.TdClassName
{
border-color: #342C88;
}
.TagClassName
{
border-color: #342C88;
}
</style>