Shades of Jacksons Purple #34368C
Tints of Jacksons Purple #34368C
RGB
CMYK
RGB Variations
Color information
#34368C (or 0x34368C) is known color: Jacksons Purple. HEX triplet: 34, 36 and 8C. RGB value is (52,54,140). Sum of RGB (Red+Green+Blue) = 52+54+140=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 140 (55.08% from 255 or 56.91% from 246); Max value from RGB is 140 - color contains mainly: blue. Hex color #34368C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34368C is #CBC973. Grayscale: #3E3E3E. Windows color (decimal): -13355380 or 9188916. OLE color: 9188916.
HSL color Cylindrical-coordinate representation of color #34368C: hue angle of 238.64º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34368C is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 54 | 140 | - |
| CMYK | 0.63 | 0.61 | 0 | 0.45 |
| HSL | 238.64º | 0.46% | 0.38% | - |
| HSV(B) | 238.64º | 0.63% | 0.55% | - |
| XYZ | 7.47 | 5.26 | 25.43 | - |
| YUV | 63.21 | 171.34 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 54 | 140 | 0.63 | 0.61 | 0 | 0.45 | 238.64 | 0.46 | 0.38 |
| Hex | 34 | 36 | 8C | 3F | 3D | 0 | 2D | EF | 2E | 26 |
| Octal | 64 | 66 | 214 | 77 | 75 | 0 | 55 | 357 | 56 | 46 |
| Binary | 110100 | 110110 | 10001100 | 111111 | 111101 | 0 | 101101 | 11101111 | 101110 | 100110 |
Color Harmonies of #34368C
Complementary color
Monochromatic Colors of #34368C
Black with #34368C
Text Example
Text Example
White with #34368C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34368C; }
p { color: rgb(52,54,140); }
H1.HeaderClassName
{
color: #34368C;
}
.AnyTagClassName
{
color: #34368C;
}
</style>
background-color css
<style>
a { background-color: #34368C; }
a { background-color: rgb(52,54,140); }
div.DivClassName
{
background-color: #34368C;
}
.BgClassName
{
background-color: #34368C;
}
</style>
border-color css
<style>
span { border-color: #34368C; }
span { border-color: rgb(52,54,140); }
td.TdClassName
{
border-color: #34368C;
}
.TagClassName
{
border-color: #34368C;
}
</style>