Shades of Jacksons Purple #3E417B
Tints of Jacksons Purple #3E417B
RGB
CMYK
RGB Variations
Color information
#3E417B (or 0x3E417B) is known color: Jacksons Purple. HEX triplet: 3E, 41 and 7B. RGB value is (62,65,123). Sum of RGB (Red+Green+Blue) = 62+65+123=250 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.8% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 123 (48.44% from 255 or 49.2% from 250); Max value from RGB is 123 - color contains mainly: blue. Hex color #3E417B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E417B is #C1BE84. Grayscale: #464646. Windows color (decimal): -12697221 or 8077630. OLE color: 8077630.
HSL color Cylindrical-coordinate representation of color #3E417B: hue angle of 237.05º 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 #3E417B is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 62 | 65 | 123 | - |
| CMYK | 0.50 | 0.47 | 0 | 0.52 |
| HSL | 237.05º | 0.33% | 0.36% | - |
| HSV(B) | 237.05º | 0.5% | 0.48% | - |
| XYZ | 7.45 | 6.23 | 19.55 | - |
| YUV | 70.72 | 157.51 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 65 | 123 | 0.50 | 0.47 | 0 | 0.52 | 237.05 | 0.33 | 0.36 |
| Hex | 3E | 41 | 7B | 32 | 2F | 0 | 34 | ED | 21 | 24 |
| Octal | 76 | 101 | 173 | 62 | 57 | 0 | 64 | 355 | 41 | 44 |
| Binary | 111110 | 1000001 | 1111011 | 110010 | 101111 | 0 | 110100 | 11101101 | 100001 | 100100 |
Color Harmonies of #3E417B
Complementary color
Monochromatic Colors of #3E417B
Black with #3E417B
Text Example
Text Example
White with #3E417B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E417B; }
p { color: rgb(62,65,123); }
H1.HeaderClassName
{
color: #3E417B;
}
.AnyTagClassName
{
color: #3E417B;
}
</style>
background-color css
<style>
a { background-color: #3E417B; }
a { background-color: rgb(62,65,123); }
div.DivClassName
{
background-color: #3E417B;
}
.BgClassName
{
background-color: #3E417B;
}
</style>
border-color css
<style>
span { border-color: #3E417B; }
span { border-color: rgb(62,65,123); }
td.TdClassName
{
border-color: #3E417B;
}
.TagClassName
{
border-color: #3E417B;
}
</style>