Shades of Jacksons Purple #3E438B
Tints of Jacksons Purple #3E438B
RGB
CMYK
RGB Variations
Color information
#3E438B (or 0x3E438B) is known color: Jacksons Purple. HEX triplet: 3E, 43 and 8B. RGB value is (62,67,139). Sum of RGB (Red+Green+Blue) = 62+67+139=268 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.13% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 139 (54.69% from 255 or 51.87% from 268); Max value from RGB is 139 - color contains mainly: blue. Hex color #3E438B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E438B is #C1BC74. Grayscale: #494949. Windows color (decimal): -12696693 or 9126718. OLE color: 9126718.
HSL color Cylindrical-coordinate representation of color #3E438B: hue angle of 236.1º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E438B is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 62 | 67 | 139 | - |
| CMYK | 0.55 | 0.52 | 0 | 0.45 |
| HSL | 236.1º | 0.38% | 0.39% | - |
| HSV(B) | 236.1º | 0.55% | 0.55% | - |
| XYZ | 8.65 | 6.9 | 25.3 | - |
| YUV | 73.71 | 164.84 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 67 | 139 | 0.55 | 0.52 | 0 | 0.45 | 236.1 | 0.38 | 0.39 |
| Hex | 3E | 43 | 8B | 37 | 34 | 0 | 2D | EC | 26 | 27 |
| Octal | 76 | 103 | 213 | 67 | 64 | 0 | 55 | 354 | 46 | 47 |
| Binary | 111110 | 1000011 | 10001011 | 110111 | 110100 | 0 | 101101 | 11101100 | 100110 | 100111 |
Color Harmonies of #3E438B
Complementary color
Monochromatic Colors of #3E438B
Black with #3E438B
Text Example
Text Example
White with #3E438B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E438B; }
p { color: rgb(62,67,139); }
H1.HeaderClassName
{
color: #3E438B;
}
.AnyTagClassName
{
color: #3E438B;
}
</style>
background-color css
<style>
a { background-color: #3E438B; }
a { background-color: rgb(62,67,139); }
div.DivClassName
{
background-color: #3E438B;
}
.BgClassName
{
background-color: #3E438B;
}
</style>
border-color css
<style>
span { border-color: #3E438B; }
span { border-color: rgb(62,67,139); }
td.TdClassName
{
border-color: #3E438B;
}
.TagClassName
{
border-color: #3E438B;
}
</style>