Shades of Jacksons Purple #38317F
Tints of Jacksons Purple #38317F
RGB
CMYK
RGB Variations
Color information
#38317F (or 0x38317F) is known color: Jacksons Purple. HEX triplet: 38, 31 and 7F. RGB value is (56,49,127). Sum of RGB (Red+Green+Blue) = 56+49+127=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 127 (50% from 255 or 54.74% from 232); Max value from RGB is 127 - color contains mainly: blue. Hex color #38317F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38317F is #C7CE80. Grayscale: #3B3B3B. Windows color (decimal): -13094529 or 8335672. OLE color: 8335672.
HSL color Cylindrical-coordinate representation of color #38317F: hue angle of 245.38º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38317F is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 56 | 49 | 127 | - |
| CMYK | 0.56 | 0.61 | 0 | 0.50 |
| HSL | 245.38º | 0.44% | 0.35% | - |
| HSV(B) | 245.38º | 0.61% | 0.5% | - |
| XYZ | 6.56 | 4.57 | 20.61 | - |
| YUV | 59.99 | 165.82 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 49 | 127 | 0.56 | 0.61 | 0 | 0.50 | 245.38 | 0.44 | 0.35 |
| Hex | 38 | 31 | 7F | 38 | 3D | 0 | 32 | F5 | 2C | 23 |
| Octal | 70 | 61 | 177 | 70 | 75 | 0 | 62 | 365 | 54 | 43 |
| Binary | 111000 | 110001 | 1111111 | 111000 | 111101 | 0 | 110010 | 11110101 | 101100 | 100011 |
Color Harmonies of #38317F
Complementary color
Monochromatic Colors of #38317F
Black with #38317F
Text Example
Text Example
White with #38317F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38317F; }
p { color: rgb(56,49,127); }
H1.HeaderClassName
{
color: #38317F;
}
.AnyTagClassName
{
color: #38317F;
}
</style>
background-color css
<style>
a { background-color: #38317F; }
a { background-color: rgb(56,49,127); }
div.DivClassName
{
background-color: #38317F;
}
.BgClassName
{
background-color: #38317F;
}
</style>
border-color css
<style>
span { border-color: #38317F; }
span { border-color: rgb(56,49,127); }
td.TdClassName
{
border-color: #38317F;
}
.TagClassName
{
border-color: #38317F;
}
</style>