Shades of Jacksons Purple #3D407B
Tints of Jacksons Purple #3D407B
RGB
CMYK
RGB Variations
Color information
#3D407B (or 0x3D407B) is known color: Jacksons Purple. HEX triplet: 3D, 40 and 7B. RGB value is (61,64,123). Sum of RGB (Red+Green+Blue) = 61+64+123=248 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.60% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 123 (48.44% from 255 or 49.60% from 248); Max value from RGB is 123 - color contains mainly: blue. Hex color #3D407B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D407B is #C2BF84. Grayscale: #454545. Windows color (decimal): -12763013 or 8077373. OLE color: 8077373.
HSL color Cylindrical-coordinate representation of color #3D407B: hue angle of 237.1º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D407B is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 61 | 64 | 123 | - |
| CMYK | 0.50 | 0.48 | 0 | 0.52 |
| HSL | 237.1º | 0.34% | 0.36% | - |
| HSV(B) | 237.1º | 0.5% | 0.48% | - |
| XYZ | 7.33 | 6.09 | 19.53 | - |
| YUV | 69.83 | 158.01 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 64 | 123 | 0.50 | 0.48 | 0 | 0.52 | 237.1 | 0.34 | 0.36 |
| Hex | 3D | 40 | 7B | 32 | 30 | 0 | 34 | ED | 22 | 24 |
| Octal | 75 | 100 | 173 | 62 | 60 | 0 | 64 | 355 | 42 | 44 |
| Binary | 111101 | 1000000 | 1111011 | 110010 | 110000 | 0 | 110100 | 11101101 | 100010 | 100100 |
Color Harmonies of #3D407B
Complementary color
Monochromatic Colors of #3D407B
Black with #3D407B
Text Example
Text Example
White with #3D407B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D407B; }
p { color: rgb(61,64,123); }
H1.HeaderClassName
{
color: #3D407B;
}
.AnyTagClassName
{
color: #3D407B;
}
</style>
background-color css
<style>
a { background-color: #3D407B; }
a { background-color: rgb(61,64,123); }
div.DivClassName
{
background-color: #3D407B;
}
.BgClassName
{
background-color: #3D407B;
}
</style>
border-color css
<style>
span { border-color: #3D407B; }
span { border-color: rgb(61,64,123); }
td.TdClassName
{
border-color: #3D407B;
}
.TagClassName
{
border-color: #3D407B;
}
</style>