Shades of Jacksons Purple #3A3788
Tints of Jacksons Purple #3A3788
RGB
CMYK
RGB Variations
Color information
#3A3788 (or 0x3A3788) is known color: Jacksons Purple. HEX triplet: 3A, 37 and 88. RGB value is (58,55,136). Sum of RGB (Red+Green+Blue) = 58+55+136=249 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.29% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 136 (53.52% from 255 or 54.62% from 249); Max value from RGB is 136 - color contains mainly: blue. Hex color #3A3788 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3788 is #C5C877. Grayscale: #404040. Windows color (decimal): -12961912 or 8927034. OLE color: 8927034.
HSL color Cylindrical-coordinate representation of color #3A3788: hue angle of 242.22º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A3788 is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 58 | 55 | 136 | - |
| CMYK | 0.57 | 0.60 | 0 | 0.47 |
| HSL | 242.22º | 0.42% | 0.37% | - |
| HSV(B) | 242.22º | 0.6% | 0.53% | - |
| XYZ | 7.56 | 5.41 | 23.94 | - |
| YUV | 65.13 | 167.99 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 55 | 136 | 0.57 | 0.60 | 0 | 0.47 | 242.22 | 0.42 | 0.37 |
| Hex | 3A | 37 | 88 | 39 | 3C | 0 | 2F | F2 | 2A | 25 |
| Octal | 72 | 67 | 210 | 71 | 74 | 0 | 57 | 362 | 52 | 45 |
| Binary | 111010 | 110111 | 10001000 | 111001 | 111100 | 0 | 101111 | 11110010 | 101010 | 100101 |
Color Harmonies of #3A3788
Complementary color
Monochromatic Colors of #3A3788
Black with #3A3788
Text Example
Text Example
White with #3A3788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3788; }
p { color: rgb(58,55,136); }
H1.HeaderClassName
{
color: #3A3788;
}
.AnyTagClassName
{
color: #3A3788;
}
</style>
background-color css
<style>
a { background-color: #3A3788; }
a { background-color: rgb(58,55,136); }
div.DivClassName
{
background-color: #3A3788;
}
.BgClassName
{
background-color: #3A3788;
}
</style>
border-color css
<style>
span { border-color: #3A3788; }
span { border-color: rgb(58,55,136); }
td.TdClassName
{
border-color: #3A3788;
}
.TagClassName
{
border-color: #3A3788;
}
</style>