Shades of Jacksons Purple #3A3382
Tints of Jacksons Purple #3A3382
RGB
CMYK
RGB Variations
Color information
#3A3382 (or 0x3A3382) is known color: Jacksons Purple. HEX triplet: 3A, 33 and 82. RGB value is (58,51,130). Sum of RGB (Red+Green+Blue) = 58+51+130=239 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.27% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 130 (51.17% from 255 or 54.39% from 239); Max value from RGB is 130 - color contains mainly: blue. Hex color #3A3382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3382 is #C5CC7D. Grayscale: #3D3D3D. Windows color (decimal): -12962942 or 8532794. OLE color: 8532794.
HSL color Cylindrical-coordinate representation of color #3A3382: hue angle of 245.32º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A3382 is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 58 | 51 | 130 | - |
| CMYK | 0.55 | 0.61 | 0 | 0.49 |
| HSL | 245.32º | 0.44% | 0.35% | - |
| HSV(B) | 245.32º | 0.61% | 0.51% | - |
| XYZ | 6.96 | 4.88 | 21.69 | - |
| YUV | 62.1 | 166.32 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 51 | 130 | 0.55 | 0.61 | 0 | 0.49 | 245.32 | 0.44 | 0.35 |
| Hex | 3A | 33 | 82 | 37 | 3D | 0 | 31 | F5 | 2C | 23 |
| Octal | 72 | 63 | 202 | 67 | 75 | 0 | 61 | 365 | 54 | 43 |
| Binary | 111010 | 110011 | 10000010 | 110111 | 111101 | 0 | 110001 | 11110101 | 101100 | 100011 |
Color Harmonies of #3A3382
Complementary color
Monochromatic Colors of #3A3382
Black with #3A3382
Text Example
Text Example
White with #3A3382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3382; }
p { color: rgb(58,51,130); }
H1.HeaderClassName
{
color: #3A3382;
}
.AnyTagClassName
{
color: #3A3382;
}
</style>
background-color css
<style>
a { background-color: #3A3382; }
a { background-color: rgb(58,51,130); }
div.DivClassName
{
background-color: #3A3382;
}
.BgClassName
{
background-color: #3A3382;
}
</style>
border-color css
<style>
span { border-color: #3A3382; }
span { border-color: rgb(58,51,130); }
td.TdClassName
{
border-color: #3A3382;
}
.TagClassName
{
border-color: #3A3382;
}
</style>