Shades of Jacksons Purple #384383
Tints of Jacksons Purple #384383
RGB
CMYK
RGB Variations
Color information
#384383 (or 0x384383) is known color: Jacksons Purple. HEX triplet: 38, 43 and 83. RGB value is (56,67,131). Sum of RGB (Red+Green+Blue) = 56+67+131=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 131 (51.56% from 255 or 51.57% from 254); Max value from RGB is 131 - color contains mainly: blue. Hex color #384383 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384383 is #C7BC7C. Grayscale: #464646. Windows color (decimal): -13089917 or 8602424. OLE color: 8602424.
HSL color Cylindrical-coordinate representation of color #384383: hue angle of 231.2º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #384383 is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 67 | 131 | - |
| CMYK | 0.57 | 0.49 | 0 | 0.49 |
| HSL | 231.2º | 0.4% | 0.37% | - |
| HSV(B) | 231.2º | 0.57% | 0.51% | - |
| XYZ | 7.73 | 6.49 | 22.32 | - |
| YUV | 71.01 | 161.86 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 67 | 131 | 0.57 | 0.49 | 0 | 0.49 | 231.2 | 0.4 | 0.37 |
| Hex | 38 | 43 | 83 | 39 | 31 | 0 | 31 | E7 | 28 | 25 |
| Octal | 70 | 103 | 203 | 71 | 61 | 0 | 61 | 347 | 50 | 45 |
| Binary | 111000 | 1000011 | 10000011 | 111001 | 110001 | 0 | 110001 | 11100111 | 101000 | 100101 |
Color Harmonies of #384383
Complementary color
Monochromatic Colors of #384383
Black with #384383
Text Example
Text Example
White with #384383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384383; }
p { color: rgb(56,67,131); }
H1.HeaderClassName
{
color: #384383;
}
.AnyTagClassName
{
color: #384383;
}
</style>
background-color css
<style>
a { background-color: #384383; }
a { background-color: rgb(56,67,131); }
div.DivClassName
{
background-color: #384383;
}
.BgClassName
{
background-color: #384383;
}
</style>
border-color css
<style>
span { border-color: #384383; }
span { border-color: rgb(56,67,131); }
td.TdClassName
{
border-color: #384383;
}
.TagClassName
{
border-color: #384383;
}
</style>