Shades of Jacksons Purple #3D437D
Tints of Jacksons Purple #3D437D
RGB
CMYK
RGB Variations
Color information
#3D437D (or 0x3D437D) is known color: Jacksons Purple. HEX triplet: 3D, 43 and 7D. RGB value is (61,67,125). Sum of RGB (Red+Green+Blue) = 61+67+125=253 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.11% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 125 (49.22% from 255 or 49.41% from 253); Max value from RGB is 125 - color contains mainly: blue. Hex color #3D437D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D437D is #C2BC82. Grayscale: #474747. Windows color (decimal): -12762243 or 8209213. OLE color: 8209213.
HSL color Cylindrical-coordinate representation of color #3D437D: hue angle of 234.38º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D437D is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 61 | 67 | 125 | - |
| CMYK | 0.51 | 0.46 | 0 | 0.51 |
| HSL | 234.38º | 0.34% | 0.36% | - |
| HSV(B) | 234.38º | 0.51% | 0.49% | - |
| XYZ | 7.63 | 6.49 | 20.25 | - |
| YUV | 71.82 | 158.01 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 67 | 125 | 0.51 | 0.46 | 0 | 0.51 | 234.38 | 0.34 | 0.36 |
| Hex | 3D | 43 | 7D | 33 | 2E | 0 | 33 | EA | 22 | 24 |
| Octal | 75 | 103 | 175 | 63 | 56 | 0 | 63 | 352 | 42 | 44 |
| Binary | 111101 | 1000011 | 1111101 | 110011 | 101110 | 0 | 110011 | 11101010 | 100010 | 100100 |
Color Harmonies of #3D437D
Complementary color
Monochromatic Colors of #3D437D
Black with #3D437D
Text Example
Text Example
White with #3D437D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D437D; }
p { color: rgb(61,67,125); }
H1.HeaderClassName
{
color: #3D437D;
}
.AnyTagClassName
{
color: #3D437D;
}
</style>
background-color css
<style>
a { background-color: #3D437D; }
a { background-color: rgb(61,67,125); }
div.DivClassName
{
background-color: #3D437D;
}
.BgClassName
{
background-color: #3D437D;
}
</style>
border-color css
<style>
span { border-color: #3D437D; }
span { border-color: rgb(61,67,125); }
td.TdClassName
{
border-color: #3D437D;
}
.TagClassName
{
border-color: #3D437D;
}
</style>