Shades of Jacksons Purple #3E407B
Tints of Jacksons Purple #3E407B
RGB
CMYK
RGB Variations
Color information
#3E407B (or 0x3E407B) is known color: Jacksons Purple. HEX triplet: 3E, 40 and 7B. RGB value is (62,64,123). Sum of RGB (Red+Green+Blue) = 62+64+123=249 (32% of max value = 765). Red value is 62 (24.61% from 255 or 24.90% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 123 (48.44% from 255 or 49.40% from 249); Max value from RGB is 123 - color contains mainly: blue. Hex color #3E407B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E407B is #C1BF84. Grayscale: #454545. Windows color (decimal): -12697477 or 8077374. OLE color: 8077374.
HSL color Cylindrical-coordinate representation of color #3E407B: hue angle of 238.03º 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 #3E407B is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 62 | 64 | 123 | - |
| CMYK | 0.50 | 0.48 | 0 | 0.52 |
| HSL | 238.03º | 0.33% | 0.36% | - |
| HSV(B) | 238.03º | 0.5% | 0.48% | - |
| XYZ | 7.4 | 6.12 | 19.53 | - |
| YUV | 70.13 | 157.84 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 64 | 123 | 0.50 | 0.48 | 0 | 0.52 | 238.03 | 0.33 | 0.36 |
| Hex | 3E | 40 | 7B | 32 | 30 | 0 | 34 | EE | 21 | 24 |
| Octal | 76 | 100 | 173 | 62 | 60 | 0 | 64 | 356 | 41 | 44 |
| Binary | 111110 | 1000000 | 1111011 | 110010 | 110000 | 0 | 110100 | 11101110 | 100001 | 100100 |
Color Harmonies of #3E407B
Complementary color
Monochromatic Colors of #3E407B
Black with #3E407B
Text Example
Text Example
White with #3E407B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E407B; }
p { color: rgb(62,64,123); }
H1.HeaderClassName
{
color: #3E407B;
}
.AnyTagClassName
{
color: #3E407B;
}
</style>
background-color css
<style>
a { background-color: #3E407B; }
a { background-color: rgb(62,64,123); }
div.DivClassName
{
background-color: #3E407B;
}
.BgClassName
{
background-color: #3E407B;
}
</style>
border-color css
<style>
span { border-color: #3E407B; }
span { border-color: rgb(62,64,123); }
td.TdClassName
{
border-color: #3E407B;
}
.TagClassName
{
border-color: #3E407B;
}
</style>