Shades of Han Purple #381FEC
Tints of Han Purple #381FEC
RGB
CMYK
RGB Variations
Color information
#381FEC (or 0x381FEC) is known color: Han Purple. HEX triplet: 38, 1F and EC. RGB value is (56,31,236). Sum of RGB (Red+Green+Blue) = 56+31+236=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 31 (12.5% from 255 or 9.60% from 323); Blue value is 236 (92.58% from 255 or 73.07% from 323); Max value from RGB is 236 - color contains mainly: blue. Hex color #381FEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381FEC is #C7E013. Grayscale: #3D3D3D. Windows color (decimal): -13099028 or 15474488. OLE color: 15474488.
HSL color Cylindrical-coordinate representation of color #381FEC: hue angle of 247.32º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #381FEC is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 31 | 236 | - |
| CMYK | 0.76 | 0.87 | 0 | 0.07 |
| HSL | 247.32º | 0.84% | 0.52% | - |
| HSV(B) | 247.32º | 0.87% | 0.93% | - |
| XYZ | 17.26 | 7.88 | 79.97 | - |
| YUV | 61.85 | 226.28 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 31 | 236 | 0.76 | 0.87 | 0 | 0.07 | 247.32 | 0.84 | 0.52 |
| Hex | 38 | 1F | EC | 4C | 57 | 0 | 7 | F7 | 54 | 34 |
| Octal | 70 | 37 | 354 | 114 | 127 | 0 | 7 | 367 | 124 | 64 |
| Binary | 111000 | 11111 | 11101100 | 1001100 | 1010111 | 0 | 111 | 11110111 | 1010100 | 110100 |
Color Harmonies of #381FEC
Complementary color
Monochromatic Colors of #381FEC
Black with #381FEC
Text Example
Text Example
White with #381FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381FEC; }
p { color: rgb(56,31,236); }
H1.HeaderClassName
{
color: #381FEC;
}
.AnyTagClassName
{
color: #381FEC;
}
</style>
background-color css
<style>
a { background-color: #381FEC; }
a { background-color: rgb(56,31,236); }
div.DivClassName
{
background-color: #381FEC;
}
.BgClassName
{
background-color: #381FEC;
}
</style>
border-color css
<style>
span { border-color: #381FEC; }
span { border-color: rgb(56,31,236); }
td.TdClassName
{
border-color: #381FEC;
}
.TagClassName
{
border-color: #381FEC;
}
</style>