Shades of Jacksons Purple #383E96
Tints of Jacksons Purple #383E96
RGB
CMYK
RGB Variations
Color information
#383E96 (or 0x383E96) is known color: Jacksons Purple. HEX triplet: 38, 3E and 96. RGB value is (56,62,150). Sum of RGB (Red+Green+Blue) = 56+62+150=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 62 (24.61% from 255 or 23.13% from 268); Blue value is 150 (58.98% from 255 or 55.97% from 268); Max value from RGB is 150 - color contains mainly: blue. Hex color #383E96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383E96 is #C7C169. Grayscale: #454545. Windows color (decimal): -13091178 or 9846328. OLE color: 9846328.
HSL color Cylindrical-coordinate representation of color #383E96: hue angle of 236.17º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #383E96 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 56 | 62 | 150 | - |
| CMYK | 0.63 | 0.59 | 0 | 0.41 |
| HSL | 236.17º | 0.46% | 0.4% | - |
| HSV(B) | 236.17º | 0.63% | 0.59% | - |
| XYZ | 8.86 | 6.49 | 29.64 | - |
| YUV | 70.24 | 173.01 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 62 | 150 | 0.63 | 0.59 | 0 | 0.41 | 236.17 | 0.46 | 0.4 |
| Hex | 38 | 3E | 96 | 3F | 3B | 0 | 29 | EC | 2E | 28 |
| Octal | 70 | 76 | 226 | 77 | 73 | 0 | 51 | 354 | 56 | 50 |
| Binary | 111000 | 111110 | 10010110 | 111111 | 111011 | 0 | 101001 | 11101100 | 101110 | 101000 |
Color Harmonies of #383E96
Complementary color
Monochromatic Colors of #383E96
Black with #383E96
Text Example
Text Example
White with #383E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383E96; }
p { color: rgb(56,62,150); }
H1.HeaderClassName
{
color: #383E96;
}
.AnyTagClassName
{
color: #383E96;
}
</style>
background-color css
<style>
a { background-color: #383E96; }
a { background-color: rgb(56,62,150); }
div.DivClassName
{
background-color: #383E96;
}
.BgClassName
{
background-color: #383E96;
}
</style>
border-color css
<style>
span { border-color: #383E96; }
span { border-color: rgb(56,62,150); }
td.TdClassName
{
border-color: #383E96;
}
.TagClassName
{
border-color: #383E96;
}
</style>