Shades of Jacksons Purple #383C89
Tints of Jacksons Purple #383C89
RGB
CMYK
RGB Variations
Color information
#383C89 (or 0x383C89) is known color: Jacksons Purple. HEX triplet: 38, 3C and 89. RGB value is (56,60,137). Sum of RGB (Red+Green+Blue) = 56+60+137=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 137 (53.91% from 255 or 54.15% from 253); Max value from RGB is 137 - color contains mainly: blue. Hex color #383C89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383C89 is #C7C376. Grayscale: #434343. Windows color (decimal): -13091703 or 8993848. OLE color: 8993848.
HSL color Cylindrical-coordinate representation of color #383C89: hue angle of 237.04º 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 #383C89 is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 60 | 137 | - |
| CMYK | 0.59 | 0.56 | 0 | 0.46 |
| HSL | 237.04º | 0.42% | 0.38% | - |
| HSV(B) | 237.04º | 0.59% | 0.54% | - |
| XYZ | 7.76 | 5.88 | 24.39 | - |
| YUV | 67.58 | 167.17 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 60 | 137 | 0.59 | 0.56 | 0 | 0.46 | 237.04 | 0.42 | 0.38 |
| Hex | 38 | 3C | 89 | 3B | 38 | 0 | 2E | ED | 2A | 26 |
| Octal | 70 | 74 | 211 | 73 | 70 | 0 | 56 | 355 | 52 | 46 |
| Binary | 111000 | 111100 | 10001001 | 111011 | 111000 | 0 | 101110 | 11101101 | 101010 | 100110 |
Color Harmonies of #383C89
Complementary color
Monochromatic Colors of #383C89
Black with #383C89
Text Example
Text Example
White with #383C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383C89; }
p { color: rgb(56,60,137); }
H1.HeaderClassName
{
color: #383C89;
}
.AnyTagClassName
{
color: #383C89;
}
</style>
background-color css
<style>
a { background-color: #383C89; }
a { background-color: rgb(56,60,137); }
div.DivClassName
{
background-color: #383C89;
}
.BgClassName
{
background-color: #383C89;
}
</style>
border-color css
<style>
span { border-color: #383C89; }
span { border-color: rgb(56,60,137); }
td.TdClassName
{
border-color: #383C89;
}
.TagClassName
{
border-color: #383C89;
}
</style>