Shades of Jacksons Purple #382F7D
Tints of Jacksons Purple #382F7D
RGB
CMYK
RGB Variations
Color information
#382F7D (or 0x382F7D) is known color: Jacksons Purple. HEX triplet: 38, 2F and 7D. RGB value is (56,47,125). Sum of RGB (Red+Green+Blue) = 56+47+125=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 47 (18.75% from 255 or 20.61% from 228); Blue value is 125 (49.22% from 255 or 54.82% from 228); Max value from RGB is 125 - color contains mainly: blue. Hex color #382F7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382F7D is #C7D082. Grayscale: #3A3A3A. Windows color (decimal): -13095043 or 8204088. OLE color: 8204088.
HSL color Cylindrical-coordinate representation of color #382F7D: hue angle of 246.92º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #382F7D is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 47 | 125 | - |
| CMYK | 0.55 | 0.62 | 0 | 0.51 |
| HSL | 246.92º | 0.45% | 0.34% | - |
| HSV(B) | 246.92º | 0.62% | 0.49% | - |
| XYZ | 6.35 | 4.35 | 19.91 | - |
| YUV | 58.58 | 165.48 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 47 | 125 | 0.55 | 0.62 | 0 | 0.51 | 246.92 | 0.45 | 0.34 |
| Hex | 38 | 2F | 7D | 37 | 3E | 0 | 33 | F7 | 2D | 22 |
| Octal | 70 | 57 | 175 | 67 | 76 | 0 | 63 | 367 | 55 | 42 |
| Binary | 111000 | 101111 | 1111101 | 110111 | 111110 | 0 | 110011 | 11110111 | 101101 | 100010 |
Color Harmonies of #382F7D
Complementary color
Monochromatic Colors of #382F7D
Black with #382F7D
Text Example
Text Example
White with #382F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382F7D; }
p { color: rgb(56,47,125); }
H1.HeaderClassName
{
color: #382F7D;
}
.AnyTagClassName
{
color: #382F7D;
}
</style>
background-color css
<style>
a { background-color: #382F7D; }
a { background-color: rgb(56,47,125); }
div.DivClassName
{
background-color: #382F7D;
}
.BgClassName
{
background-color: #382F7D;
}
</style>
border-color css
<style>
span { border-color: #382F7D; }
span { border-color: rgb(56,47,125); }
td.TdClassName
{
border-color: #382F7D;
}
.TagClassName
{
border-color: #382F7D;
}
</style>