Shades of Jacksons Purple #3C3478
Tints of Jacksons Purple #3C3478
RGB
CMYK
RGB Variations
Color information
#3C3478 (or 0x3C3478) is known color: Jacksons Purple. HEX triplet: 3C, 34 and 78. RGB value is (60,52,120). Sum of RGB (Red+Green+Blue) = 60+52+120=232 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.86% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 120 (47.27% from 255 or 51.72% from 232); Max value from RGB is 120 - color contains mainly: blue. Hex color #3C3478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3478 is #C3CB87. Grayscale: #3D3D3D. Windows color (decimal): -12831624 or 7877692. OLE color: 7877692.
HSL color Cylindrical-coordinate representation of color #3C3478: hue angle of 247.06º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C3478 is Cyan = 0.5, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 52 | 120 | - |
| CMYK | 0.5 | 0.57 | 0 | 0.53 |
| HSL | 247.06º | 0.4% | 0.34% | - |
| HSV(B) | 247.06º | 0.57% | 0.47% | - |
| XYZ | 6.48 | 4.77 | 18.35 | - |
| YUV | 62.14 | 160.65 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 52 | 120 | 0.5 | 0.57 | 0 | 0.53 | 247.06 | 0.4 | 0.34 |
| Hex | 3C | 34 | 78 | 32 | 39 | 0 | 35 | F7 | 28 | 22 |
| Octal | 74 | 64 | 170 | 62 | 71 | 0 | 65 | 367 | 50 | 42 |
| Binary | 111100 | 110100 | 1111000 | 110010 | 111001 | 0 | 110101 | 11110111 | 101000 | 100010 |
Color Harmonies of #3C3478
Complementary color
Monochromatic Colors of #3C3478
Black with #3C3478
Text Example
Text Example
White with #3C3478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3478; }
p { color: rgb(60,52,120); }
H1.HeaderClassName
{
color: #3C3478;
}
.AnyTagClassName
{
color: #3C3478;
}
</style>
background-color css
<style>
a { background-color: #3C3478; }
a { background-color: rgb(60,52,120); }
div.DivClassName
{
background-color: #3C3478;
}
.BgClassName
{
background-color: #3C3478;
}
</style>
border-color css
<style>
span { border-color: #3C3478; }
span { border-color: rgb(60,52,120); }
td.TdClassName
{
border-color: #3C3478;
}
.TagClassName
{
border-color: #3C3478;
}
</style>