Shades of Jacksons Purple #36348A
Tints of Jacksons Purple #36348A
RGB
CMYK
RGB Variations
Color information
#36348A (or 0x36348A) is known color: Jacksons Purple. HEX triplet: 36, 34 and 8A. RGB value is (54,52,138). Sum of RGB (Red+Green+Blue) = 54+52+138=244 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.13% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 138 (54.30% from 255 or 56.56% from 244); Max value from RGB is 138 - color contains mainly: blue. Hex color #36348A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36348A is #C9CB75. Grayscale: #3E3E3E. Windows color (decimal): -13224822 or 9057334. OLE color: 9057334.
HSL color Cylindrical-coordinate representation of color #36348A: hue angle of 241.4º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36348A is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 54 | 52 | 138 | - |
| CMYK | 0.61 | 0.62 | 0 | 0.46 |
| HSL | 241.4º | 0.45% | 0.37% | - |
| HSV(B) | 241.4º | 0.62% | 0.54% | - |
| XYZ | 7.34 | 5.08 | 24.64 | - |
| YUV | 62.4 | 170.66 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 52 | 138 | 0.61 | 0.62 | 0 | 0.46 | 241.4 | 0.45 | 0.37 |
| Hex | 36 | 34 | 8A | 3D | 3E | 0 | 2E | F1 | 2D | 25 |
| Octal | 66 | 64 | 212 | 75 | 76 | 0 | 56 | 361 | 55 | 45 |
| Binary | 110110 | 110100 | 10001010 | 111101 | 111110 | 0 | 101110 | 11110001 | 101101 | 100101 |
Color Harmonies of #36348A
Complementary color
Monochromatic Colors of #36348A
Black with #36348A
Text Example
Text Example
White with #36348A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36348A; }
p { color: rgb(54,52,138); }
H1.HeaderClassName
{
color: #36348A;
}
.AnyTagClassName
{
color: #36348A;
}
</style>
background-color css
<style>
a { background-color: #36348A; }
a { background-color: rgb(54,52,138); }
div.DivClassName
{
background-color: #36348A;
}
.BgClassName
{
background-color: #36348A;
}
</style>
border-color css
<style>
span { border-color: #36348A; }
span { border-color: rgb(54,52,138); }
td.TdClassName
{
border-color: #36348A;
}
.TagClassName
{
border-color: #36348A;
}
</style>