Shades of Jacksons Purple #3E427B
Tints of Jacksons Purple #3E427B
RGB
CMYK
RGB Variations
Color information
#3E427B (or 0x3E427B) is known color: Jacksons Purple. HEX triplet: 3E, 42 and 7B. RGB value is (62,66,123). Sum of RGB (Red+Green+Blue) = 62+66+123=251 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.70% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 123 (48.44% from 255 or 49.00% from 251); Max value from RGB is 123 - color contains mainly: blue. Hex color #3E427B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E427B is #C1BD84. Grayscale: #474747. Windows color (decimal): -12696965 or 8077886. OLE color: 8077886.
HSL color Cylindrical-coordinate representation of color #3E427B: hue angle of 236.07º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E427B is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 62 | 66 | 123 | - |
| CMYK | 0.50 | 0.46 | 0 | 0.52 |
| HSL | 236.07º | 0.33% | 0.36% | - |
| HSV(B) | 236.07º | 0.5% | 0.48% | - |
| XYZ | 7.51 | 6.35 | 19.57 | - |
| YUV | 71.3 | 157.17 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 66 | 123 | 0.50 | 0.46 | 0 | 0.52 | 236.07 | 0.33 | 0.36 |
| Hex | 3E | 42 | 7B | 32 | 2E | 0 | 34 | EC | 21 | 24 |
| Octal | 76 | 102 | 173 | 62 | 56 | 0 | 64 | 354 | 41 | 44 |
| Binary | 111110 | 1000010 | 1111011 | 110010 | 101110 | 0 | 110100 | 11101100 | 100001 | 100100 |
Color Harmonies of #3E427B
Complementary color
Monochromatic Colors of #3E427B
Black with #3E427B
Text Example
Text Example
White with #3E427B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E427B; }
p { color: rgb(62,66,123); }
H1.HeaderClassName
{
color: #3E427B;
}
.AnyTagClassName
{
color: #3E427B;
}
</style>
background-color css
<style>
a { background-color: #3E427B; }
a { background-color: rgb(62,66,123); }
div.DivClassName
{
background-color: #3E427B;
}
.BgClassName
{
background-color: #3E427B;
}
</style>
border-color css
<style>
span { border-color: #3E427B; }
span { border-color: rgb(62,66,123); }
td.TdClassName
{
border-color: #3E427B;
}
.TagClassName
{
border-color: #3E427B;
}
</style>