Shades of Han Purple #381EF2
Tints of Han Purple #381EF2
RGB
CMYK
RGB Variations
Color information
#381EF2 (or 0x381EF2) is known color: Han Purple. HEX triplet: 38, 1E and F2. RGB value is (56,30,242). Sum of RGB (Red+Green+Blue) = 56+30+242=328 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.07% from 328); Green value is 30 (12.11% from 255 or 9.15% from 328); Blue value is 242 (94.92% from 255 or 73.78% from 328); Max value from RGB is 242 - color contains mainly: blue. Hex color #381EF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381EF2 is #C7E10D. Grayscale: #3D3D3D. Windows color (decimal): -13099278 or 15867448. OLE color: 15867448.
HSL color Cylindrical-coordinate representation of color #381EF2: hue angle of 247.36º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #381EF2 is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 56 | 30 | 242 | - |
| CMYK | 0.77 | 0.88 | 0 | 0.05 |
| HSL | 247.36º | 0.89% | 0.53% | - |
| HSV(B) | 247.36º | 0.88% | 0.95% | - |
| XYZ | 18.12 | 8.18 | 84.63 | - |
| YUV | 61.94 | 229.61 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 30 | 242 | 0.77 | 0.88 | 0 | 0.05 | 247.36 | 0.89 | 0.53 |
| Hex | 38 | 1E | F2 | 4D | 58 | 0 | 5 | F7 | 59 | 35 |
| Octal | 70 | 36 | 362 | 115 | 130 | 0 | 5 | 367 | 131 | 65 |
| Binary | 111000 | 11110 | 11110010 | 1001101 | 1011000 | 0 | 101 | 11110111 | 1011001 | 110101 |
Color Harmonies of #381EF2
Complementary color
Monochromatic Colors of #381EF2
Black with #381EF2
Text Example
Text Example
White with #381EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381EF2; }
p { color: rgb(56,30,242); }
H1.HeaderClassName
{
color: #381EF2;
}
.AnyTagClassName
{
color: #381EF2;
}
</style>
background-color css
<style>
a { background-color: #381EF2; }
a { background-color: rgb(56,30,242); }
div.DivClassName
{
background-color: #381EF2;
}
.BgClassName
{
background-color: #381EF2;
}
</style>
border-color css
<style>
span { border-color: #381EF2; }
span { border-color: rgb(56,30,242); }
td.TdClassName
{
border-color: #381EF2;
}
.TagClassName
{
border-color: #381EF2;
}
</style>