Shades of Jacksons Purple #3D4075
Tints of Jacksons Purple #3D4075
RGB
CMYK
RGB Variations
Color information
#3D4075 (or 0x3D4075) is known color: Jacksons Purple. HEX triplet: 3D, 40 and 75. RGB value is (61,64,117). Sum of RGB (Red+Green+Blue) = 61+64+117=242 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.21% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: blue. Hex color #3D4075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4075 is #C2BF8A. Grayscale: #444444. Windows color (decimal): -12763019 or 7684157. OLE color: 7684157.
HSL color Cylindrical-coordinate representation of color #3D4075: hue angle of 236.79º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D4075 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 61 | 64 | 117 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.54 |
| HSL | 236.79º | 0.31% | 0.35% | - |
| HSV(B) | 236.79º | 0.48% | 0.46% | - |
| XYZ | 6.97 | 5.94 | 17.61 | - |
| YUV | 69.15 | 155.01 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 64 | 117 | 0.48 | 0.45 | 0 | 0.54 | 236.79 | 0.31 | 0.35 |
| Hex | 3D | 40 | 75 | 30 | 2D | 0 | 36 | ED | 1F | 23 |
| Octal | 75 | 100 | 165 | 60 | 55 | 0 | 66 | 355 | 37 | 43 |
| Binary | 111101 | 1000000 | 1110101 | 110000 | 101101 | 0 | 110110 | 11101101 | 11111 | 100011 |
Color Harmonies of #3D4075
Complementary color
Monochromatic Colors of #3D4075
Black with #3D4075
Text Example
Text Example
White with #3D4075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4075; }
p { color: rgb(61,64,117); }
H1.HeaderClassName
{
color: #3D4075;
}
.AnyTagClassName
{
color: #3D4075;
}
</style>
background-color css
<style>
a { background-color: #3D4075; }
a { background-color: rgb(61,64,117); }
div.DivClassName
{
background-color: #3D4075;
}
.BgClassName
{
background-color: #3D4075;
}
</style>
border-color css
<style>
span { border-color: #3D4075; }
span { border-color: rgb(61,64,117); }
td.TdClassName
{
border-color: #3D4075;
}
.TagClassName
{
border-color: #3D4075;
}
</style>