Shades of Jacksons Purple #3A3285
Tints of Jacksons Purple #3A3285
RGB
CMYK
RGB Variations
Color information
#3A3285 (or 0x3A3285) is known color: Jacksons Purple. HEX triplet: 3A, 32 and 85. RGB value is (58,50,133). Sum of RGB (Red+Green+Blue) = 58+50+133=241 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.07% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 133 (52.34% from 255 or 55.19% from 241); Max value from RGB is 133 - color contains mainly: blue. Hex color #3A3285 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3285 is #C5CD7A. Grayscale: #3D3D3D. Windows color (decimal): -12963195 or 8729146. OLE color: 8729146.
HSL color Cylindrical-coordinate representation of color #3A3285: hue angle of 245.78º 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 #3A3285 is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 58 | 50 | 133 | - |
| CMYK | 0.56 | 0.62 | 0 | 0.48 |
| HSL | 245.78º | 0.45% | 0.36% | - |
| HSV(B) | 245.78º | 0.62% | 0.52% | - |
| XYZ | 7.12 | 4.87 | 22.76 | - |
| YUV | 61.85 | 168.15 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 50 | 133 | 0.56 | 0.62 | 0 | 0.48 | 245.78 | 0.45 | 0.36 |
| Hex | 3A | 32 | 85 | 38 | 3E | 0 | 30 | F6 | 2D | 24 |
| Octal | 72 | 62 | 205 | 70 | 76 | 0 | 60 | 366 | 55 | 44 |
| Binary | 111010 | 110010 | 10000101 | 111000 | 111110 | 0 | 110000 | 11110110 | 101101 | 100100 |
Color Harmonies of #3A3285
Complementary color
Monochromatic Colors of #3A3285
Black with #3A3285
Text Example
Text Example
White with #3A3285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3285; }
p { color: rgb(58,50,133); }
H1.HeaderClassName
{
color: #3A3285;
}
.AnyTagClassName
{
color: #3A3285;
}
</style>
background-color css
<style>
a { background-color: #3A3285; }
a { background-color: rgb(58,50,133); }
div.DivClassName
{
background-color: #3A3285;
}
.BgClassName
{
background-color: #3A3285;
}
</style>
border-color css
<style>
span { border-color: #3A3285; }
span { border-color: rgb(58,50,133); }
td.TdClassName
{
border-color: #3A3285;
}
.TagClassName
{
border-color: #3A3285;
}
</style>