Shades of Jacksons Purple #3E3677
Tints of Jacksons Purple #3E3677
RGB
CMYK
RGB Variations
Color information
#3E3677 (or 0x3E3677) is known color: Jacksons Purple. HEX triplet: 3E, 36 and 77. RGB value is (62,54,119). Sum of RGB (Red+Green+Blue) = 62+54+119=235 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.38% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 119 (46.88% from 255 or 50.64% from 235); Max value from RGB is 119 - color contains mainly: blue. Hex color #3E3677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3677 is #C1C988. Grayscale: #3F3F3F. Windows color (decimal): -12700041 or 7812670. OLE color: 7812670.
HSL color Cylindrical-coordinate representation of color #3E3677: hue angle of 247.38º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E3677 is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 62 | 54 | 119 | - |
| CMYK | 0.48 | 0.55 | 0 | 0.53 |
| HSL | 247.38º | 0.38% | 0.34% | - |
| HSV(B) | 247.38º | 0.55% | 0.47% | - |
| XYZ | 6.64 | 4.99 | 18.07 | - |
| YUV | 63.8 | 159.15 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 54 | 119 | 0.48 | 0.55 | 0 | 0.53 | 247.38 | 0.38 | 0.34 |
| Hex | 3E | 36 | 77 | 30 | 37 | 0 | 35 | F7 | 26 | 22 |
| Octal | 76 | 66 | 167 | 60 | 67 | 0 | 65 | 367 | 46 | 42 |
| Binary | 111110 | 110110 | 1110111 | 110000 | 110111 | 0 | 110101 | 11110111 | 100110 | 100010 |
Color Harmonies of #3E3677
Complementary color
Monochromatic Colors of #3E3677
Black with #3E3677
Text Example
Text Example
White with #3E3677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3677; }
p { color: rgb(62,54,119); }
H1.HeaderClassName
{
color: #3E3677;
}
.AnyTagClassName
{
color: #3E3677;
}
</style>
background-color css
<style>
a { background-color: #3E3677; }
a { background-color: rgb(62,54,119); }
div.DivClassName
{
background-color: #3E3677;
}
.BgClassName
{
background-color: #3E3677;
}
</style>
border-color css
<style>
span { border-color: #3E3677; }
span { border-color: rgb(62,54,119); }
td.TdClassName
{
border-color: #3E3677;
}
.TagClassName
{
border-color: #3E3677;
}
</style>