Shades of Jacksons Purple #3D428D
Tints of Jacksons Purple #3D428D
RGB
CMYK
RGB Variations
Color information
#3D428D (or 0x3D428D) is known color: Jacksons Purple. HEX triplet: 3D, 42 and 8D. RGB value is (61,66,141). Sum of RGB (Red+Green+Blue) = 61+66+141=268 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.76% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 141 (55.47% from 255 or 52.61% from 268); Max value from RGB is 141 - color contains mainly: blue. Hex color #3D428D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D428D is #C2BD72. Grayscale: #484848. Windows color (decimal): -12762483 or 9257533. OLE color: 9257533.
HSL color Cylindrical-coordinate representation of color #3D428D: hue angle of 236.25º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D428D is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 61 | 66 | 141 | - |
| CMYK | 0.57 | 0.53 | 0 | 0.45 |
| HSL | 236.25º | 0.4% | 0.4% | - |
| HSV(B) | 236.25º | 0.57% | 0.55% | - |
| XYZ | 8.68 | 6.81 | 26.06 | - |
| YUV | 73.06 | 166.34 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 66 | 141 | 0.57 | 0.53 | 0 | 0.45 | 236.25 | 0.4 | 0.4 |
| Hex | 3D | 42 | 8D | 39 | 35 | 0 | 2D | EC | 28 | 28 |
| Octal | 75 | 102 | 215 | 71 | 65 | 0 | 55 | 354 | 50 | 50 |
| Binary | 111101 | 1000010 | 10001101 | 111001 | 110101 | 0 | 101101 | 11101100 | 101000 | 101000 |
Color Harmonies of #3D428D
Complementary color
Monochromatic Colors of #3D428D
Black with #3D428D
Text Example
Text Example
White with #3D428D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D428D; }
p { color: rgb(61,66,141); }
H1.HeaderClassName
{
color: #3D428D;
}
.AnyTagClassName
{
color: #3D428D;
}
</style>
background-color css
<style>
a { background-color: #3D428D; }
a { background-color: rgb(61,66,141); }
div.DivClassName
{
background-color: #3D428D;
}
.BgClassName
{
background-color: #3D428D;
}
</style>
border-color css
<style>
span { border-color: #3D428D; }
span { border-color: rgb(61,66,141); }
td.TdClassName
{
border-color: #3D428D;
}
.TagClassName
{
border-color: #3D428D;
}
</style>