Shades of Jacksons Purple #38337C
Tints of Jacksons Purple #38337C
RGB
CMYK
RGB Variations
Color information
#38337C (or 0x38337C) is known color: Jacksons Purple. HEX triplet: 38, 33 and 7C. RGB value is (56,51,124). Sum of RGB (Red+Green+Blue) = 56+51+124=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #38337C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38337C is #C7CC83. Grayscale: #3C3C3C. Windows color (decimal): -13094020 or 8139576. OLE color: 8139576.
HSL color Cylindrical-coordinate representation of color #38337C: hue angle of 244.11º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38337C is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 51 | 124 | - |
| CMYK | 0.55 | 0.59 | 0 | 0.51 |
| HSL | 244.11º | 0.42% | 0.34% | - |
| HSV(B) | 244.11º | 0.59% | 0.49% | - |
| XYZ | 6.45 | 4.66 | 19.63 | - |
| YUV | 60.82 | 163.66 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 51 | 124 | 0.55 | 0.59 | 0 | 0.51 | 244.11 | 0.42 | 0.34 |
| Hex | 38 | 33 | 7C | 37 | 3B | 0 | 33 | F4 | 2A | 22 |
| Octal | 70 | 63 | 174 | 67 | 73 | 0 | 63 | 364 | 52 | 42 |
| Binary | 111000 | 110011 | 1111100 | 110111 | 111011 | 0 | 110011 | 11110100 | 101010 | 100010 |
Color Harmonies of #38337C
Complementary color
Monochromatic Colors of #38337C
Black with #38337C
Text Example
Text Example
White with #38337C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38337C; }
p { color: rgb(56,51,124); }
H1.HeaderClassName
{
color: #38337C;
}
.AnyTagClassName
{
color: #38337C;
}
</style>
background-color css
<style>
a { background-color: #38337C; }
a { background-color: rgb(56,51,124); }
div.DivClassName
{
background-color: #38337C;
}
.BgClassName
{
background-color: #38337C;
}
</style>
border-color css
<style>
span { border-color: #38337C; }
span { border-color: rgb(56,51,124); }
td.TdClassName
{
border-color: #38337C;
}
.TagClassName
{
border-color: #38337C;
}
</style>