Shades of Jacksons Purple #3C407E
Tints of Jacksons Purple #3C407E
RGB
CMYK
RGB Variations
Color information
#3C407E (or 0x3C407E) is known color: Jacksons Purple. HEX triplet: 3C, 40 and 7E. RGB value is (60,64,126). Sum of RGB (Red+Green+Blue) = 60+64+126=250 (33% of max value = 765). Red value is 60 (23.83% from 255 or 24% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 126 (49.61% from 255 or 50.4% from 250); Max value from RGB is 126 - color contains mainly: blue. Hex color #3C407E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C407E is #C3BF81. Grayscale: #454545. Windows color (decimal): -12828546 or 8273980. OLE color: 8273980.
HSL color Cylindrical-coordinate representation of color #3C407E: hue angle of 236.36º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3C407E is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 60 | 64 | 126 | - |
| CMYK | 0.52 | 0.49 | 0 | 0.51 |
| HSL | 236.36º | 0.35% | 0.36% | - |
| HSV(B) | 236.36º | 0.52% | 0.49% | - |
| XYZ | 7.46 | 6.13 | 20.53 | - |
| YUV | 69.87 | 159.67 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 64 | 126 | 0.52 | 0.49 | 0 | 0.51 | 236.36 | 0.35 | 0.36 |
| Hex | 3C | 40 | 7E | 34 | 31 | 0 | 33 | EC | 23 | 24 |
| Octal | 74 | 100 | 176 | 64 | 61 | 0 | 63 | 354 | 43 | 44 |
| Binary | 111100 | 1000000 | 1111110 | 110100 | 110001 | 0 | 110011 | 11101100 | 100011 | 100100 |
Color Harmonies of #3C407E
Complementary color
Monochromatic Colors of #3C407E
Black with #3C407E
Text Example
Text Example
White with #3C407E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C407E; }
p { color: rgb(60,64,126); }
H1.HeaderClassName
{
color: #3C407E;
}
.AnyTagClassName
{
color: #3C407E;
}
</style>
background-color css
<style>
a { background-color: #3C407E; }
a { background-color: rgb(60,64,126); }
div.DivClassName
{
background-color: #3C407E;
}
.BgClassName
{
background-color: #3C407E;
}
</style>
border-color css
<style>
span { border-color: #3C407E; }
span { border-color: rgb(60,64,126); }
td.TdClassName
{
border-color: #3C407E;
}
.TagClassName
{
border-color: #3C407E;
}
</style>