Shades of Jacksons Purple #38337A
Tints of Jacksons Purple #38337A
RGB
CMYK
RGB Variations
Color information
#38337A (or 0x38337A) is known color: Jacksons Purple. HEX triplet: 38, 33 and 7A. RGB value is (56,51,122). Sum of RGB (Red+Green+Blue) = 56+51+122=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 122 (48.05% from 255 or 53.28% from 229); Max value from RGB is 122 - color contains mainly: blue. Hex color #38337A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38337A is #C7CC85. Grayscale: #3C3C3C. Windows color (decimal): -13094022 or 8008504. OLE color: 8008504.
HSL color Cylindrical-coordinate representation of color #38337A: hue angle of 244.23º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #38337A is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 56 | 51 | 122 | - |
| CMYK | 0.54 | 0.58 | 0 | 0.52 |
| HSL | 244.23º | 0.41% | 0.34% | - |
| HSV(B) | 244.23º | 0.58% | 0.48% | - |
| XYZ | 6.33 | 4.61 | 18.97 | - |
| YUV | 60.59 | 162.66 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 51 | 122 | 0.54 | 0.58 | 0 | 0.52 | 244.23 | 0.41 | 0.34 |
| Hex | 38 | 33 | 7A | 36 | 3A | 0 | 34 | F4 | 29 | 22 |
| Octal | 70 | 63 | 172 | 66 | 72 | 0 | 64 | 364 | 51 | 42 |
| Binary | 111000 | 110011 | 1111010 | 110110 | 111010 | 0 | 110100 | 11110100 | 101001 | 100010 |
Color Harmonies of #38337A
Complementary color
Monochromatic Colors of #38337A
Black with #38337A
Text Example
Text Example
White with #38337A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38337A; }
p { color: rgb(56,51,122); }
H1.HeaderClassName
{
color: #38337A;
}
.AnyTagClassName
{
color: #38337A;
}
</style>
background-color css
<style>
a { background-color: #38337A; }
a { background-color: rgb(56,51,122); }
div.DivClassName
{
background-color: #38337A;
}
.BgClassName
{
background-color: #38337A;
}
</style>
border-color css
<style>
span { border-color: #38337A; }
span { border-color: rgb(56,51,122); }
td.TdClassName
{
border-color: #38337A;
}
.TagClassName
{
border-color: #38337A;
}
</style>