Shades of Jacksons Purple #383D91
Tints of Jacksons Purple #383D91
RGB
CMYK
RGB Variations
Color information
#383D91 (or 0x383D91) is known color: Jacksons Purple. HEX triplet: 38, 3D and 91. RGB value is (56,61,145). Sum of RGB (Red+Green+Blue) = 56+61+145=262 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.37% from 262); Green value is 61 (24.22% from 255 or 23.28% from 262); Blue value is 145 (57.03% from 255 or 55.34% from 262); Max value from RGB is 145 - color contains mainly: blue. Hex color #383D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383D91 is #C7C26E. Grayscale: #444444. Windows color (decimal): -13091439 or 9518392. OLE color: 9518392.
HSL color Cylindrical-coordinate representation of color #383D91: hue angle of 236.63º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #383D91 is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 56 | 61 | 145 | - |
| CMYK | 0.61 | 0.58 | 0 | 0.43 |
| HSL | 236.63º | 0.44% | 0.39% | - |
| HSV(B) | 236.63º | 0.61% | 0.57% | - |
| XYZ | 8.41 | 6.22 | 27.55 | - |
| YUV | 69.08 | 170.84 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 61 | 145 | 0.61 | 0.58 | 0 | 0.43 | 236.63 | 0.44 | 0.39 |
| Hex | 38 | 3D | 91 | 3D | 3A | 0 | 2B | ED | 2C | 27 |
| Octal | 70 | 75 | 221 | 75 | 72 | 0 | 53 | 355 | 54 | 47 |
| Binary | 111000 | 111101 | 10010001 | 111101 | 111010 | 0 | 101011 | 11101101 | 101100 | 100111 |
Color Harmonies of #383D91
Complementary color
Monochromatic Colors of #383D91
Black with #383D91
Text Example
Text Example
White with #383D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383D91; }
p { color: rgb(56,61,145); }
H1.HeaderClassName
{
color: #383D91;
}
.AnyTagClassName
{
color: #383D91;
}
</style>
background-color css
<style>
a { background-color: #383D91; }
a { background-color: rgb(56,61,145); }
div.DivClassName
{
background-color: #383D91;
}
.BgClassName
{
background-color: #383D91;
}
</style>
border-color css
<style>
span { border-color: #383D91; }
span { border-color: rgb(56,61,145); }
td.TdClassName
{
border-color: #383D91;
}
.TagClassName
{
border-color: #383D91;
}
</style>