Shades of Jacksons Purple #363181
Tints of Jacksons Purple #363181
RGB
CMYK
RGB Variations
Color information
#363181 (or 0x363181) is known color: Jacksons Purple. HEX triplet: 36, 31 and 81. RGB value is (54,49,129). Sum of RGB (Red+Green+Blue) = 54+49+129=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 129 (50.78% from 255 or 55.60% from 232); Max value from RGB is 129 - color contains mainly: blue. Hex color #363181 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363181 is #C9CE7E. Grayscale: #3B3B3B. Windows color (decimal): -13225599 or 8466742. OLE color: 8466742.
HSL color Cylindrical-coordinate representation of color #363181: hue angle of 243.75º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #363181 is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 49 | 129 | - |
| CMYK | 0.58 | 0.62 | 0 | 0.49 |
| HSL | 243.75º | 0.45% | 0.35% | - |
| HSV(B) | 243.75º | 0.62% | 0.51% | - |
| XYZ | 6.58 | 4.57 | 21.3 | - |
| YUV | 59.62 | 167.16 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 49 | 129 | 0.58 | 0.62 | 0 | 0.49 | 243.75 | 0.45 | 0.35 |
| Hex | 36 | 31 | 81 | 3A | 3E | 0 | 31 | F4 | 2D | 23 |
| Octal | 66 | 61 | 201 | 72 | 76 | 0 | 61 | 364 | 55 | 43 |
| Binary | 110110 | 110001 | 10000001 | 111010 | 111110 | 0 | 110001 | 11110100 | 101101 | 100011 |
Color Harmonies of #363181
Complementary color
Monochromatic Colors of #363181
Black with #363181
Text Example
Text Example
White with #363181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363181; }
p { color: rgb(54,49,129); }
H1.HeaderClassName
{
color: #363181;
}
.AnyTagClassName
{
color: #363181;
}
</style>
background-color css
<style>
a { background-color: #363181; }
a { background-color: rgb(54,49,129); }
div.DivClassName
{
background-color: #363181;
}
.BgClassName
{
background-color: #363181;
}
</style>
border-color css
<style>
span { border-color: #363181; }
span { border-color: rgb(54,49,129); }
td.TdClassName
{
border-color: #363181;
}
.TagClassName
{
border-color: #363181;
}
</style>