Shades of Jacksons Purple #373C80
Tints of Jacksons Purple #373C80
RGB
CMYK
RGB Variations
Color information
#373C80 (or 0x373C80) is known color: Jacksons Purple. HEX triplet: 37, 3C and 80. RGB value is (55,60,128). Sum of RGB (Red+Green+Blue) = 55+60+128=243 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.63% from 243); Green value is 60 (23.83% from 255 or 24.69% from 243); Blue value is 128 (50.39% from 255 or 52.67% from 243); Max value from RGB is 128 - color contains mainly: blue. Hex color #373C80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373C80 is #C8C37F. Grayscale: #414141. Windows color (decimal): -13157248 or 8404023. OLE color: 8404023.
HSL color Cylindrical-coordinate representation of color #373C80: hue angle of 235.89º 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 #373C80 is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 55 | 60 | 128 | - |
| CMYK | 0.57 | 0.53 | 0 | 0.50 |
| HSL | 235.89º | 0.4% | 0.36% | - |
| HSV(B) | 235.89º | 0.57% | 0.5% | - |
| XYZ | 7.09 | 5.6 | 21.13 | - |
| YUV | 66.26 | 162.84 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 60 | 128 | 0.57 | 0.53 | 0 | 0.50 | 235.89 | 0.4 | 0.36 |
| Hex | 37 | 3C | 80 | 39 | 35 | 0 | 32 | EC | 28 | 24 |
| Octal | 67 | 74 | 200 | 71 | 65 | 0 | 62 | 354 | 50 | 44 |
| Binary | 110111 | 111100 | 10000000 | 111001 | 110101 | 0 | 110010 | 11101100 | 101000 | 100100 |
Color Harmonies of #373C80
Complementary color
Monochromatic Colors of #373C80
Black with #373C80
Text Example
Text Example
White with #373C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373C80; }
p { color: rgb(55,60,128); }
H1.HeaderClassName
{
color: #373C80;
}
.AnyTagClassName
{
color: #373C80;
}
</style>
background-color css
<style>
a { background-color: #373C80; }
a { background-color: rgb(55,60,128); }
div.DivClassName
{
background-color: #373C80;
}
.BgClassName
{
background-color: #373C80;
}
</style>
border-color css
<style>
span { border-color: #373C80; }
span { border-color: rgb(55,60,128); }
td.TdClassName
{
border-color: #373C80;
}
.TagClassName
{
border-color: #373C80;
}
</style>