Shades of Jacksons Purple #3E3F7B
Tints of Jacksons Purple #3E3F7B
RGB
CMYK
RGB Variations
Color information
#3E3F7B (or 0x3E3F7B) is known color: Jacksons Purple. HEX triplet: 3E, 3F and 7B. RGB value is (62,63,123). Sum of RGB (Red+Green+Blue) = 62+63+123=248 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25% from 248); Green value is 63 (25% from 255 or 25.40% from 248); Blue value is 123 (48.44% from 255 or 49.60% from 248); Max value from RGB is 123 - color contains mainly: blue. Hex color #3E3F7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3F7B is #C1C084. Grayscale: #454545. Windows color (decimal): -12697733 or 8077118. OLE color: 8077118.
HSL color Cylindrical-coordinate representation of color #3E3F7B: hue angle of 239.02º 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 #3E3F7B is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 62 | 63 | 123 | - |
| CMYK | 0.50 | 0.49 | 0 | 0.52 |
| HSL | 239.02º | 0.33% | 0.36% | - |
| HSV(B) | 239.02º | 0.5% | 0.48% | - |
| XYZ | 7.34 | 6.01 | 19.51 | - |
| YUV | 69.54 | 158.17 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 63 | 123 | 0.50 | 0.49 | 0 | 0.52 | 239.02 | 0.33 | 0.36 |
| Hex | 3E | 3F | 7B | 32 | 31 | 0 | 34 | EF | 21 | 24 |
| Octal | 76 | 77 | 173 | 62 | 61 | 0 | 64 | 357 | 41 | 44 |
| Binary | 111110 | 111111 | 1111011 | 110010 | 110001 | 0 | 110100 | 11101111 | 100001 | 100100 |
Color Harmonies of #3E3F7B
Complementary color
Monochromatic Colors of #3E3F7B
Black with #3E3F7B
Text Example
Text Example
White with #3E3F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3F7B; }
p { color: rgb(62,63,123); }
H1.HeaderClassName
{
color: #3E3F7B;
}
.AnyTagClassName
{
color: #3E3F7B;
}
</style>
background-color css
<style>
a { background-color: #3E3F7B; }
a { background-color: rgb(62,63,123); }
div.DivClassName
{
background-color: #3E3F7B;
}
.BgClassName
{
background-color: #3E3F7B;
}
</style>
border-color css
<style>
span { border-color: #3E3F7B; }
span { border-color: rgb(62,63,123); }
td.TdClassName
{
border-color: #3E3F7B;
}
.TagClassName
{
border-color: #3E3F7B;
}
</style>