Shades of Jacksons Purple #34337C
Tints of Jacksons Purple #34337C
RGB
CMYK
RGB Variations
Color information
#34337C (or 0x34337C) is known color: Jacksons Purple. HEX triplet: 34, 33 and 7C. RGB value is (52,51,124). Sum of RGB (Red+Green+Blue) = 52+51+124=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #34337C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34337C is #CBCC83. Grayscale: #3B3B3B. Windows color (decimal): -13356164 or 8139572. OLE color: 8139572.
HSL color Cylindrical-coordinate representation of color #34337C: hue angle of 240.82º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #34337C is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 51 | 124 | - |
| CMYK | 0.58 | 0.59 | 0 | 0.51 |
| HSL | 240.82º | 0.42% | 0.34% | - |
| HSV(B) | 240.82º | 0.59% | 0.49% | - |
| XYZ | 6.24 | 4.55 | 19.62 | - |
| YUV | 59.62 | 164.33 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 51 | 124 | 0.58 | 0.59 | 0 | 0.51 | 240.82 | 0.42 | 0.34 |
| Hex | 34 | 33 | 7C | 3A | 3B | 0 | 33 | F1 | 2A | 22 |
| Octal | 64 | 63 | 174 | 72 | 73 | 0 | 63 | 361 | 52 | 42 |
| Binary | 110100 | 110011 | 1111100 | 111010 | 111011 | 0 | 110011 | 11110001 | 101010 | 100010 |
Color Harmonies of #34337C
Complementary color
Monochromatic Colors of #34337C
Black with #34337C
Text Example
Text Example
White with #34337C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34337C; }
p { color: rgb(52,51,124); }
H1.HeaderClassName
{
color: #34337C;
}
.AnyTagClassName
{
color: #34337C;
}
</style>
background-color css
<style>
a { background-color: #34337C; }
a { background-color: rgb(52,51,124); }
div.DivClassName
{
background-color: #34337C;
}
.BgClassName
{
background-color: #34337C;
}
</style>
border-color css
<style>
span { border-color: #34337C; }
span { border-color: rgb(52,51,124); }
td.TdClassName
{
border-color: #34337C;
}
.TagClassName
{
border-color: #34337C;
}
</style>