Shades of Jacksons Purple #3D428F
Tints of Jacksons Purple #3D428F
RGB
CMYK
RGB Variations
Color information
#3D428F (or 0x3D428F) is known color: Jacksons Purple. HEX triplet: 3D, 42 and 8F. RGB value is (61,66,143). Sum of RGB (Red+Green+Blue) = 61+66+143=270 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.59% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 143 (56.25% from 255 or 52.96% from 270); Max value from RGB is 143 - color contains mainly: blue. Hex color #3D428F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D428F is #C2BD70. Grayscale: #484848. Windows color (decimal): -12762481 or 9388605. OLE color: 9388605.
HSL color Cylindrical-coordinate representation of color #3D428F: hue angle of 236.34º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D428F is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 61 | 66 | 143 | - |
| CMYK | 0.57 | 0.54 | 0 | 0.44 |
| HSL | 236.34º | 0.4% | 0.4% | - |
| HSV(B) | 236.34º | 0.57% | 0.56% | - |
| XYZ | 8.83 | 6.87 | 26.85 | - |
| YUV | 73.28 | 167.34 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 66 | 143 | 0.57 | 0.54 | 0 | 0.44 | 236.34 | 0.4 | 0.4 |
| Hex | 3D | 42 | 8F | 39 | 36 | 0 | 2C | EC | 28 | 28 |
| Octal | 75 | 102 | 217 | 71 | 66 | 0 | 54 | 354 | 50 | 50 |
| Binary | 111101 | 1000010 | 10001111 | 111001 | 110110 | 0 | 101100 | 11101100 | 101000 | 101000 |
Color Harmonies of #3D428F
Complementary color
Monochromatic Colors of #3D428F
Black with #3D428F
Text Example
Text Example
White with #3D428F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D428F; }
p { color: rgb(61,66,143); }
H1.HeaderClassName
{
color: #3D428F;
}
.AnyTagClassName
{
color: #3D428F;
}
</style>
background-color css
<style>
a { background-color: #3D428F; }
a { background-color: rgb(61,66,143); }
div.DivClassName
{
background-color: #3D428F;
}
.BgClassName
{
background-color: #3D428F;
}
</style>
border-color css
<style>
span { border-color: #3D428F; }
span { border-color: rgb(61,66,143); }
td.TdClassName
{
border-color: #3D428F;
}
.TagClassName
{
border-color: #3D428F;
}
</style>