Shades of Jacksons Purple #383582
Tints of Jacksons Purple #383582
RGB
CMYK
RGB Variations
Color information
#383582 (or 0x383582) is known color: Jacksons Purple. HEX triplet: 38, 35 and 82. RGB value is (56,53,130). Sum of RGB (Red+Green+Blue) = 56+53+130=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 130 (51.17% from 255 or 54.39% from 239); Max value from RGB is 130 - color contains mainly: blue. Hex color #383582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383582 is #C7CA7D. Grayscale: #3E3E3E. Windows color (decimal): -13093502 or 8533304. OLE color: 8533304.
HSL color Cylindrical-coordinate representation of color #383582: hue angle of 242.34º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #383582 is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 53 | 130 | - |
| CMYK | 0.57 | 0.59 | 0 | 0.49 |
| HSL | 242.34º | 0.42% | 0.36% | - |
| HSV(B) | 242.34º | 0.59% | 0.51% | - |
| XYZ | 6.93 | 5 | 21.72 | - |
| YUV | 62.68 | 165.99 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 53 | 130 | 0.57 | 0.59 | 0 | 0.49 | 242.34 | 0.42 | 0.36 |
| Hex | 38 | 35 | 82 | 39 | 3B | 0 | 31 | F2 | 2A | 24 |
| Octal | 70 | 65 | 202 | 71 | 73 | 0 | 61 | 362 | 52 | 44 |
| Binary | 111000 | 110101 | 10000010 | 111001 | 111011 | 0 | 110001 | 11110010 | 101010 | 100100 |
Color Harmonies of #383582
Complementary color
Monochromatic Colors of #383582
Black with #383582
Text Example
Text Example
White with #383582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383582; }
p { color: rgb(56,53,130); }
H1.HeaderClassName
{
color: #383582;
}
.AnyTagClassName
{
color: #383582;
}
</style>
background-color css
<style>
a { background-color: #383582; }
a { background-color: rgb(56,53,130); }
div.DivClassName
{
background-color: #383582;
}
.BgClassName
{
background-color: #383582;
}
</style>
border-color css
<style>
span { border-color: #383582; }
span { border-color: rgb(56,53,130); }
td.TdClassName
{
border-color: #383582;
}
.TagClassName
{
border-color: #383582;
}
</style>