Shades of Jacksons Purple #34318C
Tints of Jacksons Purple #34318C
RGB
CMYK
RGB Variations
Color information
#34318C (or 0x34318C) is known color: Jacksons Purple. HEX triplet: 34, 31 and 8C. RGB value is (52,49,140). Sum of RGB (Red+Green+Blue) = 52+49+140=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 140 (55.08% from 255 or 58.09% from 241); Max value from RGB is 140 - color contains mainly: blue. Hex color #34318C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34318C is #CBCE73. Grayscale: #3B3B3B. Windows color (decimal): -13356660 or 9187636. OLE color: 9187636.
HSL color Cylindrical-coordinate representation of color #34318C: hue angle of 241.98º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #34318C is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 49 | 140 | - |
| CMYK | 0.63 | 0.65 | 0 | 0.45 |
| HSL | 241.98º | 0.48% | 0.37% | - |
| HSV(B) | 241.98º | 0.65% | 0.55% | - |
| XYZ | 7.25 | 4.82 | 25.36 | - |
| YUV | 60.27 | 172.99 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 49 | 140 | 0.63 | 0.65 | 0 | 0.45 | 241.98 | 0.48 | 0.37 |
| Hex | 34 | 31 | 8C | 3F | 41 | 0 | 2D | F2 | 30 | 25 |
| Octal | 64 | 61 | 214 | 77 | 101 | 0 | 55 | 362 | 60 | 45 |
| Binary | 110100 | 110001 | 10001100 | 111111 | 1000001 | 0 | 101101 | 11110010 | 110000 | 100101 |
Color Harmonies of #34318C
Complementary color
Monochromatic Colors of #34318C
Black with #34318C
Text Example
Text Example
White with #34318C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34318C; }
p { color: rgb(52,49,140); }
H1.HeaderClassName
{
color: #34318C;
}
.AnyTagClassName
{
color: #34318C;
}
</style>
background-color css
<style>
a { background-color: #34318C; }
a { background-color: rgb(52,49,140); }
div.DivClassName
{
background-color: #34318C;
}
.BgClassName
{
background-color: #34318C;
}
</style>
border-color css
<style>
span { border-color: #34318C; }
span { border-color: rgb(52,49,140); }
td.TdClassName
{
border-color: #34318C;
}
.TagClassName
{
border-color: #34318C;
}
</style>