Shades of Jacksons Purple #36347E
Tints of Jacksons Purple #36347E
RGB
CMYK
RGB Variations
Color information
#36347E (or 0x36347E) is known color: Jacksons Purple. HEX triplet: 36, 34 and 7E. RGB value is (54,52,126). Sum of RGB (Red+Green+Blue) = 54+52+126=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 126 (49.61% from 255 or 54.31% from 232); Max value from RGB is 126 - color contains mainly: blue. Hex color #36347E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36347E is #C9CB81. Grayscale: #3C3C3C. Windows color (decimal): -13224834 or 8270902. OLE color: 8270902.
HSL color Cylindrical-coordinate representation of color #36347E: hue angle of 241.62º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #36347E is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 52 | 126 | - |
| CMYK | 0.57 | 0.59 | 0 | 0.51 |
| HSL | 241.62º | 0.42% | 0.35% | - |
| HSV(B) | 241.62º | 0.59% | 0.49% | - |
| XYZ | 6.52 | 4.75 | 20.31 | - |
| YUV | 61.03 | 164.66 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 52 | 126 | 0.57 | 0.59 | 0 | 0.51 | 241.62 | 0.42 | 0.35 |
| Hex | 36 | 34 | 7E | 39 | 3B | 0 | 33 | F2 | 2A | 23 |
| Octal | 66 | 64 | 176 | 71 | 73 | 0 | 63 | 362 | 52 | 43 |
| Binary | 110110 | 110100 | 1111110 | 111001 | 111011 | 0 | 110011 | 11110010 | 101010 | 100011 |
Color Harmonies of #36347E
Complementary color
Monochromatic Colors of #36347E
Black with #36347E
Text Example
Text Example
White with #36347E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36347E; }
p { color: rgb(54,52,126); }
H1.HeaderClassName
{
color: #36347E;
}
.AnyTagClassName
{
color: #36347E;
}
</style>
background-color css
<style>
a { background-color: #36347E; }
a { background-color: rgb(54,52,126); }
div.DivClassName
{
background-color: #36347E;
}
.BgClassName
{
background-color: #36347E;
}
</style>
border-color css
<style>
span { border-color: #36347E; }
span { border-color: rgb(54,52,126); }
td.TdClassName
{
border-color: #36347E;
}
.TagClassName
{
border-color: #36347E;
}
</style>