Shades of Jacksons Purple #383F8A
Tints of Jacksons Purple #383F8A
RGB
CMYK
RGB Variations
Color information
#383F8A (or 0x383F8A) is known color: Jacksons Purple. HEX triplet: 38, 3F and 8A. RGB value is (56,63,138). Sum of RGB (Red+Green+Blue) = 56+63+138=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 63 (25% from 255 or 24.51% from 257); Blue value is 138 (54.30% from 255 or 53.70% from 257); Max value from RGB is 138 - color contains mainly: blue. Hex color #383F8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383F8A is #C7C075. Grayscale: #454545. Windows color (decimal): -13090934 or 9060152. OLE color: 9060152.
HSL color Cylindrical-coordinate representation of color #383F8A: hue angle of 234.88º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #383F8A is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 63 | 138 | - |
| CMYK | 0.59 | 0.54 | 0 | 0.46 |
| HSL | 234.88º | 0.42% | 0.38% | - |
| HSV(B) | 234.88º | 0.59% | 0.54% | - |
| XYZ | 8 | 6.23 | 24.83 | - |
| YUV | 69.46 | 166.68 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 63 | 138 | 0.59 | 0.54 | 0 | 0.46 | 234.88 | 0.42 | 0.38 |
| Hex | 38 | 3F | 8A | 3B | 36 | 0 | 2E | EB | 2A | 26 |
| Octal | 70 | 77 | 212 | 73 | 66 | 0 | 56 | 353 | 52 | 46 |
| Binary | 111000 | 111111 | 10001010 | 111011 | 110110 | 0 | 101110 | 11101011 | 101010 | 100110 |
Color Harmonies of #383F8A
Complementary color
Monochromatic Colors of #383F8A
Black with #383F8A
Text Example
Text Example
White with #383F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383F8A; }
p { color: rgb(56,63,138); }
H1.HeaderClassName
{
color: #383F8A;
}
.AnyTagClassName
{
color: #383F8A;
}
</style>
background-color css
<style>
a { background-color: #383F8A; }
a { background-color: rgb(56,63,138); }
div.DivClassName
{
background-color: #383F8A;
}
.BgClassName
{
background-color: #383F8A;
}
</style>
border-color css
<style>
span { border-color: #383F8A; }
span { border-color: rgb(56,63,138); }
td.TdClassName
{
border-color: #383F8A;
}
.TagClassName
{
border-color: #383F8A;
}
</style>