Shades of Jacksons Purple #3A4290
Tints of Jacksons Purple #3A4290
RGB
CMYK
RGB Variations
Color information
#3A4290 (or 0x3A4290) is known color: Jacksons Purple. HEX triplet: 3A, 42 and 90. RGB value is (58,66,144). Sum of RGB (Red+Green+Blue) = 58+66+144=268 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.64% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 144 (56.64% from 255 or 53.73% from 268); Max value from RGB is 144 - color contains mainly: blue. Hex color #3A4290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A4290 is #C5BD6F. Grayscale: #484848. Windows color (decimal): -12959088 or 9454138. OLE color: 9454138.
HSL color Cylindrical-coordinate representation of color #3A4290: hue angle of 234.42º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A4290 is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 58 | 66 | 144 | - |
| CMYK | 0.60 | 0.54 | 0 | 0.44 |
| HSL | 234.42º | 0.43% | 0.4% | - |
| HSV(B) | 234.42º | 0.6% | 0.56% | - |
| XYZ | 8.73 | 6.81 | 27.24 | - |
| YUV | 72.5 | 168.35 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 66 | 144 | 0.60 | 0.54 | 0 | 0.44 | 234.42 | 0.43 | 0.4 |
| Hex | 3A | 42 | 90 | 3C | 36 | 0 | 2C | EA | 2B | 28 |
| Octal | 72 | 102 | 220 | 74 | 66 | 0 | 54 | 352 | 53 | 50 |
| Binary | 111010 | 1000010 | 10010000 | 111100 | 110110 | 0 | 101100 | 11101010 | 101011 | 101000 |
Color Harmonies of #3A4290
Complementary color
Monochromatic Colors of #3A4290
Black with #3A4290
Text Example
Text Example
White with #3A4290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4290; }
p { color: rgb(58,66,144); }
H1.HeaderClassName
{
color: #3A4290;
}
.AnyTagClassName
{
color: #3A4290;
}
</style>
background-color css
<style>
a { background-color: #3A4290; }
a { background-color: rgb(58,66,144); }
div.DivClassName
{
background-color: #3A4290;
}
.BgClassName
{
background-color: #3A4290;
}
</style>
border-color css
<style>
span { border-color: #3A4290; }
span { border-color: rgb(58,66,144); }
td.TdClassName
{
border-color: #3A4290;
}
.TagClassName
{
border-color: #3A4290;
}
</style>