Shades of Jacksons Purple #383482
Tints of Jacksons Purple #383482
RGB
CMYK
RGB Variations
Color information
#383482 (or 0x383482) is known color: Jacksons Purple. HEX triplet: 38, 34 and 82. RGB value is (56,52,130). Sum of RGB (Red+Green+Blue) = 56+52+130=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 130 (51.17% from 255 or 54.62% from 238); Max value from RGB is 130 - color contains mainly: blue. Hex color #383482 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383482 is #C7CB7D. Grayscale: #3D3D3D. Windows color (decimal): -13093758 or 8533048. OLE color: 8533048.
HSL color Cylindrical-coordinate representation of color #383482: hue angle of 243.08º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #383482 is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 52 | 130 | - |
| CMYK | 0.57 | 0.60 | 0 | 0.49 |
| HSL | 243.08º | 0.43% | 0.36% | - |
| HSV(B) | 243.08º | 0.6% | 0.51% | - |
| XYZ | 6.89 | 4.91 | 21.7 | - |
| YUV | 62.09 | 166.33 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 52 | 130 | 0.57 | 0.60 | 0 | 0.49 | 243.08 | 0.43 | 0.36 |
| Hex | 38 | 34 | 82 | 39 | 3C | 0 | 31 | F3 | 2B | 24 |
| Octal | 70 | 64 | 202 | 71 | 74 | 0 | 61 | 363 | 53 | 44 |
| Binary | 111000 | 110100 | 10000010 | 111001 | 111100 | 0 | 110001 | 11110011 | 101011 | 100100 |
Color Harmonies of #383482
Complementary color
Monochromatic Colors of #383482
Black with #383482
Text Example
Text Example
White with #383482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383482; }
p { color: rgb(56,52,130); }
H1.HeaderClassName
{
color: #383482;
}
.AnyTagClassName
{
color: #383482;
}
</style>
background-color css
<style>
a { background-color: #383482; }
a { background-color: rgb(56,52,130); }
div.DivClassName
{
background-color: #383482;
}
.BgClassName
{
background-color: #383482;
}
</style>
border-color css
<style>
span { border-color: #383482; }
span { border-color: rgb(56,52,130); }
td.TdClassName
{
border-color: #383482;
}
.TagClassName
{
border-color: #383482;
}
</style>