Shades of Jacksons Purple #383991
Tints of Jacksons Purple #383991
RGB
CMYK
RGB Variations
Color information
#383991 (or 0x383991) is known color: Jacksons Purple. HEX triplet: 38, 39 and 91. RGB value is (56,57,145). Sum of RGB (Red+Green+Blue) = 56+57+145=258 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.71% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 145 (57.03% from 255 or 56.20% from 258); Max value from RGB is 145 - color contains mainly: blue. Hex color #383991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383991 is #C7C66E. Grayscale: #424242. Windows color (decimal): -13092463 or 9517368. OLE color: 9517368.
HSL color Cylindrical-coordinate representation of color #383991: hue angle of 239.33º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #383991 is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 56 | 57 | 145 | - |
| CMYK | 0.61 | 0.61 | 0 | 0.43 |
| HSL | 239.33º | 0.44% | 0.39% | - |
| HSV(B) | 239.33º | 0.61% | 0.57% | - |
| XYZ | 8.2 | 5.81 | 27.48 | - |
| YUV | 66.73 | 172.17 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 57 | 145 | 0.61 | 0.61 | 0 | 0.43 | 239.33 | 0.44 | 0.39 |
| Hex | 38 | 39 | 91 | 3D | 3D | 0 | 2B | EF | 2C | 27 |
| Octal | 70 | 71 | 221 | 75 | 75 | 0 | 53 | 357 | 54 | 47 |
| Binary | 111000 | 111001 | 10010001 | 111101 | 111101 | 0 | 101011 | 11101111 | 101100 | 100111 |
Color Harmonies of #383991
Complementary color
Monochromatic Colors of #383991
Black with #383991
Text Example
Text Example
White with #383991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383991; }
p { color: rgb(56,57,145); }
H1.HeaderClassName
{
color: #383991;
}
.AnyTagClassName
{
color: #383991;
}
</style>
background-color css
<style>
a { background-color: #383991; }
a { background-color: rgb(56,57,145); }
div.DivClassName
{
background-color: #383991;
}
.BgClassName
{
background-color: #383991;
}
</style>
border-color css
<style>
span { border-color: #383991; }
span { border-color: rgb(56,57,145); }
td.TdClassName
{
border-color: #383991;
}
.TagClassName
{
border-color: #383991;
}
</style>