Shades of Jacksons Purple #3C408D
Tints of Jacksons Purple #3C408D
RGB
CMYK
RGB Variations
Color information
#3C408D (or 0x3C408D) is known color: Jacksons Purple. HEX triplet: 3C, 40 and 8D. RGB value is (60,64,141). Sum of RGB (Red+Green+Blue) = 60+64+141=265 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.64% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 141 (55.47% from 255 or 53.21% from 265); Max value from RGB is 141 - color contains mainly: blue. Hex color #3C408D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C408D is #C3BF72. Grayscale: #474747. Windows color (decimal): -12828531 or 9257020. OLE color: 9257020.
HSL color Cylindrical-coordinate representation of color #3C408D: hue angle of 237.04º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C408D is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 64 | 141 | - |
| CMYK | 0.57 | 0.55 | 0 | 0.45 |
| HSL | 237.04º | 0.4% | 0.39% | - |
| HSV(B) | 237.04º | 0.57% | 0.55% | - |
| XYZ | 8.5 | 6.55 | 26.02 | - |
| YUV | 71.58 | 167.17 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 64 | 141 | 0.57 | 0.55 | 0 | 0.45 | 237.04 | 0.4 | 0.39 |
| Hex | 3C | 40 | 8D | 39 | 37 | 0 | 2D | ED | 28 | 27 |
| Octal | 74 | 100 | 215 | 71 | 67 | 0 | 55 | 355 | 50 | 47 |
| Binary | 111100 | 1000000 | 10001101 | 111001 | 110111 | 0 | 101101 | 11101101 | 101000 | 100111 |
Color Harmonies of #3C408D
Complementary color
Monochromatic Colors of #3C408D
Black with #3C408D
Text Example
Text Example
White with #3C408D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C408D; }
p { color: rgb(60,64,141); }
H1.HeaderClassName
{
color: #3C408D;
}
.AnyTagClassName
{
color: #3C408D;
}
</style>
background-color css
<style>
a { background-color: #3C408D; }
a { background-color: rgb(60,64,141); }
div.DivClassName
{
background-color: #3C408D;
}
.BgClassName
{
background-color: #3C408D;
}
</style>
border-color css
<style>
span { border-color: #3C408D; }
span { border-color: rgb(60,64,141); }
td.TdClassName
{
border-color: #3C408D;
}
.TagClassName
{
border-color: #3C408D;
}
</style>