Shades of Jacksons Purple #3A388C
Tints of Jacksons Purple #3A388C
RGB
CMYK
RGB Variations
Color information
#3A388C (or 0x3A388C) is known color: Jacksons Purple. HEX triplet: 3A, 38 and 8C. RGB value is (58,56,140). Sum of RGB (Red+Green+Blue) = 58+56+140=254 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.83% from 254); Green value is 56 (22.27% from 255 or 22.05% from 254); Blue value is 140 (55.08% from 255 or 55.12% from 254); Max value from RGB is 140 - color contains mainly: blue. Hex color #3A388C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A388C is #C5C773. Grayscale: #414141. Windows color (decimal): -12961652 or 9189434. OLE color: 9189434.
HSL color Cylindrical-coordinate representation of color #3A388C: hue angle of 241.43º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A388C is Cyan = 0.59, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 56 | 140 | - |
| CMYK | 0.59 | 0.6 | 0 | 0.45 |
| HSL | 241.43º | 0.43% | 0.38% | - |
| HSV(B) | 241.43º | 0.6% | 0.55% | - |
| XYZ | 7.89 | 5.62 | 25.48 | - |
| YUV | 66.17 | 169.66 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 56 | 140 | 0.59 | 0.6 | 0 | 0.45 | 241.43 | 0.43 | 0.38 |
| Hex | 3A | 38 | 8C | 3B | 3C | 0 | 2D | F1 | 2B | 26 |
| Octal | 72 | 70 | 214 | 73 | 74 | 0 | 55 | 361 | 53 | 46 |
| Binary | 111010 | 111000 | 10001100 | 111011 | 111100 | 0 | 101101 | 11110001 | 101011 | 100110 |
Color Harmonies of #3A388C
Complementary color
Monochromatic Colors of #3A388C
Black with #3A388C
Text Example
Text Example
White with #3A388C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A388C; }
p { color: rgb(58,56,140); }
H1.HeaderClassName
{
color: #3A388C;
}
.AnyTagClassName
{
color: #3A388C;
}
</style>
background-color css
<style>
a { background-color: #3A388C; }
a { background-color: rgb(58,56,140); }
div.DivClassName
{
background-color: #3A388C;
}
.BgClassName
{
background-color: #3A388C;
}
</style>
border-color css
<style>
span { border-color: #3A388C; }
span { border-color: rgb(58,56,140); }
td.TdClassName
{
border-color: #3A388C;
}
.TagClassName
{
border-color: #3A388C;
}
</style>