Shades of Jacksons Purple #3D4488
Tints of Jacksons Purple #3D4488
RGB
CMYK
RGB Variations
Color information
#3D4488 (or 0x3D4488) is known color: Jacksons Purple. HEX triplet: 3D, 44 and 88. RGB value is (61,68,136). Sum of RGB (Red+Green+Blue) = 61+68+136=265 (35% of max value = 765). Red value is 61 (24.22% from 255 or 23.02% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 136 (53.52% from 255 or 51.32% from 265); Max value from RGB is 136 - color contains mainly: blue. Hex color #3D4488 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D4488 is #C2BB77. Grayscale: #494949. Windows color (decimal): -12761976 or 8930365. OLE color: 8930365.
HSL color Cylindrical-coordinate representation of color #3D4488: hue angle of 234.4º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D4488 is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 61 | 68 | 136 | - |
| CMYK | 0.55 | 0.50 | 0 | 0.47 |
| HSL | 234.4º | 0.38% | 0.39% | - |
| HSV(B) | 234.4º | 0.55% | 0.53% | - |
| XYZ | 8.44 | 6.9 | 24.18 | - |
| YUV | 73.66 | 163.18 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 68 | 136 | 0.55 | 0.50 | 0 | 0.47 | 234.4 | 0.38 | 0.39 |
| Hex | 3D | 44 | 88 | 37 | 32 | 0 | 2F | EA | 26 | 27 |
| Octal | 75 | 104 | 210 | 67 | 62 | 0 | 57 | 352 | 46 | 47 |
| Binary | 111101 | 1000100 | 10001000 | 110111 | 110010 | 0 | 101111 | 11101010 | 100110 | 100111 |
Color Harmonies of #3D4488
Complementary color
Monochromatic Colors of #3D4488
Black with #3D4488
Text Example
Text Example
White with #3D4488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4488; }
p { color: rgb(61,68,136); }
H1.HeaderClassName
{
color: #3D4488;
}
.AnyTagClassName
{
color: #3D4488;
}
</style>
background-color css
<style>
a { background-color: #3D4488; }
a { background-color: rgb(61,68,136); }
div.DivClassName
{
background-color: #3D4488;
}
.BgClassName
{
background-color: #3D4488;
}
</style>
border-color css
<style>
span { border-color: #3D4488; }
span { border-color: rgb(61,68,136); }
td.TdClassName
{
border-color: #3D4488;
}
.TagClassName
{
border-color: #3D4488;
}
</style>