Shades of Jacksons Purple #3D3C8A
Tints of Jacksons Purple #3D3C8A
RGB
CMYK
RGB Variations
Color information
#3D3C8A (or 0x3D3C8A) is known color: Jacksons Purple. HEX triplet: 3D, 3C and 8A. RGB value is (61,60,138). Sum of RGB (Red+Green+Blue) = 61+60+138=259 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.55% from 259); Green value is 60 (23.83% from 255 or 23.17% from 259); Blue value is 138 (54.30% from 255 or 53.28% from 259); Max value from RGB is 138 - color contains mainly: blue. Hex color #3D3C8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3C8A is #C2C375. Grayscale: #444444. Windows color (decimal): -12764022 or 9059389. OLE color: 9059389.
HSL color Cylindrical-coordinate representation of color #3D3C8A: hue angle of 240.77º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D3C8A is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 61 | 60 | 138 | - |
| CMYK | 0.56 | 0.57 | 0 | 0.46 |
| HSL | 240.77º | 0.39% | 0.39% | - |
| HSV(B) | 240.77º | 0.57% | 0.54% | - |
| XYZ | 8.13 | 6.06 | 24.79 | - |
| YUV | 69.19 | 166.83 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 60 | 138 | 0.56 | 0.57 | 0 | 0.46 | 240.77 | 0.39 | 0.39 |
| Hex | 3D | 3C | 8A | 38 | 39 | 0 | 2E | F1 | 27 | 27 |
| Octal | 75 | 74 | 212 | 70 | 71 | 0 | 56 | 361 | 47 | 47 |
| Binary | 111101 | 111100 | 10001010 | 111000 | 111001 | 0 | 101110 | 11110001 | 100111 | 100111 |
Color Harmonies of #3D3C8A
Complementary color
Monochromatic Colors of #3D3C8A
Black with #3D3C8A
Text Example
Text Example
White with #3D3C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3C8A; }
p { color: rgb(61,60,138); }
H1.HeaderClassName
{
color: #3D3C8A;
}
.AnyTagClassName
{
color: #3D3C8A;
}
</style>
background-color css
<style>
a { background-color: #3D3C8A; }
a { background-color: rgb(61,60,138); }
div.DivClassName
{
background-color: #3D3C8A;
}
.BgClassName
{
background-color: #3D3C8A;
}
</style>
border-color css
<style>
span { border-color: #3D3C8A; }
span { border-color: rgb(61,60,138); }
td.TdClassName
{
border-color: #3D3C8A;
}
.TagClassName
{
border-color: #3D3C8A;
}
</style>