Shades of Jacksons Purple #3A3A74
Tints of Jacksons Purple #3A3A74
RGB
CMYK
RGB Variations
Color information
#3A3A74 (or 0x3A3A74) is known color: Jacksons Purple. HEX triplet: 3A, 3A and 74. RGB value is (58,58,116). Sum of RGB (Red+Green+Blue) = 58+58+116=232 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25% from 232); Green value is 58 (23.05% from 255 or 25% from 232); Blue value is 116 (45.70% from 255 or 50% from 232); Max value from RGB is 116 - color contains mainly: blue. Hex color #3A3A74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3A74 is #C5C58B. Grayscale: #404040. Windows color (decimal): -12961164 or 7617082. OLE color: 7617082.
HSL color Cylindrical-coordinate representation of color #3A3A74: hue angle of 240º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A3A74 is Cyan = 0.5, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 58 | 116 | - |
| CMYK | 0.5 | 0.5 | 0 | 0.55 |
| HSL | 240º | 0.33% | 0.34% | - |
| HSV(B) | 240º | 0.5% | 0.45% | - |
| XYZ | 6.41 | 5.19 | 17.19 | - |
| YUV | 64.61 | 157 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 58 | 116 | 0.5 | 0.5 | 0 | 0.55 | 240 | 0.33 | 0.34 |
| Hex | 3A | 3A | 74 | 32 | 32 | 0 | 37 | F0 | 21 | 22 |
| Octal | 72 | 72 | 164 | 62 | 62 | 0 | 67 | 360 | 41 | 42 |
| Binary | 111010 | 111010 | 1110100 | 110010 | 110010 | 0 | 110111 | 11110000 | 100001 | 100010 |
Color Harmonies of #3A3A74
Complementary color
Monochromatic Colors of #3A3A74
Black with #3A3A74
Text Example
Text Example
White with #3A3A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3A74; }
p { color: rgb(58,58,116); }
H1.HeaderClassName
{
color: #3A3A74;
}
.AnyTagClassName
{
color: #3A3A74;
}
</style>
background-color css
<style>
a { background-color: #3A3A74; }
a { background-color: rgb(58,58,116); }
div.DivClassName
{
background-color: #3A3A74;
}
.BgClassName
{
background-color: #3A3A74;
}
</style>
border-color css
<style>
span { border-color: #3A3A74; }
span { border-color: rgb(58,58,116); }
td.TdClassName
{
border-color: #3A3A74;
}
.TagClassName
{
border-color: #3A3A74;
}
</style>