Shades of Jacksons Purple #3E357B
Tints of Jacksons Purple #3E357B
RGB
CMYK
RGB Variations
Color information
#3E357B (or 0x3E357B) is known color: Jacksons Purple. HEX triplet: 3E, 35 and 7B. RGB value is (62,53,123). Sum of RGB (Red+Green+Blue) = 62+53+123=238 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.05% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 123 (48.44% from 255 or 51.68% from 238); Max value from RGB is 123 - color contains mainly: blue. Hex color #3E357B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E357B is #C1CA84. Grayscale: #3F3F3F. Windows color (decimal): -12700293 or 8074558. OLE color: 8074558.
HSL color Cylindrical-coordinate representation of color #3E357B: hue angle of 247.71º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3E357B is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 62 | 53 | 123 | - |
| CMYK | 0.50 | 0.57 | 0 | 0.52 |
| HSL | 247.71º | 0.4% | 0.35% | - |
| HSV(B) | 247.71º | 0.57% | 0.48% | - |
| XYZ | 6.83 | 5 | 19.34 | - |
| YUV | 63.67 | 161.48 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 53 | 123 | 0.50 | 0.57 | 0 | 0.52 | 247.71 | 0.4 | 0.35 |
| Hex | 3E | 35 | 7B | 32 | 39 | 0 | 34 | F8 | 28 | 23 |
| Octal | 76 | 65 | 173 | 62 | 71 | 0 | 64 | 370 | 50 | 43 |
| Binary | 111110 | 110101 | 1111011 | 110010 | 111001 | 0 | 110100 | 11111000 | 101000 | 100011 |
Color Harmonies of #3E357B
Complementary color
Monochromatic Colors of #3E357B
Black with #3E357B
Text Example
Text Example
White with #3E357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E357B; }
p { color: rgb(62,53,123); }
H1.HeaderClassName
{
color: #3E357B;
}
.AnyTagClassName
{
color: #3E357B;
}
</style>
background-color css
<style>
a { background-color: #3E357B; }
a { background-color: rgb(62,53,123); }
div.DivClassName
{
background-color: #3E357B;
}
.BgClassName
{
background-color: #3E357B;
}
</style>
border-color css
<style>
span { border-color: #3E357B; }
span { border-color: rgb(62,53,123); }
td.TdClassName
{
border-color: #3E357B;
}
.TagClassName
{
border-color: #3E357B;
}
</style>