Shades of Jacksons Purple #383B7D
Tints of Jacksons Purple #383B7D
RGB
CMYK
RGB Variations
Color information
#383B7D (or 0x383B7D) is known color: Jacksons Purple. HEX triplet: 38, 3B and 7D. RGB value is (56,59,125). Sum of RGB (Red+Green+Blue) = 56+59+125=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 59 (23.44% from 255 or 24.58% from 240); Blue value is 125 (49.22% from 255 or 52.08% from 240); Max value from RGB is 125 - color contains mainly: blue. Hex color #383B7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383B7D is #C7C482. Grayscale: #414141. Windows color (decimal): -13091971 or 8207160. OLE color: 8207160.
HSL color Cylindrical-coordinate representation of color #383B7D: hue angle of 237.39º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #383B7D is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 59 | 125 | - |
| CMYK | 0.55 | 0.53 | 0 | 0.51 |
| HSL | 237.39º | 0.38% | 0.35% | - |
| HSV(B) | 237.39º | 0.55% | 0.49% | - |
| XYZ | 6.9 | 5.45 | 20.09 | - |
| YUV | 65.63 | 161.51 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 59 | 125 | 0.55 | 0.53 | 0 | 0.51 | 237.39 | 0.38 | 0.35 |
| Hex | 38 | 3B | 7D | 37 | 35 | 0 | 33 | ED | 26 | 23 |
| Octal | 70 | 73 | 175 | 67 | 65 | 0 | 63 | 355 | 46 | 43 |
| Binary | 111000 | 111011 | 1111101 | 110111 | 110101 | 0 | 110011 | 11101101 | 100110 | 100011 |
Color Harmonies of #383B7D
Complementary color
Monochromatic Colors of #383B7D
Black with #383B7D
Text Example
Text Example
White with #383B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383B7D; }
p { color: rgb(56,59,125); }
H1.HeaderClassName
{
color: #383B7D;
}
.AnyTagClassName
{
color: #383B7D;
}
</style>
background-color css
<style>
a { background-color: #383B7D; }
a { background-color: rgb(56,59,125); }
div.DivClassName
{
background-color: #383B7D;
}
.BgClassName
{
background-color: #383B7D;
}
</style>
border-color css
<style>
span { border-color: #383B7D; }
span { border-color: rgb(56,59,125); }
td.TdClassName
{
border-color: #383B7D;
}
.TagClassName
{
border-color: #383B7D;
}
</style>