Shades of Jacksons Purple #363F93
Tints of Jacksons Purple #363F93
RGB
CMYK
RGB Variations
Color information
#363F93 (or 0x363F93) is known color: Jacksons Purple. HEX triplet: 36, 3F and 93. RGB value is (54,63,147). Sum of RGB (Red+Green+Blue) = 54+63+147=264 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.45% from 264); Green value is 63 (25% from 255 or 23.86% from 264); Blue value is 147 (57.81% from 255 or 55.68% from 264); Max value from RGB is 147 - color contains mainly: blue. Hex color #363F93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363F93 is #C9C06C. Grayscale: #454545. Windows color (decimal): -13221997 or 9649974. OLE color: 9649974.
HSL color Cylindrical-coordinate representation of color #363F93: hue angle of 234.19º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #363F93 is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 54 | 63 | 147 | - |
| CMYK | 0.63 | 0.57 | 0 | 0.42 |
| HSL | 234.19º | 0.46% | 0.39% | - |
| HSV(B) | 234.19º | 0.63% | 0.58% | - |
| XYZ | 8.57 | 6.45 | 28.4 | - |
| YUV | 69.89 | 171.52 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 63 | 147 | 0.63 | 0.57 | 0 | 0.42 | 234.19 | 0.46 | 0.39 |
| Hex | 36 | 3F | 93 | 3F | 39 | 0 | 2A | EA | 2E | 27 |
| Octal | 66 | 77 | 223 | 77 | 71 | 0 | 52 | 352 | 56 | 47 |
| Binary | 110110 | 111111 | 10010011 | 111111 | 111001 | 0 | 101010 | 11101010 | 101110 | 100111 |
Color Harmonies of #363F93
Complementary color
Monochromatic Colors of #363F93
Black with #363F93
Text Example
Text Example
White with #363F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363F93; }
p { color: rgb(54,63,147); }
H1.HeaderClassName
{
color: #363F93;
}
.AnyTagClassName
{
color: #363F93;
}
</style>
background-color css
<style>
a { background-color: #363F93; }
a { background-color: rgb(54,63,147); }
div.DivClassName
{
background-color: #363F93;
}
.BgClassName
{
background-color: #363F93;
}
</style>
border-color css
<style>
span { border-color: #363F93; }
span { border-color: rgb(54,63,147); }
td.TdClassName
{
border-color: #363F93;
}
.TagClassName
{
border-color: #363F93;
}
</style>