Shades of Jacksons Purple #38367C
Tints of Jacksons Purple #38367C
RGB
CMYK
RGB Variations
Color information
#38367C (or 0x38367C) is known color: Jacksons Purple. HEX triplet: 38, 36 and 7C. RGB value is (56,54,124). Sum of RGB (Red+Green+Blue) = 56+54+124=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 124 (48.83% from 255 or 52.99% from 234); Max value from RGB is 124 - color contains mainly: blue. Hex color #38367C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38367C is #C7C983. Grayscale: #3E3E3E. Windows color (decimal): -13093252 or 8140344. OLE color: 8140344.
HSL color Cylindrical-coordinate representation of color #38367C: hue angle of 241.71º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #38367C is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 54 | 124 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.51 |
| HSL | 241.71º | 0.39% | 0.35% | - |
| HSV(B) | 241.71º | 0.56% | 0.49% | - |
| XYZ | 6.59 | 4.93 | 19.67 | - |
| YUV | 62.58 | 162.66 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 54 | 124 | 0.55 | 0.56 | 0 | 0.51 | 241.71 | 0.39 | 0.35 |
| Hex | 38 | 36 | 7C | 37 | 38 | 0 | 33 | F2 | 27 | 23 |
| Octal | 70 | 66 | 174 | 67 | 70 | 0 | 63 | 362 | 47 | 43 |
| Binary | 111000 | 110110 | 1111100 | 110111 | 111000 | 0 | 110011 | 11110010 | 100111 | 100011 |
Color Harmonies of #38367C
Complementary color
Monochromatic Colors of #38367C
Black with #38367C
Text Example
Text Example
White with #38367C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38367C; }
p { color: rgb(56,54,124); }
H1.HeaderClassName
{
color: #38367C;
}
.AnyTagClassName
{
color: #38367C;
}
</style>
background-color css
<style>
a { background-color: #38367C; }
a { background-color: rgb(56,54,124); }
div.DivClassName
{
background-color: #38367C;
}
.BgClassName
{
background-color: #38367C;
}
</style>
border-color css
<style>
span { border-color: #38367C; }
span { border-color: rgb(56,54,124); }
td.TdClassName
{
border-color: #38367C;
}
.TagClassName
{
border-color: #38367C;
}
</style>