Shades of Jacksons Purple #383581
Tints of Jacksons Purple #383581
RGB
CMYK
RGB Variations
Color information
#383581 (or 0x383581) is known color: Jacksons Purple. HEX triplet: 38, 35 and 81. RGB value is (56,53,129). Sum of RGB (Red+Green+Blue) = 56+53+129=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 129 (50.78% from 255 or 54.20% from 238); Max value from RGB is 129 - color contains mainly: blue. Hex color #383581 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383581 is #C7CA7E. Grayscale: #3E3E3E. Windows color (decimal): -13093503 or 8467768. OLE color: 8467768.
HSL color Cylindrical-coordinate representation of color #383581: hue angle of 242.37º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #383581 is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 53 | 129 | - |
| CMYK | 0.57 | 0.59 | 0 | 0.49 |
| HSL | 242.37º | 0.42% | 0.36% | - |
| HSV(B) | 242.37º | 0.59% | 0.51% | - |
| XYZ | 6.87 | 4.97 | 21.37 | - |
| YUV | 62.56 | 165.49 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 53 | 129 | 0.57 | 0.59 | 0 | 0.49 | 242.37 | 0.42 | 0.36 |
| Hex | 38 | 35 | 81 | 39 | 3B | 0 | 31 | F2 | 2A | 24 |
| Octal | 70 | 65 | 201 | 71 | 73 | 0 | 61 | 362 | 52 | 44 |
| Binary | 111000 | 110101 | 10000001 | 111001 | 111011 | 0 | 110001 | 11110010 | 101010 | 100100 |
Color Harmonies of #383581
Complementary color
Monochromatic Colors of #383581
Black with #383581
Text Example
Text Example
White with #383581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383581; }
p { color: rgb(56,53,129); }
H1.HeaderClassName
{
color: #383581;
}
.AnyTagClassName
{
color: #383581;
}
</style>
background-color css
<style>
a { background-color: #383581; }
a { background-color: rgb(56,53,129); }
div.DivClassName
{
background-color: #383581;
}
.BgClassName
{
background-color: #383581;
}
</style>
border-color css
<style>
span { border-color: #383581; }
span { border-color: rgb(56,53,129); }
td.TdClassName
{
border-color: #383581;
}
.TagClassName
{
border-color: #383581;
}
</style>