Shades of Jacksons Purple #3B3377
Tints of Jacksons Purple #3B3377
RGB
CMYK
RGB Variations
Color information
#3B3377 (or 0x3B3377) is known color: Jacksons Purple. HEX triplet: 3B, 33 and 77. RGB value is (59,51,119). Sum of RGB (Red+Green+Blue) = 59+51+119=229 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.76% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 119 (46.88% from 255 or 51.97% from 229); Max value from RGB is 119 - color contains mainly: blue. Hex color #3B3377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3377 is #C4CC88. Grayscale: #3C3C3C. Windows color (decimal): -12897417 or 7811899. OLE color: 7811899.
HSL color Cylindrical-coordinate representation of color #3B3377: hue angle of 247.06º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B3377 is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 59 | 51 | 119 | - |
| CMYK | 0.50 | 0.57 | 0 | 0.53 |
| HSL | 247.06º | 0.4% | 0.33% | - |
| HSV(B) | 247.06º | 0.57% | 0.47% | - |
| XYZ | 6.32 | 4.63 | 18.01 | - |
| YUV | 61.14 | 160.65 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 51 | 119 | 0.50 | 0.57 | 0 | 0.53 | 247.06 | 0.4 | 0.33 |
| Hex | 3B | 33 | 77 | 32 | 39 | 0 | 35 | F7 | 28 | 21 |
| Octal | 73 | 63 | 167 | 62 | 71 | 0 | 65 | 367 | 50 | 41 |
| Binary | 111011 | 110011 | 1110111 | 110010 | 111001 | 0 | 110101 | 11110111 | 101000 | 100001 |
Color Harmonies of #3B3377
Complementary color
Monochromatic Colors of #3B3377
Black with #3B3377
Text Example
Text Example
White with #3B3377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3377; }
p { color: rgb(59,51,119); }
H1.HeaderClassName
{
color: #3B3377;
}
.AnyTagClassName
{
color: #3B3377;
}
</style>
background-color css
<style>
a { background-color: #3B3377; }
a { background-color: rgb(59,51,119); }
div.DivClassName
{
background-color: #3B3377;
}
.BgClassName
{
background-color: #3B3377;
}
</style>
border-color css
<style>
span { border-color: #3B3377; }
span { border-color: rgb(59,51,119); }
td.TdClassName
{
border-color: #3B3377;
}
.TagClassName
{
border-color: #3B3377;
}
</style>