Shades of Jacksons Purple #383E7B
Tints of Jacksons Purple #383E7B
RGB
CMYK
RGB Variations
Color information
#383E7B (or 0x383E7B) is known color: Jacksons Purple. HEX triplet: 38, 3E and 7B. RGB value is (56,62,123). Sum of RGB (Red+Green+Blue) = 56+62+123=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 62 (24.61% from 255 or 25.73% from 241); Blue value is 123 (48.44% from 255 or 51.04% from 241); Max value from RGB is 123 - color contains mainly: blue. Hex color #383E7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383E7B is #C7C184. Grayscale: #424242. Windows color (decimal): -13091205 or 8076856. OLE color: 8076856.
HSL color Cylindrical-coordinate representation of color #383E7B: hue angle of 234.63º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #383E7B is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 56 | 62 | 123 | - |
| CMYK | 0.54 | 0.50 | 0 | 0.52 |
| HSL | 234.63º | 0.37% | 0.35% | - |
| HSV(B) | 234.63º | 0.54% | 0.48% | - |
| XYZ | 6.93 | 5.72 | 19.48 | - |
| YUV | 67.16 | 159.51 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 62 | 123 | 0.54 | 0.50 | 0 | 0.52 | 234.63 | 0.37 | 0.35 |
| Hex | 38 | 3E | 7B | 36 | 32 | 0 | 34 | EB | 25 | 23 |
| Octal | 70 | 76 | 173 | 66 | 62 | 0 | 64 | 353 | 45 | 43 |
| Binary | 111000 | 111110 | 1111011 | 110110 | 110010 | 0 | 110100 | 11101011 | 100101 | 100011 |
Color Harmonies of #383E7B
Complementary color
Monochromatic Colors of #383E7B
Black with #383E7B
Text Example
Text Example
White with #383E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383E7B; }
p { color: rgb(56,62,123); }
H1.HeaderClassName
{
color: #383E7B;
}
.AnyTagClassName
{
color: #383E7B;
}
</style>
background-color css
<style>
a { background-color: #383E7B; }
a { background-color: rgb(56,62,123); }
div.DivClassName
{
background-color: #383E7B;
}
.BgClassName
{
background-color: #383E7B;
}
</style>
border-color css
<style>
span { border-color: #383E7B; }
span { border-color: rgb(56,62,123); }
td.TdClassName
{
border-color: #383E7B;
}
.TagClassName
{
border-color: #383E7B;
}
</style>