Shades of Han Purple #382CE9
Tints of Han Purple #382CE9
RGB
CMYK
RGB Variations
Color information
#382CE9 (or 0x382CE9) is known color: Han Purple. HEX triplet: 38, 2C and E9. RGB value is (56,44,233). Sum of RGB (Red+Green+Blue) = 56+44+233=333 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.82% from 333); Green value is 44 (17.58% from 255 or 13.21% from 333); Blue value is 233 (91.41% from 255 or 69.97% from 333); Max value from RGB is 233 - color contains mainly: blue. Hex color #382CE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #382CE9 is #C7D316. Grayscale: #444444. Windows color (decimal): -13095703 or 15281208. OLE color: 15281208.
HSL color Cylindrical-coordinate representation of color #382CE9: hue angle of 243.81º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #382CE9 is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 56 | 44 | 233 | - |
| CMYK | 0.76 | 0.81 | 0 | 0.09 |
| HSL | 243.81º | 0.81% | 0.54% | - |
| HSV(B) | 243.81º | 0.81% | 0.91% | - |
| XYZ | 17.24 | 8.53 | 77.83 | - |
| YUV | 69.13 | 220.48 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 44 | 233 | 0.76 | 0.81 | 0 | 0.09 | 243.81 | 0.81 | 0.54 |
| Hex | 38 | 2C | E9 | 4C | 51 | 0 | 9 | F4 | 51 | 36 |
| Octal | 70 | 54 | 351 | 114 | 121 | 0 | 11 | 364 | 121 | 66 |
| Binary | 111000 | 101100 | 11101001 | 1001100 | 1010001 | 0 | 1001 | 11110100 | 1010001 | 110110 |
Color Harmonies of #382CE9
Complementary color
Monochromatic Colors of #382CE9
Black with #382CE9
Text Example
Text Example
White with #382CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382CE9; }
p { color: rgb(56,44,233); }
H1.HeaderClassName
{
color: #382CE9;
}
.AnyTagClassName
{
color: #382CE9;
}
</style>
background-color css
<style>
a { background-color: #382CE9; }
a { background-color: rgb(56,44,233); }
div.DivClassName
{
background-color: #382CE9;
}
.BgClassName
{
background-color: #382CE9;
}
</style>
border-color css
<style>
span { border-color: #382CE9; }
span { border-color: rgb(56,44,233); }
td.TdClassName
{
border-color: #382CE9;
}
.TagClassName
{
border-color: #382CE9;
}
</style>