Shades of Jacksons Purple #32307E
Tints of Jacksons Purple #32307E
RGB
CMYK
RGB Variations
Color information
#32307E (or 0x32307E) is known color: Jacksons Purple. HEX triplet: 32, 30 and 7E. RGB value is (50,48,126). Sum of RGB (Red+Green+Blue) = 50+48+126=224 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.32% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 126 (49.61% from 255 or 56.25% from 224); Max value from RGB is 126 - color contains mainly: blue. Hex color #32307E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32307E is #CDCF81. Grayscale: #393939. Windows color (decimal): -13488002 or 8269874. OLE color: 8269874.
HSL color Cylindrical-coordinate representation of color #32307E: hue angle of 241.54º 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 #32307E is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 48 | 126 | - |
| CMYK | 0.60 | 0.62 | 0 | 0.51 |
| HSL | 241.54º | 0.45% | 0.34% | - |
| HSV(B) | 241.54º | 0.62% | 0.49% | - |
| XYZ | 6.14 | 4.3 | 20.24 | - |
| YUV | 57.49 | 166.66 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 48 | 126 | 0.60 | 0.62 | 0 | 0.51 | 241.54 | 0.45 | 0.34 |
| Hex | 32 | 30 | 7E | 3C | 3E | 0 | 33 | F2 | 2D | 22 |
| Octal | 62 | 60 | 176 | 74 | 76 | 0 | 63 | 362 | 55 | 42 |
| Binary | 110010 | 110000 | 1111110 | 111100 | 111110 | 0 | 110011 | 11110010 | 101101 | 100010 |
Color Harmonies of #32307E
Complementary color
Monochromatic Colors of #32307E
Black with #32307E
Text Example
Text Example
White with #32307E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32307E; }
p { color: rgb(50,48,126); }
H1.HeaderClassName
{
color: #32307E;
}
.AnyTagClassName
{
color: #32307E;
}
</style>
background-color css
<style>
a { background-color: #32307E; }
a { background-color: rgb(50,48,126); }
div.DivClassName
{
background-color: #32307E;
}
.BgClassName
{
background-color: #32307E;
}
</style>
border-color css
<style>
span { border-color: #32307E; }
span { border-color: rgb(50,48,126); }
td.TdClassName
{
border-color: #32307E;
}
.TagClassName
{
border-color: #32307E;
}
</style>