Shades of Jacksons Purple #383E92
Tints of Jacksons Purple #383E92
RGB
CMYK
RGB Variations
Color information
#383E92 (or 0x383E92) is known color: Jacksons Purple. HEX triplet: 38, 3E and 92. RGB value is (56,62,146). Sum of RGB (Red+Green+Blue) = 56+62+146=264 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.21% from 264); Green value is 62 (24.61% from 255 or 23.48% from 264); Blue value is 146 (57.42% from 255 or 55.30% from 264); Max value from RGB is 146 - color contains mainly: blue. Hex color #383E92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383E92 is #C7C16D. Grayscale: #454545. Windows color (decimal): -13091182 or 9584184. OLE color: 9584184.
HSL color Cylindrical-coordinate representation of color #383E92: hue angle of 236º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #383E92 is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 56 | 62 | 146 | - |
| CMYK | 0.62 | 0.58 | 0 | 0.43 |
| HSL | 236º | 0.45% | 0.4% | - |
| HSV(B) | 236º | 0.62% | 0.57% | - |
| XYZ | 8.54 | 6.36 | 27.97 | - |
| YUV | 69.78 | 171.01 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 62 | 146 | 0.62 | 0.58 | 0 | 0.43 | 236 | 0.45 | 0.4 |
| Hex | 38 | 3E | 92 | 3E | 3A | 0 | 2B | EC | 2D | 28 |
| Octal | 70 | 76 | 222 | 76 | 72 | 0 | 53 | 354 | 55 | 50 |
| Binary | 111000 | 111110 | 10010010 | 111110 | 111010 | 0 | 101011 | 11101100 | 101101 | 101000 |
Color Harmonies of #383E92
Complementary color
Monochromatic Colors of #383E92
Black with #383E92
Text Example
Text Example
White with #383E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383E92; }
p { color: rgb(56,62,146); }
H1.HeaderClassName
{
color: #383E92;
}
.AnyTagClassName
{
color: #383E92;
}
</style>
background-color css
<style>
a { background-color: #383E92; }
a { background-color: rgb(56,62,146); }
div.DivClassName
{
background-color: #383E92;
}
.BgClassName
{
background-color: #383E92;
}
</style>
border-color css
<style>
span { border-color: #383E92; }
span { border-color: rgb(56,62,146); }
td.TdClassName
{
border-color: #383E92;
}
.TagClassName
{
border-color: #383E92;
}
</style>