Shades of Jacksons Purple #383484
Tints of Jacksons Purple #383484
RGB
CMYK
RGB Variations
Color information
#383484 (or 0x383484) is known color: Jacksons Purple. HEX triplet: 38, 34 and 84. RGB value is (56,52,132). Sum of RGB (Red+Green+Blue) = 56+52+132=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 132 (51.95% from 255 or 55% from 240); Max value from RGB is 132 - color contains mainly: blue. Hex color #383484 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383484 is #C7CB7B. Grayscale: #3E3E3E. Windows color (decimal): -13093756 or 8664120. OLE color: 8664120.
HSL color Cylindrical-coordinate representation of color #383484: hue angle of 243º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #383484 is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 56 | 52 | 132 | - |
| CMYK | 0.58 | 0.61 | 0 | 0.48 |
| HSL | 243º | 0.43% | 0.36% | - |
| HSV(B) | 243º | 0.61% | 0.52% | - |
| XYZ | 7.02 | 4.96 | 22.42 | - |
| YUV | 62.32 | 167.33 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 52 | 132 | 0.58 | 0.61 | 0 | 0.48 | 243 | 0.43 | 0.36 |
| Hex | 38 | 34 | 84 | 3A | 3D | 0 | 30 | F3 | 2B | 24 |
| Octal | 70 | 64 | 204 | 72 | 75 | 0 | 60 | 363 | 53 | 44 |
| Binary | 111000 | 110100 | 10000100 | 111010 | 111101 | 0 | 110000 | 11110011 | 101011 | 100100 |
Color Harmonies of #383484
Complementary color
Monochromatic Colors of #383484
Black with #383484
Text Example
Text Example
White with #383484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383484; }
p { color: rgb(56,52,132); }
H1.HeaderClassName
{
color: #383484;
}
.AnyTagClassName
{
color: #383484;
}
</style>
background-color css
<style>
a { background-color: #383484; }
a { background-color: rgb(56,52,132); }
div.DivClassName
{
background-color: #383484;
}
.BgClassName
{
background-color: #383484;
}
</style>
border-color css
<style>
span { border-color: #383484; }
span { border-color: rgb(56,52,132); }
td.TdClassName
{
border-color: #383484;
}
.TagClassName
{
border-color: #383484;
}
</style>