Shades of Jacksons Purple #3A3385
Tints of Jacksons Purple #3A3385
RGB
CMYK
RGB Variations
Color information
#3A3385 (or 0x3A3385) is known color: Jacksons Purple. HEX triplet: 3A, 33 and 85. RGB value is (58,51,133). Sum of RGB (Red+Green+Blue) = 58+51+133=242 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.97% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 133 (52.34% from 255 or 54.96% from 242); Max value from RGB is 133 - color contains mainly: blue. Hex color #3A3385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3385 is #C5CC7A. Grayscale: #3E3E3E. Windows color (decimal): -12962939 or 8729402. OLE color: 8729402.
HSL color Cylindrical-coordinate representation of color #3A3385: hue angle of 245.12º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A3385 is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 58 | 51 | 133 | - |
| CMYK | 0.56 | 0.62 | 0 | 0.48 |
| HSL | 245.12º | 0.45% | 0.36% | - |
| HSV(B) | 245.12º | 0.62% | 0.52% | - |
| XYZ | 7.16 | 4.96 | 22.77 | - |
| YUV | 62.44 | 167.82 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 51 | 133 | 0.56 | 0.62 | 0 | 0.48 | 245.12 | 0.45 | 0.36 |
| Hex | 3A | 33 | 85 | 38 | 3E | 0 | 30 | F5 | 2D | 24 |
| Octal | 72 | 63 | 205 | 70 | 76 | 0 | 60 | 365 | 55 | 44 |
| Binary | 111010 | 110011 | 10000101 | 111000 | 111110 | 0 | 110000 | 11110101 | 101101 | 100100 |
Color Harmonies of #3A3385
Complementary color
Monochromatic Colors of #3A3385
Black with #3A3385
Text Example
Text Example
White with #3A3385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3385; }
p { color: rgb(58,51,133); }
H1.HeaderClassName
{
color: #3A3385;
}
.AnyTagClassName
{
color: #3A3385;
}
</style>
background-color css
<style>
a { background-color: #3A3385; }
a { background-color: rgb(58,51,133); }
div.DivClassName
{
background-color: #3A3385;
}
.BgClassName
{
background-color: #3A3385;
}
</style>
border-color css
<style>
span { border-color: #3A3385; }
span { border-color: rgb(58,51,133); }
td.TdClassName
{
border-color: #3A3385;
}
.TagClassName
{
border-color: #3A3385;
}
</style>