Shades of Jacksons Purple #383685
Tints of Jacksons Purple #383685
RGB
CMYK
RGB Variations
Color information
#383685 (or 0x383685) is known color: Jacksons Purple. HEX triplet: 38, 36 and 85. RGB value is (56,54,133). Sum of RGB (Red+Green+Blue) = 56+54+133=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 133 (52.34% from 255 or 54.73% from 243); Max value from RGB is 133 - color contains mainly: blue. Hex color #383685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383685 is #C7C97A. Grayscale: #3F3F3F. Windows color (decimal): -13093243 or 8730168. OLE color: 8730168.
HSL color Cylindrical-coordinate representation of color #383685: hue angle of 241.52º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #383685 is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 56 | 54 | 133 | - |
| CMYK | 0.58 | 0.59 | 0 | 0.48 |
| HSL | 241.52º | 0.42% | 0.37% | - |
| HSV(B) | 241.52º | 0.59% | 0.52% | - |
| XYZ | 7.18 | 5.17 | 22.81 | - |
| YUV | 63.6 | 167.16 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 54 | 133 | 0.58 | 0.59 | 0 | 0.48 | 241.52 | 0.42 | 0.37 |
| Hex | 38 | 36 | 85 | 3A | 3B | 0 | 30 | F2 | 2A | 25 |
| Octal | 70 | 66 | 205 | 72 | 73 | 0 | 60 | 362 | 52 | 45 |
| Binary | 111000 | 110110 | 10000101 | 111010 | 111011 | 0 | 110000 | 11110010 | 101010 | 100101 |
Color Harmonies of #383685
Complementary color
Monochromatic Colors of #383685
Black with #383685
Text Example
Text Example
White with #383685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383685; }
p { color: rgb(56,54,133); }
H1.HeaderClassName
{
color: #383685;
}
.AnyTagClassName
{
color: #383685;
}
</style>
background-color css
<style>
a { background-color: #383685; }
a { background-color: rgb(56,54,133); }
div.DivClassName
{
background-color: #383685;
}
.BgClassName
{
background-color: #383685;
}
</style>
border-color css
<style>
span { border-color: #383685; }
span { border-color: rgb(56,54,133); }
td.TdClassName
{
border-color: #383685;
}
.TagClassName
{
border-color: #383685;
}
</style>