Shades of Jacksons Purple #383B8C
Tints of Jacksons Purple #383B8C
RGB
CMYK
RGB Variations
Color information
#383B8C (or 0x383B8C) is known color: Jacksons Purple. HEX triplet: 38, 3B and 8C. RGB value is (56,59,140). Sum of RGB (Red+Green+Blue) = 56+59+140=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 59 (23.44% from 255 or 23.14% from 255); Blue value is 140 (55.08% from 255 or 54.90% from 255); Max value from RGB is 140 - color contains mainly: blue. Hex color #383B8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383B8C is #C7C473. Grayscale: #434343. Windows color (decimal): -13091956 or 9190200. OLE color: 9190200.
HSL color Cylindrical-coordinate representation of color #383B8C: hue angle of 237.86º 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 #383B8C is Cyan = 0.6, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 59 | 140 | - |
| CMYK | 0.6 | 0.58 | 0 | 0.45 |
| HSL | 237.86º | 0.43% | 0.38% | - |
| HSV(B) | 237.86º | 0.6% | 0.55% | - |
| XYZ | 7.93 | 5.86 | 25.52 | - |
| YUV | 67.34 | 169.01 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 59 | 140 | 0.6 | 0.58 | 0 | 0.45 | 237.86 | 0.43 | 0.38 |
| Hex | 38 | 3B | 8C | 3C | 3A | 0 | 2D | EE | 2B | 26 |
| Octal | 70 | 73 | 214 | 74 | 72 | 0 | 55 | 356 | 53 | 46 |
| Binary | 111000 | 111011 | 10001100 | 111100 | 111010 | 0 | 101101 | 11101110 | 101011 | 100110 |
Color Harmonies of #383B8C
Complementary color
Monochromatic Colors of #383B8C
Black with #383B8C
Text Example
Text Example
White with #383B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383B8C; }
p { color: rgb(56,59,140); }
H1.HeaderClassName
{
color: #383B8C;
}
.AnyTagClassName
{
color: #383B8C;
}
</style>
background-color css
<style>
a { background-color: #383B8C; }
a { background-color: rgb(56,59,140); }
div.DivClassName
{
background-color: #383B8C;
}
.BgClassName
{
background-color: #383B8C;
}
</style>
border-color css
<style>
span { border-color: #383B8C; }
span { border-color: rgb(56,59,140); }
td.TdClassName
{
border-color: #383B8C;
}
.TagClassName
{
border-color: #383B8C;
}
</style>