Shades of Jacksons Purple #342F7C
Tints of Jacksons Purple #342F7C
RGB
CMYK
RGB Variations
Color information
#342F7C (or 0x342F7C) is known color: Jacksons Purple. HEX triplet: 34, 2F and 7C. RGB value is (52,47,124). Sum of RGB (Red+Green+Blue) = 52+47+124=223 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.32% from 223); Green value is 47 (18.75% from 255 or 21.08% from 223); Blue value is 124 (48.83% from 255 or 55.61% from 223); Max value from RGB is 124 - color contains mainly: blue. Hex color #342F7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342F7C is #CBD083. Grayscale: #383838. Windows color (decimal): -13357188 or 8138548. OLE color: 8138548.
HSL color Cylindrical-coordinate representation of color #342F7C: hue angle of 243.9º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #342F7C is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 47 | 124 | - |
| CMYK | 0.58 | 0.62 | 0 | 0.51 |
| HSL | 243.9º | 0.45% | 0.34% | - |
| HSV(B) | 243.9º | 0.62% | 0.49% | - |
| XYZ | 6.07 | 4.22 | 19.56 | - |
| YUV | 57.27 | 165.66 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 47 | 124 | 0.58 | 0.62 | 0 | 0.51 | 243.9 | 0.45 | 0.34 |
| Hex | 34 | 2F | 7C | 3A | 3E | 0 | 33 | F4 | 2D | 22 |
| Octal | 64 | 57 | 174 | 72 | 76 | 0 | 63 | 364 | 55 | 42 |
| Binary | 110100 | 101111 | 1111100 | 111010 | 111110 | 0 | 110011 | 11110100 | 101101 | 100010 |
Color Harmonies of #342F7C
Complementary color
Monochromatic Colors of #342F7C
Black with #342F7C
Text Example
Text Example
White with #342F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342F7C; }
p { color: rgb(52,47,124); }
H1.HeaderClassName
{
color: #342F7C;
}
.AnyTagClassName
{
color: #342F7C;
}
</style>
background-color css
<style>
a { background-color: #342F7C; }
a { background-color: rgb(52,47,124); }
div.DivClassName
{
background-color: #342F7C;
}
.BgClassName
{
background-color: #342F7C;
}
</style>
border-color css
<style>
span { border-color: #342F7C; }
span { border-color: rgb(52,47,124); }
td.TdClassName
{
border-color: #342F7C;
}
.TagClassName
{
border-color: #342F7C;
}
</style>