Shades of Jacksons Purple #363D83
Tints of Jacksons Purple #363D83
RGB
CMYK
RGB Variations
Color information
#363D83 (or 0x363D83) is known color: Jacksons Purple. HEX triplet: 36, 3D and 83. RGB value is (54,61,131). Sum of RGB (Red+Green+Blue) = 54+61+131=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 61 (24.22% from 255 or 24.80% from 246); Blue value is 131 (51.56% from 255 or 53.25% from 246); Max value from RGB is 131 - color contains mainly: blue. Hex color #363D83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363D83 is #C9C27C. Grayscale: #424242. Windows color (decimal): -13222525 or 8600886. OLE color: 8600886.
HSL color Cylindrical-coordinate representation of color #363D83: hue angle of 234.55º 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 #363D83 is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 61 | 131 | - |
| CMYK | 0.59 | 0.53 | 0 | 0.49 |
| HSL | 234.55º | 0.42% | 0.36% | - |
| HSV(B) | 234.55º | 0.59% | 0.51% | - |
| XYZ | 7.29 | 5.76 | 22.2 | - |
| YUV | 66.89 | 164.18 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 131 | 0.59 | 0.53 | 0 | 0.49 | 234.55 | 0.42 | 0.36 |
| Hex | 36 | 3D | 83 | 3B | 35 | 0 | 31 | EB | 2A | 24 |
| Octal | 66 | 75 | 203 | 73 | 65 | 0 | 61 | 353 | 52 | 44 |
| Binary | 110110 | 111101 | 10000011 | 111011 | 110101 | 0 | 110001 | 11101011 | 101010 | 100100 |
Color Harmonies of #363D83
Complementary color
Monochromatic Colors of #363D83
Black with #363D83
Text Example
Text Example
White with #363D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363D83; }
p { color: rgb(54,61,131); }
H1.HeaderClassName
{
color: #363D83;
}
.AnyTagClassName
{
color: #363D83;
}
</style>
background-color css
<style>
a { background-color: #363D83; }
a { background-color: rgb(54,61,131); }
div.DivClassName
{
background-color: #363D83;
}
.BgClassName
{
background-color: #363D83;
}
</style>
border-color css
<style>
span { border-color: #363D83; }
span { border-color: rgb(54,61,131); }
td.TdClassName
{
border-color: #363D83;
}
.TagClassName
{
border-color: #363D83;
}
</style>