Shades of Jacksons Purple #384091
Tints of Jacksons Purple #384091
RGB
CMYK
RGB Variations
Color information
#384091 (or 0x384091) is known color: Jacksons Purple. HEX triplet: 38, 40 and 91. RGB value is (56,64,145). Sum of RGB (Red+Green+Blue) = 56+64+145=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 145 (57.03% from 255 or 54.72% from 265); Max value from RGB is 145 - color contains mainly: blue. Hex color #384091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384091 is #C7BF6E. Grayscale: #464646. Windows color (decimal): -13090671 or 9519160. OLE color: 9519160.
HSL color Cylindrical-coordinate representation of color #384091: hue angle of 234.61º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #384091 is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 56 | 64 | 145 | - |
| CMYK | 0.61 | 0.56 | 0 | 0.43 |
| HSL | 234.61º | 0.44% | 0.39% | - |
| HSV(B) | 234.61º | 0.61% | 0.57% | - |
| XYZ | 8.58 | 6.55 | 27.6 | - |
| YUV | 70.84 | 169.85 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 64 | 145 | 0.61 | 0.56 | 0 | 0.43 | 234.61 | 0.44 | 0.39 |
| Hex | 38 | 40 | 91 | 3D | 38 | 0 | 2B | EB | 2C | 27 |
| Octal | 70 | 100 | 221 | 75 | 70 | 0 | 53 | 353 | 54 | 47 |
| Binary | 111000 | 1000000 | 10010001 | 111101 | 111000 | 0 | 101011 | 11101011 | 101100 | 100111 |
Color Harmonies of #384091
Complementary color
Monochromatic Colors of #384091
Black with #384091
Text Example
Text Example
White with #384091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384091; }
p { color: rgb(56,64,145); }
H1.HeaderClassName
{
color: #384091;
}
.AnyTagClassName
{
color: #384091;
}
</style>
background-color css
<style>
a { background-color: #384091; }
a { background-color: rgb(56,64,145); }
div.DivClassName
{
background-color: #384091;
}
.BgClassName
{
background-color: #384091;
}
</style>
border-color css
<style>
span { border-color: #384091; }
span { border-color: rgb(56,64,145); }
td.TdClassName
{
border-color: #384091;
}
.TagClassName
{
border-color: #384091;
}
</style>