Shades of Jacksons Purple #3E428C
Tints of Jacksons Purple #3E428C
RGB
CMYK
RGB Variations
Color information
#3E428C (or 0x3E428C) is known color: Jacksons Purple. HEX triplet: 3E, 42 and 8C. RGB value is (62,66,140). Sum of RGB (Red+Green+Blue) = 62+66+140=268 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.13% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 140 (55.08% from 255 or 52.24% from 268); Max value from RGB is 140 - color contains mainly: blue. Hex color #3E428C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E428C is #C1BD73. Grayscale: #484848. Windows color (decimal): -12696948 or 9191998. OLE color: 9191998.
HSL color Cylindrical-coordinate representation of color #3E428C: hue angle of 236.92º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E428C is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 62 | 66 | 140 | - |
| CMYK | 0.56 | 0.53 | 0 | 0.45 |
| HSL | 236.92º | 0.39% | 0.4% | - |
| HSV(B) | 236.92º | 0.56% | 0.55% | - |
| XYZ | 8.67 | 6.81 | 25.67 | - |
| YUV | 73.24 | 165.67 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 66 | 140 | 0.56 | 0.53 | 0 | 0.45 | 236.92 | 0.39 | 0.4 |
| Hex | 3E | 42 | 8C | 38 | 35 | 0 | 2D | ED | 27 | 28 |
| Octal | 76 | 102 | 214 | 70 | 65 | 0 | 55 | 355 | 47 | 50 |
| Binary | 111110 | 1000010 | 10001100 | 111000 | 110101 | 0 | 101101 | 11101101 | 100111 | 101000 |
Color Harmonies of #3E428C
Complementary color
Monochromatic Colors of #3E428C
Black with #3E428C
Text Example
Text Example
White with #3E428C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E428C; }
p { color: rgb(62,66,140); }
H1.HeaderClassName
{
color: #3E428C;
}
.AnyTagClassName
{
color: #3E428C;
}
</style>
background-color css
<style>
a { background-color: #3E428C; }
a { background-color: rgb(62,66,140); }
div.DivClassName
{
background-color: #3E428C;
}
.BgClassName
{
background-color: #3E428C;
}
</style>
border-color css
<style>
span { border-color: #3E428C; }
span { border-color: rgb(62,66,140); }
td.TdClassName
{
border-color: #3E428C;
}
.TagClassName
{
border-color: #3E428C;
}
</style>