Shades of Jacksons Purple #3E437B
Tints of Jacksons Purple #3E437B
RGB
CMYK
RGB Variations
Color information
#3E437B (or 0x3E437B) is known color: Jacksons Purple. HEX triplet: 3E, 43 and 7B. RGB value is (62,67,123). Sum of RGB (Red+Green+Blue) = 62+67+123=252 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.60% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 123 (48.44% from 255 or 48.81% from 252); Max value from RGB is 123 - color contains mainly: blue. Hex color #3E437B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E437B is #C1BC84. Grayscale: #474747. Windows color (decimal): -12696709 or 8078142. OLE color: 8078142.
HSL color Cylindrical-coordinate representation of color #3E437B: hue angle of 235.08º 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 #3E437B is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 62 | 67 | 123 | - |
| CMYK | 0.50 | 0.46 | 0 | 0.52 |
| HSL | 235.08º | 0.33% | 0.36% | - |
| HSV(B) | 235.08º | 0.5% | 0.48% | - |
| XYZ | 7.57 | 6.47 | 19.59 | - |
| YUV | 71.89 | 156.84 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 67 | 123 | 0.50 | 0.46 | 0 | 0.52 | 235.08 | 0.33 | 0.36 |
| Hex | 3E | 43 | 7B | 32 | 2E | 0 | 34 | EB | 21 | 24 |
| Octal | 76 | 103 | 173 | 62 | 56 | 0 | 64 | 353 | 41 | 44 |
| Binary | 111110 | 1000011 | 1111011 | 110010 | 101110 | 0 | 110100 | 11101011 | 100001 | 100100 |
Color Harmonies of #3E437B
Complementary color
Monochromatic Colors of #3E437B
Black with #3E437B
Text Example
Text Example
White with #3E437B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E437B; }
p { color: rgb(62,67,123); }
H1.HeaderClassName
{
color: #3E437B;
}
.AnyTagClassName
{
color: #3E437B;
}
</style>
background-color css
<style>
a { background-color: #3E437B; }
a { background-color: rgb(62,67,123); }
div.DivClassName
{
background-color: #3E437B;
}
.BgClassName
{
background-color: #3E437B;
}
</style>
border-color css
<style>
span { border-color: #3E437B; }
span { border-color: rgb(62,67,123); }
td.TdClassName
{
border-color: #3E437B;
}
.TagClassName
{
border-color: #3E437B;
}
</style>