Shades of Jacksons Purple #363F8A
Tints of Jacksons Purple #363F8A
RGB
CMYK
RGB Variations
Color information
#363F8A (or 0x363F8A) is known color: Jacksons Purple. HEX triplet: 36, 3F and 8A. RGB value is (54,63,138). Sum of RGB (Red+Green+Blue) = 54+63+138=255 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.18% from 255); Green value is 63 (25% from 255 or 24.71% from 255); Blue value is 138 (54.30% from 255 or 54.12% from 255); Max value from RGB is 138 - color contains mainly: blue. Hex color #363F8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363F8A is #C9C075. Grayscale: #444444. Windows color (decimal): -13222006 or 9060150. OLE color: 9060150.
HSL color Cylindrical-coordinate representation of color #363F8A: hue angle of 233.57º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #363F8A is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 54 | 63 | 138 | - |
| CMYK | 0.61 | 0.54 | 0 | 0.46 |
| HSL | 233.57º | 0.44% | 0.38% | - |
| HSV(B) | 233.57º | 0.61% | 0.54% | - |
| XYZ | 7.89 | 6.17 | 24.82 | - |
| YUV | 68.86 | 167.02 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 63 | 138 | 0.61 | 0.54 | 0 | 0.46 | 233.57 | 0.44 | 0.38 |
| Hex | 36 | 3F | 8A | 3D | 36 | 0 | 2E | EA | 2C | 26 |
| Octal | 66 | 77 | 212 | 75 | 66 | 0 | 56 | 352 | 54 | 46 |
| Binary | 110110 | 111111 | 10001010 | 111101 | 110110 | 0 | 101110 | 11101010 | 101100 | 100110 |
Color Harmonies of #363F8A
Complementary color
Monochromatic Colors of #363F8A
Black with #363F8A
Text Example
Text Example
White with #363F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363F8A; }
p { color: rgb(54,63,138); }
H1.HeaderClassName
{
color: #363F8A;
}
.AnyTagClassName
{
color: #363F8A;
}
</style>
background-color css
<style>
a { background-color: #363F8A; }
a { background-color: rgb(54,63,138); }
div.DivClassName
{
background-color: #363F8A;
}
.BgClassName
{
background-color: #363F8A;
}
</style>
border-color css
<style>
span { border-color: #363F8A; }
span { border-color: rgb(54,63,138); }
td.TdClassName
{
border-color: #363F8A;
}
.TagClassName
{
border-color: #363F8A;
}
</style>