Shades of Jacksons Purple #383F83
Tints of Jacksons Purple #383F83
RGB
CMYK
RGB Variations
Color information
#383F83 (or 0x383F83) is known color: Jacksons Purple. HEX triplet: 38, 3F and 83. RGB value is (56,63,131). Sum of RGB (Red+Green+Blue) = 56+63+131=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 63 (25% from 255 or 25.2% from 250); Blue value is 131 (51.56% from 255 or 52.4% from 250); Max value from RGB is 131 - color contains mainly: blue. Hex color #383F83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383F83 is #C7C07C. Grayscale: #444444. Windows color (decimal): -13090941 or 8601400. OLE color: 8601400.
HSL color Cylindrical-coordinate representation of color #383F83: hue angle of 234.4º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #383F83 is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 63 | 131 | - |
| CMYK | 0.57 | 0.52 | 0 | 0.49 |
| HSL | 234.4º | 0.4% | 0.37% | - |
| HSV(B) | 234.4º | 0.57% | 0.51% | - |
| XYZ | 7.51 | 6.03 | 22.24 | - |
| YUV | 68.66 | 163.18 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 63 | 131 | 0.57 | 0.52 | 0 | 0.49 | 234.4 | 0.4 | 0.37 |
| Hex | 38 | 3F | 83 | 39 | 34 | 0 | 31 | EA | 28 | 25 |
| Octal | 70 | 77 | 203 | 71 | 64 | 0 | 61 | 352 | 50 | 45 |
| Binary | 111000 | 111111 | 10000011 | 111001 | 110100 | 0 | 110001 | 11101010 | 101000 | 100101 |
Color Harmonies of #383F83
Complementary color
Monochromatic Colors of #383F83
Black with #383F83
Text Example
Text Example
White with #383F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383F83; }
p { color: rgb(56,63,131); }
H1.HeaderClassName
{
color: #383F83;
}
.AnyTagClassName
{
color: #383F83;
}
</style>
background-color css
<style>
a { background-color: #383F83; }
a { background-color: rgb(56,63,131); }
div.DivClassName
{
background-color: #383F83;
}
.BgClassName
{
background-color: #383F83;
}
</style>
border-color css
<style>
span { border-color: #383F83; }
span { border-color: rgb(56,63,131); }
td.TdClassName
{
border-color: #383F83;
}
.TagClassName
{
border-color: #383F83;
}
</style>