Shades of Jacksons Purple #38327C
Tints of Jacksons Purple #38327C
RGB
CMYK
RGB Variations
Color information
#38327C (or 0x38327C) is known color: Jacksons Purple. HEX triplet: 38, 32 and 7C. RGB value is (56,50,124). Sum of RGB (Red+Green+Blue) = 56+50+124=230 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.35% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 124 (48.83% from 255 or 53.91% from 230); Max value from RGB is 124 - color contains mainly: blue. Hex color #38327C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38327C is #C7CD83. Grayscale: #3B3B3B. Windows color (decimal): -13094276 or 8139320. OLE color: 8139320.
HSL color Cylindrical-coordinate representation of color #38327C: hue angle of 244.86º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #38327C is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 50 | 124 | - |
| CMYK | 0.55 | 0.60 | 0 | 0.51 |
| HSL | 244.86º | 0.43% | 0.34% | - |
| HSV(B) | 244.86º | 0.6% | 0.49% | - |
| XYZ | 6.41 | 4.58 | 19.61 | - |
| YUV | 60.23 | 163.99 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 50 | 124 | 0.55 | 0.60 | 0 | 0.51 | 244.86 | 0.43 | 0.34 |
| Hex | 38 | 32 | 7C | 37 | 3C | 0 | 33 | F5 | 2B | 22 |
| Octal | 70 | 62 | 174 | 67 | 74 | 0 | 63 | 365 | 53 | 42 |
| Binary | 111000 | 110010 | 1111100 | 110111 | 111100 | 0 | 110011 | 11110101 | 101011 | 100010 |
Color Harmonies of #38327C
Complementary color
Monochromatic Colors of #38327C
Black with #38327C
Text Example
Text Example
White with #38327C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38327C; }
p { color: rgb(56,50,124); }
H1.HeaderClassName
{
color: #38327C;
}
.AnyTagClassName
{
color: #38327C;
}
</style>
background-color css
<style>
a { background-color: #38327C; }
a { background-color: rgb(56,50,124); }
div.DivClassName
{
background-color: #38327C;
}
.BgClassName
{
background-color: #38327C;
}
</style>
border-color css
<style>
span { border-color: #38327C; }
span { border-color: rgb(56,50,124); }
td.TdClassName
{
border-color: #38327C;
}
.TagClassName
{
border-color: #38327C;
}
</style>