Shades of Jacksons Purple #3D3E8B
Tints of Jacksons Purple #3D3E8B
RGB
CMYK
RGB Variations
Color information
#3D3E8B (or 0x3D3E8B) is known color: Jacksons Purple. HEX triplet: 3D, 3E and 8B. RGB value is (61,62,139). Sum of RGB (Red+Green+Blue) = 61+62+139=262 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.28% from 262); Green value is 62 (24.61% from 255 or 23.66% from 262); Blue value is 139 (54.69% from 255 or 53.05% from 262); Max value from RGB is 139 - color contains mainly: blue. Hex color #3D3E8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3E8B is #C2C174. Grayscale: #464646. Windows color (decimal): -12763509 or 9125437. OLE color: 9125437.
HSL color Cylindrical-coordinate representation of color #3D3E8B: hue angle of 239.23º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D3E8B is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 61 | 62 | 139 | - |
| CMYK | 0.56 | 0.55 | 0 | 0.45 |
| HSL | 239.23º | 0.39% | 0.39% | - |
| HSV(B) | 239.23º | 0.56% | 0.55% | - |
| XYZ | 8.31 | 6.3 | 25.2 | - |
| YUV | 70.48 | 166.67 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 62 | 139 | 0.56 | 0.55 | 0 | 0.45 | 239.23 | 0.39 | 0.39 |
| Hex | 3D | 3E | 8B | 38 | 37 | 0 | 2D | EF | 27 | 27 |
| Octal | 75 | 76 | 213 | 70 | 67 | 0 | 55 | 357 | 47 | 47 |
| Binary | 111101 | 111110 | 10001011 | 111000 | 110111 | 0 | 101101 | 11101111 | 100111 | 100111 |
Color Harmonies of #3D3E8B
Complementary color
Monochromatic Colors of #3D3E8B
Black with #3D3E8B
Text Example
Text Example
White with #3D3E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3E8B; }
p { color: rgb(61,62,139); }
H1.HeaderClassName
{
color: #3D3E8B;
}
.AnyTagClassName
{
color: #3D3E8B;
}
</style>
background-color css
<style>
a { background-color: #3D3E8B; }
a { background-color: rgb(61,62,139); }
div.DivClassName
{
background-color: #3D3E8B;
}
.BgClassName
{
background-color: #3D3E8B;
}
</style>
border-color css
<style>
span { border-color: #3D3E8B; }
span { border-color: rgb(61,62,139); }
td.TdClassName
{
border-color: #3D3E8B;
}
.TagClassName
{
border-color: #3D3E8B;
}
</style>