Shades of Jacksons Purple #384284
Tints of Jacksons Purple #384284
RGB
CMYK
RGB Variations
Color information
#384284 (or 0x384284) is known color: Jacksons Purple. HEX triplet: 38, 42 and 84. RGB value is (56,66,132). Sum of RGB (Red+Green+Blue) = 56+66+132=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 132 (51.95% from 255 or 51.97% from 254); Max value from RGB is 132 - color contains mainly: blue. Hex color #384284 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384284 is #C7BD7B. Grayscale: #464646. Windows color (decimal): -13090172 or 8667704. OLE color: 8667704.
HSL color Cylindrical-coordinate representation of color #384284: hue angle of 232.11º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #384284 is Cyan = 0.58, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 56 | 66 | 132 | - |
| CMYK | 0.58 | 0.5 | 0 | 0.48 |
| HSL | 232.11º | 0.4% | 0.37% | - |
| HSV(B) | 232.11º | 0.58% | 0.52% | - |
| XYZ | 7.74 | 6.4 | 22.66 | - |
| YUV | 70.53 | 162.69 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 66 | 132 | 0.58 | 0.5 | 0 | 0.48 | 232.11 | 0.4 | 0.37 |
| Hex | 38 | 42 | 84 | 3A | 32 | 0 | 30 | E8 | 28 | 25 |
| Octal | 70 | 102 | 204 | 72 | 62 | 0 | 60 | 350 | 50 | 45 |
| Binary | 111000 | 1000010 | 10000100 | 111010 | 110010 | 0 | 110000 | 11101000 | 101000 | 100101 |
Color Harmonies of #384284
Complementary color
Monochromatic Colors of #384284
Black with #384284
Text Example
Text Example
White with #384284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384284; }
p { color: rgb(56,66,132); }
H1.HeaderClassName
{
color: #384284;
}
.AnyTagClassName
{
color: #384284;
}
</style>
background-color css
<style>
a { background-color: #384284; }
a { background-color: rgb(56,66,132); }
div.DivClassName
{
background-color: #384284;
}
.BgClassName
{
background-color: #384284;
}
</style>
border-color css
<style>
span { border-color: #384284; }
span { border-color: rgb(56,66,132); }
td.TdClassName
{
border-color: #384284;
}
.TagClassName
{
border-color: #384284;
}
</style>