Shades of Jacksons Purple #38307C
Tints of Jacksons Purple #38307C
RGB
CMYK
RGB Variations
Color information
#38307C (or 0x38307C) is known color: Jacksons Purple. HEX triplet: 38, 30 and 7C. RGB value is (56,48,124). Sum of RGB (Red+Green+Blue) = 56+48+124=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 124 (48.83% from 255 or 54.39% from 228); Max value from RGB is 124 - color contains mainly: blue. Hex color #38307C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38307C is #C7CF83. Grayscale: #3A3A3A. Windows color (decimal): -13094788 or 8138808. OLE color: 8138808.
HSL color Cylindrical-coordinate representation of color #38307C: hue angle of 246.32º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38307C is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 48 | 124 | - |
| CMYK | 0.55 | 0.61 | 0 | 0.51 |
| HSL | 246.32º | 0.44% | 0.34% | - |
| HSV(B) | 246.32º | 0.61% | 0.49% | - |
| XYZ | 6.33 | 4.41 | 19.59 | - |
| YUV | 59.06 | 164.65 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 48 | 124 | 0.55 | 0.61 | 0 | 0.51 | 246.32 | 0.44 | 0.34 |
| Hex | 38 | 30 | 7C | 37 | 3D | 0 | 33 | F6 | 2C | 22 |
| Octal | 70 | 60 | 174 | 67 | 75 | 0 | 63 | 366 | 54 | 42 |
| Binary | 111000 | 110000 | 1111100 | 110111 | 111101 | 0 | 110011 | 11110110 | 101100 | 100010 |
Color Harmonies of #38307C
Complementary color
Monochromatic Colors of #38307C
Black with #38307C
Text Example
Text Example
White with #38307C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38307C; }
p { color: rgb(56,48,124); }
H1.HeaderClassName
{
color: #38307C;
}
.AnyTagClassName
{
color: #38307C;
}
</style>
background-color css
<style>
a { background-color: #38307C; }
a { background-color: rgb(56,48,124); }
div.DivClassName
{
background-color: #38307C;
}
.BgClassName
{
background-color: #38307C;
}
</style>
border-color css
<style>
span { border-color: #38307C; }
span { border-color: rgb(56,48,124); }
td.TdClassName
{
border-color: #38307C;
}
.TagClassName
{
border-color: #38307C;
}
</style>