Shades of Jacksons Purple #382F7A
Tints of Jacksons Purple #382F7A
RGB
CMYK
RGB Variations
Color information
#382F7A (or 0x382F7A) is known color: Jacksons Purple. HEX triplet: 38, 2F and 7A. RGB value is (56,47,122). Sum of RGB (Red+Green+Blue) = 56+47+122=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 47 (18.75% from 255 or 20.89% from 225); Blue value is 122 (48.05% from 255 or 54.22% from 225); Max value from RGB is 122 - color contains mainly: blue. Hex color #382F7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382F7A is #C7D085. Grayscale: #393939. Windows color (decimal): -13095046 or 8007480. OLE color: 8007480.
HSL color Cylindrical-coordinate representation of color #382F7A: hue angle of 247.2º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #382F7A is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 56 | 47 | 122 | - |
| CMYK | 0.54 | 0.61 | 0 | 0.52 |
| HSL | 247.2º | 0.44% | 0.33% | - |
| HSV(B) | 247.2º | 0.61% | 0.48% | - |
| XYZ | 6.16 | 4.28 | 18.91 | - |
| YUV | 58.24 | 163.98 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 47 | 122 | 0.54 | 0.61 | 0 | 0.52 | 247.2 | 0.44 | 0.33 |
| Hex | 38 | 2F | 7A | 36 | 3D | 0 | 34 | F7 | 2C | 21 |
| Octal | 70 | 57 | 172 | 66 | 75 | 0 | 64 | 367 | 54 | 41 |
| Binary | 111000 | 101111 | 1111010 | 110110 | 111101 | 0 | 110100 | 11110111 | 101100 | 100001 |
Color Harmonies of #382F7A
Complementary color
Monochromatic Colors of #382F7A
Black with #382F7A
Text Example
Text Example
White with #382F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382F7A; }
p { color: rgb(56,47,122); }
H1.HeaderClassName
{
color: #382F7A;
}
.AnyTagClassName
{
color: #382F7A;
}
</style>
background-color css
<style>
a { background-color: #382F7A; }
a { background-color: rgb(56,47,122); }
div.DivClassName
{
background-color: #382F7A;
}
.BgClassName
{
background-color: #382F7A;
}
</style>
border-color css
<style>
span { border-color: #382F7A; }
span { border-color: rgb(56,47,122); }
td.TdClassName
{
border-color: #382F7A;
}
.TagClassName
{
border-color: #382F7A;
}
</style>