Shades of Jacksons Purple #363A7F
Tints of Jacksons Purple #363A7F
RGB
CMYK
RGB Variations
Color information
#363A7F (or 0x363A7F) is known color: Jacksons Purple. HEX triplet: 36, 3A and 7F. RGB value is (54,58,127). Sum of RGB (Red+Green+Blue) = 54+58+127=239 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.59% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 127 (50% from 255 or 53.14% from 239); Max value from RGB is 127 - color contains mainly: blue. Hex color #363A7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363A7F is #C9C580. Grayscale: #404040. Windows color (decimal): -13223297 or 8337974. OLE color: 8337974.
HSL color Cylindrical-coordinate representation of color #363A7F: hue angle of 236.71º 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 #363A7F is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 54 | 58 | 127 | - |
| CMYK | 0.57 | 0.54 | 0 | 0.50 |
| HSL | 236.71º | 0.4% | 0.35% | - |
| HSV(B) | 236.71º | 0.57% | 0.5% | - |
| XYZ | 6.87 | 5.34 | 20.75 | - |
| YUV | 64.67 | 163.17 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 58 | 127 | 0.57 | 0.54 | 0 | 0.50 | 236.71 | 0.4 | 0.35 |
| Hex | 36 | 3A | 7F | 39 | 36 | 0 | 32 | ED | 28 | 23 |
| Octal | 66 | 72 | 177 | 71 | 66 | 0 | 62 | 355 | 50 | 43 |
| Binary | 110110 | 111010 | 1111111 | 111001 | 110110 | 0 | 110010 | 11101101 | 101000 | 100011 |
Color Harmonies of #363A7F
Complementary color
Monochromatic Colors of #363A7F
Black with #363A7F
Text Example
Text Example
White with #363A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363A7F; }
p { color: rgb(54,58,127); }
H1.HeaderClassName
{
color: #363A7F;
}
.AnyTagClassName
{
color: #363A7F;
}
</style>
background-color css
<style>
a { background-color: #363A7F; }
a { background-color: rgb(54,58,127); }
div.DivClassName
{
background-color: #363A7F;
}
.BgClassName
{
background-color: #363A7F;
}
</style>
border-color css
<style>
span { border-color: #363A7F; }
span { border-color: rgb(54,58,127); }
td.TdClassName
{
border-color: #363A7F;
}
.TagClassName
{
border-color: #363A7F;
}
</style>