Shades of Jacksons Purple #3B3575
Tints of Jacksons Purple #3B3575
RGB
CMYK
RGB Variations
Color information
#3B3575 (or 0x3B3575) is known color: Jacksons Purple. HEX triplet: 3B, 35 and 75. RGB value is (59,53,117). Sum of RGB (Red+Green+Blue) = 59+53+117=229 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.76% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #3B3575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3575 is #C4CA8A. Grayscale: #3D3D3D. Windows color (decimal): -12896907 or 7681339. OLE color: 7681339.
HSL color Cylindrical-coordinate representation of color #3B3575: hue angle of 245.62º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3B3575 is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 59 | 53 | 117 | - |
| CMYK | 0.50 | 0.55 | 0 | 0.54 |
| HSL | 245.63º | 0.38% | 0.33% | - |
| HSV(B) | 245.63º | 0.55% | 0.46% | - |
| XYZ | 6.29 | 4.76 | 17.42 | - |
| YUV | 62.09 | 158.99 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 53 | 117 | 0.50 | 0.55 | 0 | 0.54 | 245.63 | 0.38 | 0.33 |
| Hex | 3B | 35 | 75 | 32 | 37 | 0 | 36 | F6 | 26 | 21 |
| Octal | 73 | 65 | 165 | 62 | 67 | 0 | 66 | 366 | 46 | 41 |
| Binary | 111011 | 110101 | 1110101 | 110010 | 110111 | 0 | 110110 | 11110110 | 100110 | 100001 |
Color Harmonies of #3B3575
Complementary color
Monochromatic Colors of #3B3575
Black with #3B3575
Text Example
Text Example
White with #3B3575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3575; }
p { color: rgb(59,53,117); }
H1.HeaderClassName
{
color: #3B3575;
}
.AnyTagClassName
{
color: #3B3575;
}
</style>
background-color css
<style>
a { background-color: #3B3575; }
a { background-color: rgb(59,53,117); }
div.DivClassName
{
background-color: #3B3575;
}
.BgClassName
{
background-color: #3B3575;
}
</style>
border-color css
<style>
span { border-color: #3B3575; }
span { border-color: rgb(59,53,117); }
td.TdClassName
{
border-color: #3B3575;
}
.TagClassName
{
border-color: #3B3575;
}
</style>