Shades of Jacksons Purple #363B7D
Tints of Jacksons Purple #363B7D
RGB
CMYK
RGB Variations
Color information
#363B7D (or 0x363B7D) is known color: Jacksons Purple. HEX triplet: 36, 3B and 7D. RGB value is (54,59,125). Sum of RGB (Red+Green+Blue) = 54+59+125=238 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.69% from 238); Green value is 59 (23.44% from 255 or 24.79% from 238); Blue value is 125 (49.22% from 255 or 52.52% from 238); Max value from RGB is 125 - color contains mainly: blue. Hex color #363B7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363B7D is #C9C482. Grayscale: #404040. Windows color (decimal): -13223043 or 8207158. OLE color: 8207158.
HSL color Cylindrical-coordinate representation of color #363B7D: hue angle of 235.77º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #363B7D is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 59 | 125 | - |
| CMYK | 0.57 | 0.53 | 0 | 0.51 |
| HSL | 235.77º | 0.4% | 0.35% | - |
| HSV(B) | 235.77º | 0.57% | 0.49% | - |
| XYZ | 6.79 | 5.39 | 20.09 | - |
| YUV | 65.03 | 161.84 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 125 | 0.57 | 0.53 | 0 | 0.51 | 235.77 | 0.4 | 0.35 |
| Hex | 36 | 3B | 7D | 39 | 35 | 0 | 33 | EC | 28 | 23 |
| Octal | 66 | 73 | 175 | 71 | 65 | 0 | 63 | 354 | 50 | 43 |
| Binary | 110110 | 111011 | 1111101 | 111001 | 110101 | 0 | 110011 | 11101100 | 101000 | 100011 |
Color Harmonies of #363B7D
Complementary color
Monochromatic Colors of #363B7D
Black with #363B7D
Text Example
Text Example
White with #363B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363B7D; }
p { color: rgb(54,59,125); }
H1.HeaderClassName
{
color: #363B7D;
}
.AnyTagClassName
{
color: #363B7D;
}
</style>
background-color css
<style>
a { background-color: #363B7D; }
a { background-color: rgb(54,59,125); }
div.DivClassName
{
background-color: #363B7D;
}
.BgClassName
{
background-color: #363B7D;
}
</style>
border-color css
<style>
span { border-color: #363B7D; }
span { border-color: rgb(54,59,125); }
td.TdClassName
{
border-color: #363B7D;
}
.TagClassName
{
border-color: #363B7D;
}
</style>