Shades of Jacksons Purple #373D7F
Tints of Jacksons Purple #373D7F
RGB
CMYK
RGB Variations
Color information
#373D7F (or 0x373D7F) is known color: Jacksons Purple. HEX triplet: 37, 3D and 7F. RGB value is (55,61,127). Sum of RGB (Red+Green+Blue) = 55+61+127=243 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.63% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 127 (50% from 255 or 52.26% from 243); Max value from RGB is 127 - color contains mainly: blue. Hex color #373D7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373D7F is #C8C280. Grayscale: #424242. Windows color (decimal): -13156993 or 8338743. OLE color: 8338743.
HSL color Cylindrical-coordinate representation of color #373D7F: hue angle of 235º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #373D7F is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 55 | 61 | 127 | - |
| CMYK | 0.57 | 0.52 | 0 | 0.50 |
| HSL | 235º | 0.4% | 0.36% | - |
| HSV(B) | 235º | 0.57% | 0.5% | - |
| XYZ | 7.08 | 5.68 | 20.8 | - |
| YUV | 66.73 | 162.01 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 61 | 127 | 0.57 | 0.52 | 0 | 0.50 | 235 | 0.4 | 0.36 |
| Hex | 37 | 3D | 7F | 39 | 34 | 0 | 32 | EB | 28 | 24 |
| Octal | 67 | 75 | 177 | 71 | 64 | 0 | 62 | 353 | 50 | 44 |
| Binary | 110111 | 111101 | 1111111 | 111001 | 110100 | 0 | 110010 | 11101011 | 101000 | 100100 |
Color Harmonies of #373D7F
Complementary color
Monochromatic Colors of #373D7F
Black with #373D7F
Text Example
Text Example
White with #373D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373D7F; }
p { color: rgb(55,61,127); }
H1.HeaderClassName
{
color: #373D7F;
}
.AnyTagClassName
{
color: #373D7F;
}
</style>
background-color css
<style>
a { background-color: #373D7F; }
a { background-color: rgb(55,61,127); }
div.DivClassName
{
background-color: #373D7F;
}
.BgClassName
{
background-color: #373D7F;
}
</style>
border-color css
<style>
span { border-color: #373D7F; }
span { border-color: rgb(55,61,127); }
td.TdClassName
{
border-color: #373D7F;
}
.TagClassName
{
border-color: #373D7F;
}
</style>