Shades of Jacksons Purple #3A387F
Tints of Jacksons Purple #3A387F
RGB
CMYK
RGB Variations
Color information
#3A387F (or 0x3A387F) is known color: Jacksons Purple. HEX triplet: 3A, 38 and 7F. RGB value is (58,56,127). Sum of RGB (Red+Green+Blue) = 58+56+127=241 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.07% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 127 (50% from 255 or 52.70% from 241); Max value from RGB is 127 - color contains mainly: blue. Hex color #3A387F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A387F is #C5C780. Grayscale: #404040. Windows color (decimal): -12961665 or 8337466. OLE color: 8337466.
HSL color Cylindrical-coordinate representation of color #3A387F: hue angle of 241.69º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A387F is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 58 | 56 | 127 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.50 |
| HSL | 241.69º | 0.39% | 0.36% | - |
| HSV(B) | 241.69º | 0.56% | 0.5% | - |
| XYZ | 6.99 | 5.26 | 20.73 | - |
| YUV | 64.69 | 163.16 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 56 | 127 | 0.54 | 0.56 | 0 | 0.50 | 241.69 | 0.39 | 0.36 |
| Hex | 3A | 38 | 7F | 36 | 38 | 0 | 32 | F2 | 27 | 24 |
| Octal | 72 | 70 | 177 | 66 | 70 | 0 | 62 | 362 | 47 | 44 |
| Binary | 111010 | 111000 | 1111111 | 110110 | 111000 | 0 | 110010 | 11110010 | 100111 | 100100 |
Color Harmonies of #3A387F
Complementary color
Monochromatic Colors of #3A387F
Black with #3A387F
Text Example
Text Example
White with #3A387F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A387F; }
p { color: rgb(58,56,127); }
H1.HeaderClassName
{
color: #3A387F;
}
.AnyTagClassName
{
color: #3A387F;
}
</style>
background-color css
<style>
a { background-color: #3A387F; }
a { background-color: rgb(58,56,127); }
div.DivClassName
{
background-color: #3A387F;
}
.BgClassName
{
background-color: #3A387F;
}
</style>
border-color css
<style>
span { border-color: #3A387F; }
span { border-color: rgb(58,56,127); }
td.TdClassName
{
border-color: #3A387F;
}
.TagClassName
{
border-color: #3A387F;
}
</style>