Shades of Jacksons Purple #363B92
Tints of Jacksons Purple #363B92
RGB
CMYK
RGB Variations
Color information
#363B92 (or 0x363B92) is known color: Jacksons Purple. HEX triplet: 36, 3B and 92. RGB value is (54,59,146). Sum of RGB (Red+Green+Blue) = 54+59+146=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 59 (23.44% from 255 or 22.78% from 259); Blue value is 146 (57.42% from 255 or 56.37% from 259); Max value from RGB is 146 - color contains mainly: blue. Hex color #363B92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363B92 is #C9C46D. Grayscale: #434343. Windows color (decimal): -13223022 or 9583414. OLE color: 9583414.
HSL color Cylindrical-coordinate representation of color #363B92: hue angle of 236.74º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #363B92 is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 54 | 59 | 146 | - |
| CMYK | 0.63 | 0.60 | 0 | 0.43 |
| HSL | 236.74º | 0.46% | 0.39% | - |
| HSV(B) | 236.74º | 0.63% | 0.57% | - |
| XYZ | 8.27 | 5.99 | 27.91 | - |
| YUV | 67.42 | 172.34 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 146 | 0.63 | 0.60 | 0 | 0.43 | 236.74 | 0.46 | 0.39 |
| Hex | 36 | 3B | 92 | 3F | 3C | 0 | 2B | ED | 2E | 27 |
| Octal | 66 | 73 | 222 | 77 | 74 | 0 | 53 | 355 | 56 | 47 |
| Binary | 110110 | 111011 | 10010010 | 111111 | 111100 | 0 | 101011 | 11101101 | 101110 | 100111 |
Color Harmonies of #363B92
Complementary color
Monochromatic Colors of #363B92
Black with #363B92
Text Example
Text Example
White with #363B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363B92; }
p { color: rgb(54,59,146); }
H1.HeaderClassName
{
color: #363B92;
}
.AnyTagClassName
{
color: #363B92;
}
</style>
background-color css
<style>
a { background-color: #363B92; }
a { background-color: rgb(54,59,146); }
div.DivClassName
{
background-color: #363B92;
}
.BgClassName
{
background-color: #363B92;
}
</style>
border-color css
<style>
span { border-color: #363B92; }
span { border-color: rgb(54,59,146); }
td.TdClassName
{
border-color: #363B92;
}
.TagClassName
{
border-color: #363B92;
}
</style>