Shades of Han Purple #382CE4
Tints of Han Purple #382CE4
RGB
CMYK
RGB Variations
Color information
#382CE4 (or 0x382CE4) is known color: Han Purple. HEX triplet: 38, 2C and E4. RGB value is (56,44,228). Sum of RGB (Red+Green+Blue) = 56+44+228=328 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.07% from 328); Green value is 44 (17.58% from 255 or 13.41% from 328); Blue value is 228 (89.45% from 255 or 69.51% from 328); Max value from RGB is 228 - color contains mainly: blue. Hex color #382CE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382CE4 is #C7D31B. Grayscale: #434343. Windows color (decimal): -13095708 or 14953528. OLE color: 14953528.
HSL color Cylindrical-coordinate representation of color #382CE4: hue angle of 243.91º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #382CE4 is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 56 | 44 | 228 | - |
| CMYK | 0.75 | 0.81 | 0 | 0.11 |
| HSL | 243.91º | 0.77% | 0.53% | - |
| HSV(B) | 243.91º | 0.81% | 0.89% | - |
| XYZ | 16.54 | 8.24 | 74.12 | - |
| YUV | 68.56 | 217.98 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 44 | 228 | 0.75 | 0.81 | 0 | 0.11 | 243.91 | 0.77 | 0.53 |
| Hex | 38 | 2C | E4 | 4B | 51 | 0 | B | F4 | 4D | 35 |
| Octal | 70 | 54 | 344 | 113 | 121 | 0 | 13 | 364 | 115 | 65 |
| Binary | 111000 | 101100 | 11100100 | 1001011 | 1010001 | 0 | 1011 | 11110100 | 1001101 | 110101 |
Color Harmonies of #382CE4
Complementary color
Monochromatic Colors of #382CE4
Black with #382CE4
Text Example
Text Example
White with #382CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382CE4; }
p { color: rgb(56,44,228); }
H1.HeaderClassName
{
color: #382CE4;
}
.AnyTagClassName
{
color: #382CE4;
}
</style>
background-color css
<style>
a { background-color: #382CE4; }
a { background-color: rgb(56,44,228); }
div.DivClassName
{
background-color: #382CE4;
}
.BgClassName
{
background-color: #382CE4;
}
</style>
border-color css
<style>
span { border-color: #382CE4; }
span { border-color: rgb(56,44,228); }
td.TdClassName
{
border-color: #382CE4;
}
.TagClassName
{
border-color: #382CE4;
}
</style>