Shades of Jacksons Purple #37307E
Tints of Jacksons Purple #37307E
RGB
CMYK
RGB Variations
Color information
#37307E (or 0x37307E) is known color: Jacksons Purple. HEX triplet: 37, 30 and 7E. RGB value is (55,48,126). Sum of RGB (Red+Green+Blue) = 55+48+126=229 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.02% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 126 (49.61% from 255 or 55.02% from 229); Max value from RGB is 126 - color contains mainly: blue. Hex color #37307E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37307E is #C8CF81. Grayscale: #3A3A3A. Windows color (decimal): -13160322 or 8269879. OLE color: 8269879.
HSL color Cylindrical-coordinate representation of color #37307E: hue angle of 245.38º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #37307E is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 48 | 126 | - |
| CMYK | 0.56 | 0.62 | 0 | 0.51 |
| HSL | 245.38º | 0.45% | 0.34% | - |
| HSV(B) | 245.38º | 0.62% | 0.49% | - |
| XYZ | 6.4 | 4.43 | 20.26 | - |
| YUV | 58.99 | 165.82 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 48 | 126 | 0.56 | 0.62 | 0 | 0.51 | 245.38 | 0.45 | 0.34 |
| Hex | 37 | 30 | 7E | 38 | 3E | 0 | 33 | F5 | 2D | 22 |
| Octal | 67 | 60 | 176 | 70 | 76 | 0 | 63 | 365 | 55 | 42 |
| Binary | 110111 | 110000 | 1111110 | 111000 | 111110 | 0 | 110011 | 11110101 | 101101 | 100010 |
Color Harmonies of #37307E
Complementary color
Monochromatic Colors of #37307E
Black with #37307E
Text Example
Text Example
White with #37307E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37307E; }
p { color: rgb(55,48,126); }
H1.HeaderClassName
{
color: #37307E;
}
.AnyTagClassName
{
color: #37307E;
}
</style>
background-color css
<style>
a { background-color: #37307E; }
a { background-color: rgb(55,48,126); }
div.DivClassName
{
background-color: #37307E;
}
.BgClassName
{
background-color: #37307E;
}
</style>
border-color css
<style>
span { border-color: #37307E; }
span { border-color: rgb(55,48,126); }
td.TdClassName
{
border-color: #37307E;
}
.TagClassName
{
border-color: #37307E;
}
</style>