Shades of Jacksons Purple #363A8B
Tints of Jacksons Purple #363A8B
RGB
CMYK
RGB Variations
Color information
#363A8B (or 0x363A8B) is known color: Jacksons Purple. HEX triplet: 36, 3A and 8B. RGB value is (54,58,139). Sum of RGB (Red+Green+Blue) = 54+58+139=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 58 (23.05% from 255 or 23.11% from 251); Blue value is 139 (54.69% from 255 or 55.38% from 251); Max value from RGB is 139 - color contains mainly: blue. Hex color #363A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363A8B is #C9C574. Grayscale: #414141. Windows color (decimal): -13223285 or 9124406. OLE color: 9124406.
HSL color Cylindrical-coordinate representation of color #363A8B: hue angle of 237.18º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #363A8B is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 58 | 139 | - |
| CMYK | 0.61 | 0.58 | 0 | 0.45 |
| HSL | 237.18º | 0.44% | 0.38% | - |
| HSV(B) | 237.18º | 0.61% | 0.55% | - |
| XYZ | 7.69 | 5.67 | 25.12 | - |
| YUV | 66.04 | 169.17 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 58 | 139 | 0.61 | 0.58 | 0 | 0.45 | 237.18 | 0.44 | 0.38 |
| Hex | 36 | 3A | 8B | 3D | 3A | 0 | 2D | ED | 2C | 26 |
| Octal | 66 | 72 | 213 | 75 | 72 | 0 | 55 | 355 | 54 | 46 |
| Binary | 110110 | 111010 | 10001011 | 111101 | 111010 | 0 | 101101 | 11101101 | 101100 | 100110 |
Color Harmonies of #363A8B
Complementary color
Monochromatic Colors of #363A8B
Black with #363A8B
Text Example
Text Example
White with #363A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363A8B; }
p { color: rgb(54,58,139); }
H1.HeaderClassName
{
color: #363A8B;
}
.AnyTagClassName
{
color: #363A8B;
}
</style>
background-color css
<style>
a { background-color: #363A8B; }
a { background-color: rgb(54,58,139); }
div.DivClassName
{
background-color: #363A8B;
}
.BgClassName
{
background-color: #363A8B;
}
</style>
border-color css
<style>
span { border-color: #363A8B; }
span { border-color: rgb(54,58,139); }
td.TdClassName
{
border-color: #363A8B;
}
.TagClassName
{
border-color: #363A8B;
}
</style>