Shades of Jacksons Purple #363C8A
Tints of Jacksons Purple #363C8A
RGB
CMYK
RGB Variations
Color information
#363C8A (or 0x363C8A) is known color: Jacksons Purple. HEX triplet: 36, 3C and 8A. RGB value is (54,60,138). Sum of RGB (Red+Green+Blue) = 54+60+138=252 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.43% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 138 (54.30% from 255 or 54.76% from 252); Max value from RGB is 138 - color contains mainly: blue. Hex color #363C8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363C8A is #C9C375. Grayscale: #424242. Windows color (decimal): -13222774 or 9059382. OLE color: 9059382.
HSL color Cylindrical-coordinate representation of color #363C8A: hue angle of 235.71º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #363C8A is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 54 | 60 | 138 | - |
| CMYK | 0.61 | 0.57 | 0 | 0.46 |
| HSL | 235.71º | 0.44% | 0.38% | - |
| HSV(B) | 235.71º | 0.61% | 0.54% | - |
| XYZ | 7.72 | 5.85 | 24.77 | - |
| YUV | 67.1 | 168.01 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 60 | 138 | 0.61 | 0.57 | 0 | 0.46 | 235.71 | 0.44 | 0.38 |
| Hex | 36 | 3C | 8A | 3D | 39 | 0 | 2E | EC | 2C | 26 |
| Octal | 66 | 74 | 212 | 75 | 71 | 0 | 56 | 354 | 54 | 46 |
| Binary | 110110 | 111100 | 10001010 | 111101 | 111001 | 0 | 101110 | 11101100 | 101100 | 100110 |
Color Harmonies of #363C8A
Complementary color
Monochromatic Colors of #363C8A
Black with #363C8A
Text Example
Text Example
White with #363C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363C8A; }
p { color: rgb(54,60,138); }
H1.HeaderClassName
{
color: #363C8A;
}
.AnyTagClassName
{
color: #363C8A;
}
</style>
background-color css
<style>
a { background-color: #363C8A; }
a { background-color: rgb(54,60,138); }
div.DivClassName
{
background-color: #363C8A;
}
.BgClassName
{
background-color: #363C8A;
}
</style>
border-color css
<style>
span { border-color: #363C8A; }
span { border-color: rgb(54,60,138); }
td.TdClassName
{
border-color: #363C8A;
}
.TagClassName
{
border-color: #363C8A;
}
</style>