Shades of Jacksons Purple #363D90
Tints of Jacksons Purple #363D90
RGB
CMYK
RGB Variations
Color information
#363D90 (or 0x363D90) is known color: Jacksons Purple. HEX triplet: 36, 3D and 90. RGB value is (54,61,144). Sum of RGB (Red+Green+Blue) = 54+61+144=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 61 (24.22% from 255 or 23.55% from 259); Blue value is 144 (56.64% from 255 or 55.60% from 259); Max value from RGB is 144 - color contains mainly: blue. Hex color #363D90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363D90 is #C9C26F. Grayscale: #444444. Windows color (decimal): -13222512 or 9452854. OLE color: 9452854.
HSL color Cylindrical-coordinate representation of color #363D90: hue angle of 235.33º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #363D90 is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 61 | 144 | - |
| CMYK | 0.63 | 0.58 | 0 | 0.44 |
| HSL | 235.33º | 0.45% | 0.39% | - |
| HSV(B) | 235.33º | 0.63% | 0.56% | - |
| XYZ | 8.22 | 6.14 | 27.14 | - |
| YUV | 68.37 | 170.68 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 144 | 0.63 | 0.58 | 0 | 0.44 | 235.33 | 0.45 | 0.39 |
| Hex | 36 | 3D | 90 | 3F | 3A | 0 | 2C | EB | 2D | 27 |
| Octal | 66 | 75 | 220 | 77 | 72 | 0 | 54 | 353 | 55 | 47 |
| Binary | 110110 | 111101 | 10010000 | 111111 | 111010 | 0 | 101100 | 11101011 | 101101 | 100111 |
Color Harmonies of #363D90
Complementary color
Monochromatic Colors of #363D90
Black with #363D90
Text Example
Text Example
White with #363D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363D90; }
p { color: rgb(54,61,144); }
H1.HeaderClassName
{
color: #363D90;
}
.AnyTagClassName
{
color: #363D90;
}
</style>
background-color css
<style>
a { background-color: #363D90; }
a { background-color: rgb(54,61,144); }
div.DivClassName
{
background-color: #363D90;
}
.BgClassName
{
background-color: #363D90;
}
</style>
border-color css
<style>
span { border-color: #363D90; }
span { border-color: rgb(54,61,144); }
td.TdClassName
{
border-color: #363D90;
}
.TagClassName
{
border-color: #363D90;
}
</style>