Shades of Jacksons Purple #3C3381
Tints of Jacksons Purple #3C3381
RGB
CMYK
RGB Variations
Color information
#3C3381 (or 0x3C3381) is known color: Jacksons Purple. HEX triplet: 3C, 33 and 81. RGB value is (60,51,129). Sum of RGB (Red+Green+Blue) = 60+51+129=240 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 129 (50.78% from 255 or 53.75% from 240); Max value from RGB is 129 - color contains mainly: blue. Hex color #3C3381 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3381 is #C3CC7E. Grayscale: #3E3E3E. Windows color (decimal): -12831871 or 8467260. OLE color: 8467260.
HSL color Cylindrical-coordinate representation of color #3C3381: hue angle of 246.92º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C3381 is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 60 | 51 | 129 | - |
| CMYK | 0.53 | 0.60 | 0 | 0.49 |
| HSL | 246.92º | 0.43% | 0.35% | - |
| HSV(B) | 246.92º | 0.6% | 0.51% | - |
| XYZ | 7.01 | 4.91 | 21.35 | - |
| YUV | 62.58 | 165.48 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 51 | 129 | 0.53 | 0.60 | 0 | 0.49 | 246.92 | 0.43 | 0.35 |
| Hex | 3C | 33 | 81 | 35 | 3C | 0 | 31 | F7 | 2B | 23 |
| Octal | 74 | 63 | 201 | 65 | 74 | 0 | 61 | 367 | 53 | 43 |
| Binary | 111100 | 110011 | 10000001 | 110101 | 111100 | 0 | 110001 | 11110111 | 101011 | 100011 |
Color Harmonies of #3C3381
Complementary color
Monochromatic Colors of #3C3381
Black with #3C3381
Text Example
Text Example
White with #3C3381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3381; }
p { color: rgb(60,51,129); }
H1.HeaderClassName
{
color: #3C3381;
}
.AnyTagClassName
{
color: #3C3381;
}
</style>
background-color css
<style>
a { background-color: #3C3381; }
a { background-color: rgb(60,51,129); }
div.DivClassName
{
background-color: #3C3381;
}
.BgClassName
{
background-color: #3C3381;
}
</style>
border-color css
<style>
span { border-color: #3C3381; }
span { border-color: rgb(60,51,129); }
td.TdClassName
{
border-color: #3C3381;
}
.TagClassName
{
border-color: #3C3381;
}
</style>