Shades of Jacksons Purple #38388C
Tints of Jacksons Purple #38388C
RGB
CMYK
RGB Variations
Color information
#38388C (or 0x38388C) is known color: Jacksons Purple. HEX triplet: 38, 38 and 8C. RGB value is (56,56,140). Sum of RGB (Red+Green+Blue) = 56+56+140=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 56 (22.27% from 255 or 22.22% from 252); Blue value is 140 (55.08% from 255 or 55.56% from 252); Max value from RGB is 140 - color contains mainly: blue. Hex color #38388C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38388C is #C7C773. Grayscale: #414141. Windows color (decimal): -13092724 or 9189432. OLE color: 9189432.
HSL color Cylindrical-coordinate representation of color #38388C: hue angle of 240º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #38388C is Cyan = 0.6, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 56 | 140 | - |
| CMYK | 0.6 | 0.6 | 0 | 0.45 |
| HSL | 240º | 0.43% | 0.38% | - |
| HSV(B) | 240º | 0.6% | 0.55% | - |
| XYZ | 7.78 | 5.56 | 25.47 | - |
| YUV | 65.58 | 170 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 56 | 140 | 0.6 | 0.6 | 0 | 0.45 | 240 | 0.43 | 0.38 |
| Hex | 38 | 38 | 8C | 3C | 3C | 0 | 2D | F0 | 2B | 26 |
| Octal | 70 | 70 | 214 | 74 | 74 | 0 | 55 | 360 | 53 | 46 |
| Binary | 111000 | 111000 | 10001100 | 111100 | 111100 | 0 | 101101 | 11110000 | 101011 | 100110 |
Color Harmonies of #38388C
Complementary color
Monochromatic Colors of #38388C
Black with #38388C
Text Example
Text Example
White with #38388C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38388C; }
p { color: rgb(56,56,140); }
H1.HeaderClassName
{
color: #38388C;
}
.AnyTagClassName
{
color: #38388C;
}
</style>
background-color css
<style>
a { background-color: #38388C; }
a { background-color: rgb(56,56,140); }
div.DivClassName
{
background-color: #38388C;
}
.BgClassName
{
background-color: #38388C;
}
</style>
border-color css
<style>
span { border-color: #38388C; }
span { border-color: rgb(56,56,140); }
td.TdClassName
{
border-color: #38388C;
}
.TagClassName
{
border-color: #38388C;
}
</style>