Shades of Jacksons Purple #363E85
Tints of Jacksons Purple #363E85
RGB
CMYK
RGB Variations
Color information
#363E85 (or 0x363E85) is known color: Jacksons Purple. HEX triplet: 36, 3E and 85. RGB value is (54,62,133). Sum of RGB (Red+Green+Blue) = 54+62+133=249 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.69% from 249); Green value is 62 (24.61% from 255 or 24.90% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #363E85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363E85 is #C9C17A. Grayscale: #434343. Windows color (decimal): -13222267 or 8732214. OLE color: 8732214.
HSL color Cylindrical-coordinate representation of color #363E85: hue angle of 233.92º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #363E85 is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 54 | 62 | 133 | - |
| CMYK | 0.59 | 0.53 | 0 | 0.48 |
| HSL | 233.92º | 0.42% | 0.37% | - |
| HSV(B) | 233.92º | 0.59% | 0.52% | - |
| XYZ | 7.48 | 5.92 | 22.94 | - |
| YUV | 67.7 | 164.85 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 62 | 133 | 0.59 | 0.53 | 0 | 0.48 | 233.92 | 0.42 | 0.37 |
| Hex | 36 | 3E | 85 | 3B | 35 | 0 | 30 | EA | 2A | 25 |
| Octal | 66 | 76 | 205 | 73 | 65 | 0 | 60 | 352 | 52 | 45 |
| Binary | 110110 | 111110 | 10000101 | 111011 | 110101 | 0 | 110000 | 11101010 | 101010 | 100101 |
Color Harmonies of #363E85
Complementary color
Monochromatic Colors of #363E85
Black with #363E85
Text Example
Text Example
White with #363E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363E85; }
p { color: rgb(54,62,133); }
H1.HeaderClassName
{
color: #363E85;
}
.AnyTagClassName
{
color: #363E85;
}
</style>
background-color css
<style>
a { background-color: #363E85; }
a { background-color: rgb(54,62,133); }
div.DivClassName
{
background-color: #363E85;
}
.BgClassName
{
background-color: #363E85;
}
</style>
border-color css
<style>
span { border-color: #363E85; }
span { border-color: rgb(54,62,133); }
td.TdClassName
{
border-color: #363E85;
}
.TagClassName
{
border-color: #363E85;
}
</style>