Shades of Jacksons Purple #363E83
Tints of Jacksons Purple #363E83
RGB
CMYK
RGB Variations
Color information
#363E83 (or 0x363E83) is known color: Jacksons Purple. HEX triplet: 36, 3E and 83. RGB value is (54,62,131). Sum of RGB (Red+Green+Blue) = 54+62+131=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 62 (24.61% from 255 or 25.10% from 247); Blue value is 131 (51.56% from 255 or 53.04% from 247); Max value from RGB is 131 - color contains mainly: blue. Hex color #363E83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363E83 is #C9C17C. Grayscale: #434343. Windows color (decimal): -13222269 or 8601142. OLE color: 8601142.
HSL color Cylindrical-coordinate representation of color #363E83: hue angle of 233.77º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #363E83 is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 62 | 131 | - |
| CMYK | 0.59 | 0.53 | 0 | 0.49 |
| HSL | 233.77º | 0.42% | 0.36% | - |
| HSV(B) | 233.77º | 0.59% | 0.51% | - |
| XYZ | 7.34 | 5.87 | 22.22 | - |
| YUV | 67.47 | 163.85 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 62 | 131 | 0.59 | 0.53 | 0 | 0.49 | 233.77 | 0.42 | 0.36 |
| Hex | 36 | 3E | 83 | 3B | 35 | 0 | 31 | EA | 2A | 24 |
| Octal | 66 | 76 | 203 | 73 | 65 | 0 | 61 | 352 | 52 | 44 |
| Binary | 110110 | 111110 | 10000011 | 111011 | 110101 | 0 | 110001 | 11101010 | 101010 | 100100 |
Color Harmonies of #363E83
Complementary color
Monochromatic Colors of #363E83
Black with #363E83
Text Example
Text Example
White with #363E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363E83; }
p { color: rgb(54,62,131); }
H1.HeaderClassName
{
color: #363E83;
}
.AnyTagClassName
{
color: #363E83;
}
</style>
background-color css
<style>
a { background-color: #363E83; }
a { background-color: rgb(54,62,131); }
div.DivClassName
{
background-color: #363E83;
}
.BgClassName
{
background-color: #363E83;
}
</style>
border-color css
<style>
span { border-color: #363E83; }
span { border-color: rgb(54,62,131); }
td.TdClassName
{
border-color: #363E83;
}
.TagClassName
{
border-color: #363E83;
}
</style>