Shades of Jacksons Purple #363B7F
Tints of Jacksons Purple #363B7F
RGB
CMYK
RGB Variations
Color information
#363B7F (or 0x363B7F) is known color: Jacksons Purple. HEX triplet: 36, 3B and 7F. RGB value is (54,59,127). Sum of RGB (Red+Green+Blue) = 54+59+127=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 59 (23.44% from 255 or 24.58% from 240); Blue value is 127 (50% from 255 or 52.92% from 240); Max value from RGB is 127 - color contains mainly: blue. Hex color #363B7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363B7F is #C9C480. Grayscale: #404040. Windows color (decimal): -13223041 or 8338230. OLE color: 8338230.
HSL color Cylindrical-coordinate representation of color #363B7F: hue angle of 235.89º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #363B7F is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 54 | 59 | 127 | - |
| CMYK | 0.57 | 0.54 | 0 | 0.50 |
| HSL | 235.89º | 0.4% | 0.35% | - |
| HSV(B) | 235.89º | 0.57% | 0.5% | - |
| XYZ | 6.92 | 5.44 | 20.77 | - |
| YUV | 65.26 | 162.84 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 127 | 0.57 | 0.54 | 0 | 0.50 | 235.89 | 0.4 | 0.35 |
| Hex | 36 | 3B | 7F | 39 | 36 | 0 | 32 | EC | 28 | 23 |
| Octal | 66 | 73 | 177 | 71 | 66 | 0 | 62 | 354 | 50 | 43 |
| Binary | 110110 | 111011 | 1111111 | 111001 | 110110 | 0 | 110010 | 11101100 | 101000 | 100011 |
Color Harmonies of #363B7F
Complementary color
Monochromatic Colors of #363B7F
Black with #363B7F
Text Example
Text Example
White with #363B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363B7F; }
p { color: rgb(54,59,127); }
H1.HeaderClassName
{
color: #363B7F;
}
.AnyTagClassName
{
color: #363B7F;
}
</style>
background-color css
<style>
a { background-color: #363B7F; }
a { background-color: rgb(54,59,127); }
div.DivClassName
{
background-color: #363B7F;
}
.BgClassName
{
background-color: #363B7F;
}
</style>
border-color css
<style>
span { border-color: #363B7F; }
span { border-color: rgb(54,59,127); }
td.TdClassName
{
border-color: #363B7F;
}
.TagClassName
{
border-color: #363B7F;
}
</style>