Shades of Jacksons Purple #3A417D
Tints of Jacksons Purple #3A417D
RGB
CMYK
RGB Variations
Color information
#3A417D (or 0x3A417D) is known color: Jacksons Purple. HEX triplet: 3A, 41 and 7D. RGB value is (58,65,125). Sum of RGB (Red+Green+Blue) = 58+65+125=248 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.39% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 125 (49.22% from 255 or 50.40% from 248); Max value from RGB is 125 - color contains mainly: blue. Hex color #3A417D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A417D is #C5BE82. Grayscale: #454545. Windows color (decimal): -12959363 or 8208698. OLE color: 8208698.
HSL color Cylindrical-coordinate representation of color #3A417D: hue angle of 233.73º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A417D is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 65 | 125 | - |
| CMYK | 0.54 | 0.48 | 0 | 0.51 |
| HSL | 233.73º | 0.37% | 0.36% | - |
| HSV(B) | 233.73º | 0.54% | 0.49% | - |
| XYZ | 7.34 | 6.16 | 20.2 | - |
| YUV | 69.75 | 159.18 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 65 | 125 | 0.54 | 0.48 | 0 | 0.51 | 233.73 | 0.37 | 0.36 |
| Hex | 3A | 41 | 7D | 36 | 30 | 0 | 33 | EA | 25 | 24 |
| Octal | 72 | 101 | 175 | 66 | 60 | 0 | 63 | 352 | 45 | 44 |
| Binary | 111010 | 1000001 | 1111101 | 110110 | 110000 | 0 | 110011 | 11101010 | 100101 | 100100 |
Color Harmonies of #3A417D
Complementary color
Monochromatic Colors of #3A417D
Black with #3A417D
Text Example
Text Example
White with #3A417D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A417D; }
p { color: rgb(58,65,125); }
H1.HeaderClassName
{
color: #3A417D;
}
.AnyTagClassName
{
color: #3A417D;
}
</style>
background-color css
<style>
a { background-color: #3A417D; }
a { background-color: rgb(58,65,125); }
div.DivClassName
{
background-color: #3A417D;
}
.BgClassName
{
background-color: #3A417D;
}
</style>
border-color css
<style>
span { border-color: #3A417D; }
span { border-color: rgb(58,65,125); }
td.TdClassName
{
border-color: #3A417D;
}
.TagClassName
{
border-color: #3A417D;
}
</style>