Shades of Jacksons Purple #3A368A
Tints of Jacksons Purple #3A368A
RGB
CMYK
RGB Variations
Color information
#3A368A (or 0x3A368A) is known color: Jacksons Purple. HEX triplet: 3A, 36 and 8A. RGB value is (58,54,138). Sum of RGB (Red+Green+Blue) = 58+54+138=250 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.2% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 138 (54.30% from 255 or 55.2% from 250); Max value from RGB is 138 - color contains mainly: blue. Hex color #3A368A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A368A is #C5C975. Grayscale: #404040. Windows color (decimal): -12962166 or 9057850. OLE color: 9057850.
HSL color Cylindrical-coordinate representation of color #3A368A: hue angle of 242.86º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A368A is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 54 | 138 | - |
| CMYK | 0.58 | 0.61 | 0 | 0.46 |
| HSL | 242.86º | 0.44% | 0.38% | - |
| HSV(B) | 242.86º | 0.61% | 0.54% | - |
| XYZ | 7.65 | 5.37 | 24.68 | - |
| YUV | 64.77 | 169.33 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 54 | 138 | 0.58 | 0.61 | 0 | 0.46 | 242.86 | 0.44 | 0.38 |
| Hex | 3A | 36 | 8A | 3A | 3D | 0 | 2E | F3 | 2C | 26 |
| Octal | 72 | 66 | 212 | 72 | 75 | 0 | 56 | 363 | 54 | 46 |
| Binary | 111010 | 110110 | 10001010 | 111010 | 111101 | 0 | 101110 | 11110011 | 101100 | 100110 |
Color Harmonies of #3A368A
Complementary color
Monochromatic Colors of #3A368A
Black with #3A368A
Text Example
Text Example
White with #3A368A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A368A; }
p { color: rgb(58,54,138); }
H1.HeaderClassName
{
color: #3A368A;
}
.AnyTagClassName
{
color: #3A368A;
}
</style>
background-color css
<style>
a { background-color: #3A368A; }
a { background-color: rgb(58,54,138); }
div.DivClassName
{
background-color: #3A368A;
}
.BgClassName
{
background-color: #3A368A;
}
</style>
border-color css
<style>
span { border-color: #3A368A; }
span { border-color: rgb(58,54,138); }
td.TdClassName
{
border-color: #3A368A;
}
.TagClassName
{
border-color: #3A368A;
}
</style>