Shades of Jacksons Purple #383889
Tints of Jacksons Purple #383889
RGB
CMYK
RGB Variations
Color information
#383889 (or 0x383889) is known color: Jacksons Purple. HEX triplet: 38, 38 and 89. RGB value is (56,56,137). Sum of RGB (Red+Green+Blue) = 56+56+137=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 137 (53.91% from 255 or 55.02% from 249); Max value from RGB is 137 - color contains mainly: blue. Hex color #383889 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383889 is #C7C776. Grayscale: #404040. Windows color (decimal): -13092727 or 8992824. OLE color: 8992824.
HSL color Cylindrical-coordinate representation of color #383889: hue angle of 240º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #383889 is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 56 | 137 | - |
| CMYK | 0.59 | 0.59 | 0 | 0.46 |
| HSL | 240º | 0.42% | 0.38% | - |
| HSV(B) | 240º | 0.59% | 0.54% | - |
| XYZ | 7.56 | 5.48 | 24.33 | - |
| YUV | 65.23 | 168.5 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 56 | 137 | 0.59 | 0.59 | 0 | 0.46 | 240 | 0.42 | 0.38 |
| Hex | 38 | 38 | 89 | 3B | 3B | 0 | 2E | F0 | 2A | 26 |
| Octal | 70 | 70 | 211 | 73 | 73 | 0 | 56 | 360 | 52 | 46 |
| Binary | 111000 | 111000 | 10001001 | 111011 | 111011 | 0 | 101110 | 11110000 | 101010 | 100110 |
Color Harmonies of #383889
Complementary color
Monochromatic Colors of #383889
Black with #383889
Text Example
Text Example
White with #383889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383889; }
p { color: rgb(56,56,137); }
H1.HeaderClassName
{
color: #383889;
}
.AnyTagClassName
{
color: #383889;
}
</style>
background-color css
<style>
a { background-color: #383889; }
a { background-color: rgb(56,56,137); }
div.DivClassName
{
background-color: #383889;
}
.BgClassName
{
background-color: #383889;
}
</style>
border-color css
<style>
span { border-color: #383889; }
span { border-color: rgb(56,56,137); }
td.TdClassName
{
border-color: #383889;
}
.TagClassName
{
border-color: #383889;
}
</style>