Shades of Jacksons Purple #383D85
Tints of Jacksons Purple #383D85
RGB
CMYK
RGB Variations
Color information
#383D85 (or 0x383D85) is known color: Jacksons Purple. HEX triplet: 38, 3D and 85. RGB value is (56,61,133). Sum of RGB (Red+Green+Blue) = 56+61+133=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 61 (24.22% from 255 or 24.4% from 250); Blue value is 133 (52.34% from 255 or 53.2% from 250); Max value from RGB is 133 - color contains mainly: blue. Hex color #383D85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383D85 is #C7C27A. Grayscale: #434343. Windows color (decimal): -13091451 or 8731960. OLE color: 8731960.
HSL color Cylindrical-coordinate representation of color #383D85: hue angle of 236.1º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #383D85 is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 56 | 61 | 133 | - |
| CMYK | 0.58 | 0.54 | 0 | 0.48 |
| HSL | 236.1º | 0.41% | 0.37% | - |
| HSV(B) | 236.1º | 0.58% | 0.52% | - |
| XYZ | 7.53 | 5.87 | 22.93 | - |
| YUV | 67.71 | 164.84 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 61 | 133 | 0.58 | 0.54 | 0 | 0.48 | 236.1 | 0.41 | 0.37 |
| Hex | 38 | 3D | 85 | 3A | 36 | 0 | 30 | EC | 29 | 25 |
| Octal | 70 | 75 | 205 | 72 | 66 | 0 | 60 | 354 | 51 | 45 |
| Binary | 111000 | 111101 | 10000101 | 111010 | 110110 | 0 | 110000 | 11101100 | 101001 | 100101 |
Color Harmonies of #383D85
Complementary color
Monochromatic Colors of #383D85
Black with #383D85
Text Example
Text Example
White with #383D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383D85; }
p { color: rgb(56,61,133); }
H1.HeaderClassName
{
color: #383D85;
}
.AnyTagClassName
{
color: #383D85;
}
</style>
background-color css
<style>
a { background-color: #383D85; }
a { background-color: rgb(56,61,133); }
div.DivClassName
{
background-color: #383D85;
}
.BgClassName
{
background-color: #383D85;
}
</style>
border-color css
<style>
span { border-color: #383D85; }
span { border-color: rgb(56,61,133); }
td.TdClassName
{
border-color: #383D85;
}
.TagClassName
{
border-color: #383D85;
}
</style>