Shades of Jacksons Purple #3C357E
Tints of Jacksons Purple #3C357E
RGB
CMYK
RGB Variations
Color information
#3C357E (or 0x3C357E) is known color: Jacksons Purple. HEX triplet: 3C, 35 and 7E. RGB value is (60,53,126). Sum of RGB (Red+Green+Blue) = 60+53+126=239 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.10% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 126 (49.61% from 255 or 52.72% from 239); Max value from RGB is 126 - color contains mainly: blue. Hex color #3C357E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C357E is #C3CA81. Grayscale: #3F3F3F. Windows color (decimal): -12831362 or 8271164. OLE color: 8271164.
HSL color Cylindrical-coordinate representation of color #3C357E: hue angle of 245.75º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C357E is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 60 | 53 | 126 | - |
| CMYK | 0.52 | 0.58 | 0 | 0.51 |
| HSL | 245.75º | 0.41% | 0.35% | - |
| HSV(B) | 245.75º | 0.58% | 0.49% | - |
| XYZ | 6.9 | 5.01 | 20.34 | - |
| YUV | 63.42 | 163.32 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 53 | 126 | 0.52 | 0.58 | 0 | 0.51 | 245.75 | 0.41 | 0.35 |
| Hex | 3C | 35 | 7E | 34 | 3A | 0 | 33 | F6 | 29 | 23 |
| Octal | 74 | 65 | 176 | 64 | 72 | 0 | 63 | 366 | 51 | 43 |
| Binary | 111100 | 110101 | 1111110 | 110100 | 111010 | 0 | 110011 | 11110110 | 101001 | 100011 |
Color Harmonies of #3C357E
Complementary color
Monochromatic Colors of #3C357E
Black with #3C357E
Text Example
Text Example
White with #3C357E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C357E; }
p { color: rgb(60,53,126); }
H1.HeaderClassName
{
color: #3C357E;
}
.AnyTagClassName
{
color: #3C357E;
}
</style>
background-color css
<style>
a { background-color: #3C357E; }
a { background-color: rgb(60,53,126); }
div.DivClassName
{
background-color: #3C357E;
}
.BgClassName
{
background-color: #3C357E;
}
</style>
border-color css
<style>
span { border-color: #3C357E; }
span { border-color: rgb(60,53,126); }
td.TdClassName
{
border-color: #3C357E;
}
.TagClassName
{
border-color: #3C357E;
}
</style>