Shades of Jacksons Purple #383689
Tints of Jacksons Purple #383689
RGB
CMYK
RGB Variations
Color information
#383689 (or 0x383689) is known color: Jacksons Purple. HEX triplet: 38, 36 and 89. RGB value is (56,54,137). Sum of RGB (Red+Green+Blue) = 56+54+137=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 137 (53.91% from 255 or 55.47% from 247); Max value from RGB is 137 - color contains mainly: blue. Hex color #383689 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383689 is #C7C976. Grayscale: #3F3F3F. Windows color (decimal): -13093239 or 8992312. OLE color: 8992312.
HSL color Cylindrical-coordinate representation of color #383689: hue angle of 241.45º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #383689 is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 54 | 137 | - |
| CMYK | 0.59 | 0.61 | 0 | 0.46 |
| HSL | 241.45º | 0.43% | 0.37% | - |
| HSV(B) | 241.45º | 0.61% | 0.54% | - |
| XYZ | 7.47 | 5.29 | 24.29 | - |
| YUV | 64.06 | 169.16 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 54 | 137 | 0.59 | 0.61 | 0 | 0.46 | 241.45 | 0.43 | 0.37 |
| Hex | 38 | 36 | 89 | 3B | 3D | 0 | 2E | F1 | 2B | 25 |
| Octal | 70 | 66 | 211 | 73 | 75 | 0 | 56 | 361 | 53 | 45 |
| Binary | 111000 | 110110 | 10001001 | 111011 | 111101 | 0 | 101110 | 11110001 | 101011 | 100101 |
Color Harmonies of #383689
Complementary color
Monochromatic Colors of #383689
Black with #383689
Text Example
Text Example
White with #383689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383689; }
p { color: rgb(56,54,137); }
H1.HeaderClassName
{
color: #383689;
}
.AnyTagClassName
{
color: #383689;
}
</style>
background-color css
<style>
a { background-color: #383689; }
a { background-color: rgb(56,54,137); }
div.DivClassName
{
background-color: #383689;
}
.BgClassName
{
background-color: #383689;
}
</style>
border-color css
<style>
span { border-color: #383689; }
span { border-color: rgb(56,54,137); }
td.TdClassName
{
border-color: #383689;
}
.TagClassName
{
border-color: #383689;
}
</style>