Shades of Jacksons Purple #3A4092
Tints of Jacksons Purple #3A4092
RGB
CMYK
RGB Variations
Color information
#3A4092 (or 0x3A4092) is known color: Jacksons Purple. HEX triplet: 3A, 40 and 92. RGB value is (58,64,146). Sum of RGB (Red+Green+Blue) = 58+64+146=268 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.64% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 146 (57.42% from 255 or 54.48% from 268); Max value from RGB is 146 - color contains mainly: blue. Hex color #3A4092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A4092 is #C5BF6D. Grayscale: #474747. Windows color (decimal): -12959598 or 9584698. OLE color: 9584698.
HSL color Cylindrical-coordinate representation of color #3A4092: hue angle of 235.91º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A4092 is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 58 | 64 | 146 | - |
| CMYK | 0.60 | 0.56 | 0 | 0.43 |
| HSL | 235.91º | 0.43% | 0.4% | - |
| HSV(B) | 235.91º | 0.6% | 0.57% | - |
| XYZ | 8.77 | 6.64 | 28.01 | - |
| YUV | 71.55 | 170.01 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 64 | 146 | 0.60 | 0.56 | 0 | 0.43 | 235.91 | 0.43 | 0.4 |
| Hex | 3A | 40 | 92 | 3C | 38 | 0 | 2B | EC | 2B | 28 |
| Octal | 72 | 100 | 222 | 74 | 70 | 0 | 53 | 354 | 53 | 50 |
| Binary | 111010 | 1000000 | 10010010 | 111100 | 111000 | 0 | 101011 | 11101100 | 101011 | 101000 |
Color Harmonies of #3A4092
Complementary color
Monochromatic Colors of #3A4092
Black with #3A4092
Text Example
Text Example
White with #3A4092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4092; }
p { color: rgb(58,64,146); }
H1.HeaderClassName
{
color: #3A4092;
}
.AnyTagClassName
{
color: #3A4092;
}
</style>
background-color css
<style>
a { background-color: #3A4092; }
a { background-color: rgb(58,64,146); }
div.DivClassName
{
background-color: #3A4092;
}
.BgClassName
{
background-color: #3A4092;
}
</style>
border-color css
<style>
span { border-color: #3A4092; }
span { border-color: rgb(58,64,146); }
td.TdClassName
{
border-color: #3A4092;
}
.TagClassName
{
border-color: #3A4092;
}
</style>