Shades of Jacksons Purple #3D438D
Tints of Jacksons Purple #3D438D
RGB
CMYK
RGB Variations
Color information
#3D438D (or 0x3D438D) is known color: Jacksons Purple. HEX triplet: 3D, 43 and 8D. RGB value is (61,67,141). Sum of RGB (Red+Green+Blue) = 61+67+141=269 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.68% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 141 (55.47% from 255 or 52.42% from 269); Max value from RGB is 141 - color contains mainly: blue. Hex color #3D438D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D438D is #C2BC72. Grayscale: #494949. Windows color (decimal): -12762227 or 9257789. OLE color: 9257789.
HSL color Cylindrical-coordinate representation of color #3D438D: hue angle of 235.5º 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 #3D438D is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 61 | 67 | 141 | - |
| CMYK | 0.57 | 0.52 | 0 | 0.45 |
| HSL | 235.5º | 0.4% | 0.4% | - |
| HSV(B) | 235.5º | 0.57% | 0.55% | - |
| XYZ | 8.74 | 6.93 | 26.08 | - |
| YUV | 73.64 | 166.01 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 67 | 141 | 0.57 | 0.52 | 0 | 0.45 | 235.5 | 0.4 | 0.4 |
| Hex | 3D | 43 | 8D | 39 | 34 | 0 | 2D | EC | 28 | 28 |
| Octal | 75 | 103 | 215 | 71 | 64 | 0 | 55 | 354 | 50 | 50 |
| Binary | 111101 | 1000011 | 10001101 | 111001 | 110100 | 0 | 101101 | 11101100 | 101000 | 101000 |
Color Harmonies of #3D438D
Complementary color
Monochromatic Colors of #3D438D
Black with #3D438D
Text Example
Text Example
White with #3D438D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D438D; }
p { color: rgb(61,67,141); }
H1.HeaderClassName
{
color: #3D438D;
}
.AnyTagClassName
{
color: #3D438D;
}
</style>
background-color css
<style>
a { background-color: #3D438D; }
a { background-color: rgb(61,67,141); }
div.DivClassName
{
background-color: #3D438D;
}
.BgClassName
{
background-color: #3D438D;
}
</style>
border-color css
<style>
span { border-color: #3D438D; }
span { border-color: rgb(61,67,141); }
td.TdClassName
{
border-color: #3D438D;
}
.TagClassName
{
border-color: #3D438D;
}
</style>