Shades of Jacksons Purple #38367B
Tints of Jacksons Purple #38367B
RGB
CMYK
RGB Variations
Color information
#38367B (or 0x38367B) is known color: Jacksons Purple. HEX triplet: 38, 36 and 7B. RGB value is (56,54,123). Sum of RGB (Red+Green+Blue) = 56+54+123=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 123 (48.44% from 255 or 52.79% from 233); Max value from RGB is 123 - color contains mainly: blue. Hex color #38367B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38367B is #C7C984. Grayscale: #3E3E3E. Windows color (decimal): -13093253 or 8074808. OLE color: 8074808.
HSL color Cylindrical-coordinate representation of color #38367B: hue angle of 241.74º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #38367B is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 56 | 54 | 123 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.52 |
| HSL | 241.74º | 0.39% | 0.35% | - |
| HSV(B) | 241.74º | 0.56% | 0.48% | - |
| XYZ | 6.53 | 4.91 | 19.34 | - |
| YUV | 62.46 | 162.16 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 54 | 123 | 0.54 | 0.56 | 0 | 0.52 | 241.74 | 0.39 | 0.35 |
| Hex | 38 | 36 | 7B | 36 | 38 | 0 | 34 | F2 | 27 | 23 |
| Octal | 70 | 66 | 173 | 66 | 70 | 0 | 64 | 362 | 47 | 43 |
| Binary | 111000 | 110110 | 1111011 | 110110 | 111000 | 0 | 110100 | 11110010 | 100111 | 100011 |
Color Harmonies of #38367B
Complementary color
Monochromatic Colors of #38367B
Black with #38367B
Text Example
Text Example
White with #38367B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38367B; }
p { color: rgb(56,54,123); }
H1.HeaderClassName
{
color: #38367B;
}
.AnyTagClassName
{
color: #38367B;
}
</style>
background-color css
<style>
a { background-color: #38367B; }
a { background-color: rgb(56,54,123); }
div.DivClassName
{
background-color: #38367B;
}
.BgClassName
{
background-color: #38367B;
}
</style>
border-color css
<style>
span { border-color: #38367B; }
span { border-color: rgb(56,54,123); }
td.TdClassName
{
border-color: #38367B;
}
.TagClassName
{
border-color: #38367B;
}
</style>