Shades of Jacksons Purple #383389
Tints of Jacksons Purple #383389
RGB
CMYK
RGB Variations
Color information
#383389 (or 0x383389) is known color: Jacksons Purple. HEX triplet: 38, 33 and 89. RGB value is (56,51,137). Sum of RGB (Red+Green+Blue) = 56+51+137=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 137 (53.91% from 255 or 56.15% from 244); Max value from RGB is 137 - color contains mainly: blue. Hex color #383389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383389 is #C7CC76. Grayscale: #3D3D3D. Windows color (decimal): -13094007 or 8991544. OLE color: 8991544.
HSL color Cylindrical-coordinate representation of color #383389: hue angle of 243.49º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #383389 is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 51 | 137 | - |
| CMYK | 0.59 | 0.63 | 0 | 0.46 |
| HSL | 243.49º | 0.46% | 0.37% | - |
| HSV(B) | 243.49º | 0.63% | 0.54% | - |
| XYZ | 7.33 | 5.01 | 24.25 | - |
| YUV | 62.3 | 170.16 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 51 | 137 | 0.59 | 0.63 | 0 | 0.46 | 243.49 | 0.46 | 0.37 |
| Hex | 38 | 33 | 89 | 3B | 3F | 0 | 2E | F3 | 2E | 25 |
| Octal | 70 | 63 | 211 | 73 | 77 | 0 | 56 | 363 | 56 | 45 |
| Binary | 111000 | 110011 | 10001001 | 111011 | 111111 | 0 | 101110 | 11110011 | 101110 | 100101 |
Color Harmonies of #383389
Complementary color
Monochromatic Colors of #383389
Black with #383389
Text Example
Text Example
White with #383389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383389; }
p { color: rgb(56,51,137); }
H1.HeaderClassName
{
color: #383389;
}
.AnyTagClassName
{
color: #383389;
}
</style>
background-color css
<style>
a { background-color: #383389; }
a { background-color: rgb(56,51,137); }
div.DivClassName
{
background-color: #383389;
}
.BgClassName
{
background-color: #383389;
}
</style>
border-color css
<style>
span { border-color: #383389; }
span { border-color: rgb(56,51,137); }
td.TdClassName
{
border-color: #383389;
}
.TagClassName
{
border-color: #383389;
}
</style>