Shades of Jacksons Purple #3D377B
Tints of Jacksons Purple #3D377B
RGB
CMYK
RGB Variations
Color information
#3D377B (or 0x3D377B) is known color: Jacksons Purple. HEX triplet: 3D, 37 and 7B. RGB value is (61,55,123). Sum of RGB (Red+Green+Blue) = 61+55+123=239 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.52% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 123 (48.44% from 255 or 51.46% from 239); Max value from RGB is 123 - color contains mainly: blue. Hex color #3D377B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D377B is #C2C884. Grayscale: #404040. Windows color (decimal): -12765317 or 8075069. OLE color: 8075069.
HSL color Cylindrical-coordinate representation of color #3D377B: hue angle of 245.29º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D377B is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 61 | 55 | 123 | - |
| CMYK | 0.50 | 0.55 | 0 | 0.52 |
| HSL | 245.29º | 0.38% | 0.35% | - |
| HSV(B) | 245.29º | 0.55% | 0.48% | - |
| XYZ | 6.87 | 5.15 | 19.37 | - |
| YUV | 64.55 | 160.99 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 55 | 123 | 0.50 | 0.55 | 0 | 0.52 | 245.29 | 0.38 | 0.35 |
| Hex | 3D | 37 | 7B | 32 | 37 | 0 | 34 | F5 | 26 | 23 |
| Octal | 75 | 67 | 173 | 62 | 67 | 0 | 64 | 365 | 46 | 43 |
| Binary | 111101 | 110111 | 1111011 | 110010 | 110111 | 0 | 110100 | 11110101 | 100110 | 100011 |
Color Harmonies of #3D377B
Complementary color
Monochromatic Colors of #3D377B
Black with #3D377B
Text Example
Text Example
White with #3D377B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D377B; }
p { color: rgb(61,55,123); }
H1.HeaderClassName
{
color: #3D377B;
}
.AnyTagClassName
{
color: #3D377B;
}
</style>
background-color css
<style>
a { background-color: #3D377B; }
a { background-color: rgb(61,55,123); }
div.DivClassName
{
background-color: #3D377B;
}
.BgClassName
{
background-color: #3D377B;
}
</style>
border-color css
<style>
span { border-color: #3D377B; }
span { border-color: rgb(61,55,123); }
td.TdClassName
{
border-color: #3D377B;
}
.TagClassName
{
border-color: #3D377B;
}
</style>