Shades of Jacksons Purple #3C337F
Tints of Jacksons Purple #3C337F
RGB
CMYK
RGB Variations
Color information
#3C337F (or 0x3C337F) is known color: Jacksons Purple. HEX triplet: 3C, 33 and 7F. RGB value is (60,51,127). Sum of RGB (Red+Green+Blue) = 60+51+127=238 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.21% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 127 (50% from 255 or 53.36% from 238); Max value from RGB is 127 - color contains mainly: blue. Hex color #3C337F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C337F is #C3CC80. Grayscale: #3E3E3E. Windows color (decimal): -12831873 or 8336188. OLE color: 8336188.
HSL color Cylindrical-coordinate representation of color #3C337F: hue angle of 247.11º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C337F is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 60 | 51 | 127 | - |
| CMYK | 0.53 | 0.60 | 0 | 0.50 |
| HSL | 247.11º | 0.43% | 0.35% | - |
| HSV(B) | 247.11º | 0.6% | 0.5% | - |
| XYZ | 6.88 | 4.86 | 20.65 | - |
| YUV | 62.36 | 164.48 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 51 | 127 | 0.53 | 0.60 | 0 | 0.50 | 247.11 | 0.43 | 0.35 |
| Hex | 3C | 33 | 7F | 35 | 3C | 0 | 32 | F7 | 2B | 23 |
| Octal | 74 | 63 | 177 | 65 | 74 | 0 | 62 | 367 | 53 | 43 |
| Binary | 111100 | 110011 | 1111111 | 110101 | 111100 | 0 | 110010 | 11110111 | 101011 | 100011 |
Color Harmonies of #3C337F
Complementary color
Monochromatic Colors of #3C337F
Black with #3C337F
Text Example
Text Example
White with #3C337F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C337F; }
p { color: rgb(60,51,127); }
H1.HeaderClassName
{
color: #3C337F;
}
.AnyTagClassName
{
color: #3C337F;
}
</style>
background-color css
<style>
a { background-color: #3C337F; }
a { background-color: rgb(60,51,127); }
div.DivClassName
{
background-color: #3C337F;
}
.BgClassName
{
background-color: #3C337F;
}
</style>
border-color css
<style>
span { border-color: #3C337F; }
span { border-color: rgb(60,51,127); }
td.TdClassName
{
border-color: #3C337F;
}
.TagClassName
{
border-color: #3C337F;
}
</style>