Shades of Jacksons Purple #3A438C
Tints of Jacksons Purple #3A438C
RGB
CMYK
RGB Variations
Color information
#3A438C (or 0x3A438C) is known color: Jacksons Purple. HEX triplet: 3A, 43 and 8C. RGB value is (58,67,140). Sum of RGB (Red+Green+Blue) = 58+67+140=265 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.89% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 140 (55.08% from 255 or 52.83% from 265); Max value from RGB is 140 - color contains mainly: blue. Hex color #3A438C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A438C is #C5BC73. Grayscale: #484848. Windows color (decimal): -12958836 or 9192250. OLE color: 9192250.
HSL color Cylindrical-coordinate representation of color #3A438C: hue angle of 233.41º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A438C is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 67 | 140 | - |
| CMYK | 0.59 | 0.52 | 0 | 0.45 |
| HSL | 233.41º | 0.41% | 0.39% | - |
| HSV(B) | 233.41º | 0.59% | 0.55% | - |
| XYZ | 8.49 | 6.81 | 25.68 | - |
| YUV | 72.63 | 166.02 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 67 | 140 | 0.59 | 0.52 | 0 | 0.45 | 233.41 | 0.41 | 0.39 |
| Hex | 3A | 43 | 8C | 3B | 34 | 0 | 2D | E9 | 29 | 27 |
| Octal | 72 | 103 | 214 | 73 | 64 | 0 | 55 | 351 | 51 | 47 |
| Binary | 111010 | 1000011 | 10001100 | 111011 | 110100 | 0 | 101101 | 11101001 | 101001 | 100111 |
Color Harmonies of #3A438C
Complementary color
Monochromatic Colors of #3A438C
Black with #3A438C
Text Example
Text Example
White with #3A438C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A438C; }
p { color: rgb(58,67,140); }
H1.HeaderClassName
{
color: #3A438C;
}
.AnyTagClassName
{
color: #3A438C;
}
</style>
background-color css
<style>
a { background-color: #3A438C; }
a { background-color: rgb(58,67,140); }
div.DivClassName
{
background-color: #3A438C;
}
.BgClassName
{
background-color: #3A438C;
}
</style>
border-color css
<style>
span { border-color: #3A438C; }
span { border-color: rgb(58,67,140); }
td.TdClassName
{
border-color: #3A438C;
}
.TagClassName
{
border-color: #3A438C;
}
</style>