Shades of Jacksons Purple #383385
Tints of Jacksons Purple #383385
RGB
CMYK
RGB Variations
Color information
#383385 (or 0x383385) is known color: Jacksons Purple. HEX triplet: 38, 33 and 85. RGB value is (56,51,133). Sum of RGB (Red+Green+Blue) = 56+51+133=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 133 (52.34% from 255 or 55.42% from 240); Max value from RGB is 133 - color contains mainly: blue. Hex color #383385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383385 is #C7CC7A. Grayscale: #3D3D3D. Windows color (decimal): -13094011 or 8729400. OLE color: 8729400.
HSL color Cylindrical-coordinate representation of color #383385: hue angle of 243.66º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #383385 is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 56 | 51 | 133 | - |
| CMYK | 0.58 | 0.62 | 0 | 0.48 |
| HSL | 243.66º | 0.45% | 0.36% | - |
| HSV(B) | 243.66º | 0.62% | 0.52% | - |
| XYZ | 7.05 | 4.9 | 22.76 | - |
| YUV | 61.84 | 168.16 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 51 | 133 | 0.58 | 0.62 | 0 | 0.48 | 243.66 | 0.45 | 0.36 |
| Hex | 38 | 33 | 85 | 3A | 3E | 0 | 30 | F4 | 2D | 24 |
| Octal | 70 | 63 | 205 | 72 | 76 | 0 | 60 | 364 | 55 | 44 |
| Binary | 111000 | 110011 | 10000101 | 111010 | 111110 | 0 | 110000 | 11110100 | 101101 | 100100 |
Color Harmonies of #383385
Complementary color
Monochromatic Colors of #383385
Black with #383385
Text Example
Text Example
White with #383385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383385; }
p { color: rgb(56,51,133); }
H1.HeaderClassName
{
color: #383385;
}
.AnyTagClassName
{
color: #383385;
}
</style>
background-color css
<style>
a { background-color: #383385; }
a { background-color: rgb(56,51,133); }
div.DivClassName
{
background-color: #383385;
}
.BgClassName
{
background-color: #383385;
}
</style>
border-color css
<style>
span { border-color: #383385; }
span { border-color: rgb(56,51,133); }
td.TdClassName
{
border-color: #383385;
}
.TagClassName
{
border-color: #383385;
}
</style>