Shades of Jacksons Purple #34307E
Tints of Jacksons Purple #34307E
RGB
CMYK
RGB Variations
Color information
#34307E (or 0x34307E) is known color: Jacksons Purple. HEX triplet: 34, 30 and 7E. RGB value is (52,48,126). Sum of RGB (Red+Green+Blue) = 52+48+126=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 126 (49.61% from 255 or 55.75% from 226); Max value from RGB is 126 - color contains mainly: blue. Hex color #34307E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34307E is #CBCF81. Grayscale: #393939. Windows color (decimal): -13356930 or 8269876. OLE color: 8269876.
HSL color Cylindrical-coordinate representation of color #34307E: hue angle of 243.08º 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 #34307E is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 48 | 126 | - |
| CMYK | 0.59 | 0.62 | 0 | 0.51 |
| HSL | 243.08º | 0.45% | 0.34% | - |
| HSV(B) | 243.08º | 0.62% | 0.49% | - |
| XYZ | 6.24 | 4.35 | 20.25 | - |
| YUV | 58.09 | 166.33 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 48 | 126 | 0.59 | 0.62 | 0 | 0.51 | 243.08 | 0.45 | 0.34 |
| Hex | 34 | 30 | 7E | 3B | 3E | 0 | 33 | F3 | 2D | 22 |
| Octal | 64 | 60 | 176 | 73 | 76 | 0 | 63 | 363 | 55 | 42 |
| Binary | 110100 | 110000 | 1111110 | 111011 | 111110 | 0 | 110011 | 11110011 | 101101 | 100010 |
Color Harmonies of #34307E
Complementary color
Monochromatic Colors of #34307E
Black with #34307E
Text Example
Text Example
White with #34307E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34307E; }
p { color: rgb(52,48,126); }
H1.HeaderClassName
{
color: #34307E;
}
.AnyTagClassName
{
color: #34307E;
}
</style>
background-color css
<style>
a { background-color: #34307E; }
a { background-color: rgb(52,48,126); }
div.DivClassName
{
background-color: #34307E;
}
.BgClassName
{
background-color: #34307E;
}
</style>
border-color css
<style>
span { border-color: #34307E; }
span { border-color: rgb(52,48,126); }
td.TdClassName
{
border-color: #34307E;
}
.TagClassName
{
border-color: #34307E;
}
</style>