Shades of Jacksons Purple #3C347D
Tints of Jacksons Purple #3C347D
RGB
CMYK
RGB Variations
Color information
#3C347D (or 0x3C347D) is known color: Jacksons Purple. HEX triplet: 3C, 34 and 7D. RGB value is (60,52,125). Sum of RGB (Red+Green+Blue) = 60+52+125=237 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.32% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 125 (49.22% from 255 or 52.74% from 237); Max value from RGB is 125 - color contains mainly: blue. Hex color #3C347D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C347D is #C3CB82. Grayscale: #3E3E3E. Windows color (decimal): -12831619 or 8205372. OLE color: 8205372.
HSL color Cylindrical-coordinate representation of color #3C347D: hue angle of 246.58º 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 #3C347D is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 60 | 52 | 125 | - |
| CMYK | 0.52 | 0.58 | 0 | 0.51 |
| HSL | 246.58º | 0.41% | 0.35% | - |
| HSV(B) | 246.58º | 0.58% | 0.49% | - |
| XYZ | 6.79 | 4.9 | 19.99 | - |
| YUV | 62.71 | 163.15 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 52 | 125 | 0.52 | 0.58 | 0 | 0.51 | 246.58 | 0.41 | 0.35 |
| Hex | 3C | 34 | 7D | 34 | 3A | 0 | 33 | F7 | 29 | 23 |
| Octal | 74 | 64 | 175 | 64 | 72 | 0 | 63 | 367 | 51 | 43 |
| Binary | 111100 | 110100 | 1111101 | 110100 | 111010 | 0 | 110011 | 11110111 | 101001 | 100011 |
Color Harmonies of #3C347D
Complementary color
Monochromatic Colors of #3C347D
Black with #3C347D
Text Example
Text Example
White with #3C347D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C347D; }
p { color: rgb(60,52,125); }
H1.HeaderClassName
{
color: #3C347D;
}
.AnyTagClassName
{
color: #3C347D;
}
</style>
background-color css
<style>
a { background-color: #3C347D; }
a { background-color: rgb(60,52,125); }
div.DivClassName
{
background-color: #3C347D;
}
.BgClassName
{
background-color: #3C347D;
}
</style>
border-color css
<style>
span { border-color: #3C347D; }
span { border-color: rgb(60,52,125); }
td.TdClassName
{
border-color: #3C347D;
}
.TagClassName
{
border-color: #3C347D;
}
</style>