Shades of Han Purple #381EEF
Tints of Han Purple #381EEF
RGB
CMYK
RGB Variations
Color information
#381EEF (or 0x381EEF) is known color: Han Purple. HEX triplet: 38, 1E and EF. RGB value is (56,30,239). Sum of RGB (Red+Green+Blue) = 56+30+239=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 30 (12.11% from 255 or 9.23% from 325); Blue value is 239 (93.75% from 255 or 73.54% from 325); Max value from RGB is 239 - color contains mainly: blue. Hex color #381EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381EEF is #C7E110. Grayscale: #3C3C3C. Windows color (decimal): -13099281 or 15670840. OLE color: 15670840.
HSL color Cylindrical-coordinate representation of color #381EEF: hue angle of 247.46º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #381EEF is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 30 | 239 | - |
| CMYK | 0.77 | 0.87 | 0 | 0.06 |
| HSL | 247.46º | 0.87% | 0.53% | - |
| HSV(B) | 247.46º | 0.87% | 0.94% | - |
| XYZ | 17.68 | 8 | 82.27 | - |
| YUV | 61.6 | 228.11 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 30 | 239 | 0.77 | 0.87 | 0 | 0.06 | 247.46 | 0.87 | 0.53 |
| Hex | 38 | 1E | EF | 4D | 57 | 0 | 6 | F7 | 57 | 35 |
| Octal | 70 | 36 | 357 | 115 | 127 | 0 | 6 | 367 | 127 | 65 |
| Binary | 111000 | 11110 | 11101111 | 1001101 | 1010111 | 0 | 110 | 11110111 | 1010111 | 110101 |
Color Harmonies of #381EEF
Complementary color
Monochromatic Colors of #381EEF
Black with #381EEF
Text Example
Text Example
White with #381EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381EEF; }
p { color: rgb(56,30,239); }
H1.HeaderClassName
{
color: #381EEF;
}
.AnyTagClassName
{
color: #381EEF;
}
</style>
background-color css
<style>
a { background-color: #381EEF; }
a { background-color: rgb(56,30,239); }
div.DivClassName
{
background-color: #381EEF;
}
.BgClassName
{
background-color: #381EEF;
}
</style>
border-color css
<style>
span { border-color: #381EEF; }
span { border-color: rgb(56,30,239); }
td.TdClassName
{
border-color: #381EEF;
}
.TagClassName
{
border-color: #381EEF;
}
</style>