Shades of Jacksons Purple #3A437C
Tints of Jacksons Purple #3A437C
RGB
CMYK
RGB Variations
Color information
#3A437C (or 0x3A437C) is known color: Jacksons Purple. HEX triplet: 3A, 43 and 7C. RGB value is (58,67,124). Sum of RGB (Red+Green+Blue) = 58+67+124=249 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.29% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 124 (48.83% from 255 or 49.80% from 249); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A437C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A437C is #C5BC83. Grayscale: #464646. Windows color (decimal): -12958852 or 8143674. OLE color: 8143674.
HSL color Cylindrical-coordinate representation of color #3A437C: hue angle of 231.82º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A437C is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 67 | 124 | - |
| CMYK | 0.53 | 0.46 | 0 | 0.51 |
| HSL | 231.82º | 0.36% | 0.36% | - |
| HSV(B) | 231.82º | 0.53% | 0.49% | - |
| XYZ | 7.39 | 6.37 | 19.91 | - |
| YUV | 70.81 | 158.02 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 67 | 124 | 0.53 | 0.46 | 0 | 0.51 | 231.82 | 0.36 | 0.36 |
| Hex | 3A | 43 | 7C | 35 | 2E | 0 | 33 | E8 | 24 | 24 |
| Octal | 72 | 103 | 174 | 65 | 56 | 0 | 63 | 350 | 44 | 44 |
| Binary | 111010 | 1000011 | 1111100 | 110101 | 101110 | 0 | 110011 | 11101000 | 100100 | 100100 |
Color Harmonies of #3A437C
Complementary color
Monochromatic Colors of #3A437C
Black with #3A437C
Text Example
Text Example
White with #3A437C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A437C; }
p { color: rgb(58,67,124); }
H1.HeaderClassName
{
color: #3A437C;
}
.AnyTagClassName
{
color: #3A437C;
}
</style>
background-color css
<style>
a { background-color: #3A437C; }
a { background-color: rgb(58,67,124); }
div.DivClassName
{
background-color: #3A437C;
}
.BgClassName
{
background-color: #3A437C;
}
</style>
border-color css
<style>
span { border-color: #3A437C; }
span { border-color: rgb(58,67,124); }
td.TdClassName
{
border-color: #3A437C;
}
.TagClassName
{
border-color: #3A437C;
}
</style>