Shades of Jacksons Purple #3C3B77
Tints of Jacksons Purple #3C3B77
RGB
CMYK
RGB Variations
Color information
#3C3B77 (or 0x3C3B77) is known color: Jacksons Purple. HEX triplet: 3C, 3B and 77. RGB value is (60,59,119). Sum of RGB (Red+Green+Blue) = 60+59+119=238 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.21% from 238); Green value is 59 (23.44% from 255 or 24.79% from 238); Blue value is 119 (46.88% from 255 or 50% from 238); Max value from RGB is 119 - color contains mainly: blue. Hex color #3C3B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3B77 is #C3C488. Grayscale: #414141. Windows color (decimal): -12829833 or 7813948. OLE color: 7813948.
HSL color Cylindrical-coordinate representation of color #3C3B77: hue angle of 241º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C3B77 is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 59 | 119 | - |
| CMYK | 0.50 | 0.50 | 0 | 0.53 |
| HSL | 241º | 0.34% | 0.35% | - |
| HSV(B) | 241º | 0.5% | 0.47% | - |
| XYZ | 6.76 | 5.42 | 18.14 | - |
| YUV | 66.14 | 157.83 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 59 | 119 | 0.50 | 0.50 | 0 | 0.53 | 241 | 0.34 | 0.35 |
| Hex | 3C | 3B | 77 | 32 | 32 | 0 | 35 | F1 | 22 | 23 |
| Octal | 74 | 73 | 167 | 62 | 62 | 0 | 65 | 361 | 42 | 43 |
| Binary | 111100 | 111011 | 1110111 | 110010 | 110010 | 0 | 110101 | 11110001 | 100010 | 100011 |
Color Harmonies of #3C3B77
Complementary color
Monochromatic Colors of #3C3B77
Black with #3C3B77
Text Example
Text Example
White with #3C3B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3B77; }
p { color: rgb(60,59,119); }
H1.HeaderClassName
{
color: #3C3B77;
}
.AnyTagClassName
{
color: #3C3B77;
}
</style>
background-color css
<style>
a { background-color: #3C3B77; }
a { background-color: rgb(60,59,119); }
div.DivClassName
{
background-color: #3C3B77;
}
.BgClassName
{
background-color: #3C3B77;
}
</style>
border-color css
<style>
span { border-color: #3C3B77; }
span { border-color: rgb(60,59,119); }
td.TdClassName
{
border-color: #3C3B77;
}
.TagClassName
{
border-color: #3C3B77;
}
</style>