Shades of Jacksons Purple #383A82
Tints of Jacksons Purple #383A82
RGB
CMYK
RGB Variations
Color information
#383A82 (or 0x383A82) is known color: Jacksons Purple. HEX triplet: 38, 3A and 82. RGB value is (56,58,130). Sum of RGB (Red+Green+Blue) = 56+58+130=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 58 (23.05% from 255 or 23.77% from 244); Blue value is 130 (51.17% from 255 or 53.28% from 244); Max value from RGB is 130 - color contains mainly: blue. Hex color #383A82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383A82 is #C7C57D. Grayscale: #414141. Windows color (decimal): -13092222 or 8534584. OLE color: 8534584.
HSL color Cylindrical-coordinate representation of color #383A82: hue angle of 238.38º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #383A82 is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 58 | 130 | - |
| CMYK | 0.57 | 0.55 | 0 | 0.49 |
| HSL | 238.38º | 0.4% | 0.36% | - |
| HSV(B) | 238.38º | 0.57% | 0.51% | - |
| XYZ | 7.17 | 5.48 | 21.8 | - |
| YUV | 65.61 | 164.34 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 58 | 130 | 0.57 | 0.55 | 0 | 0.49 | 238.38 | 0.4 | 0.36 |
| Hex | 38 | 3A | 82 | 39 | 37 | 0 | 31 | EE | 28 | 24 |
| Octal | 70 | 72 | 202 | 71 | 67 | 0 | 61 | 356 | 50 | 44 |
| Binary | 111000 | 111010 | 10000010 | 111001 | 110111 | 0 | 110001 | 11101110 | 101000 | 100100 |
Color Harmonies of #383A82
Complementary color
Monochromatic Colors of #383A82
Black with #383A82
Text Example
Text Example
White with #383A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383A82; }
p { color: rgb(56,58,130); }
H1.HeaderClassName
{
color: #383A82;
}
.AnyTagClassName
{
color: #383A82;
}
</style>
background-color css
<style>
a { background-color: #383A82; }
a { background-color: rgb(56,58,130); }
div.DivClassName
{
background-color: #383A82;
}
.BgClassName
{
background-color: #383A82;
}
</style>
border-color css
<style>
span { border-color: #383A82; }
span { border-color: rgb(56,58,130); }
td.TdClassName
{
border-color: #383A82;
}
.TagClassName
{
border-color: #383A82;
}
</style>