Shades of Han Purple #381EFD
Tints of Han Purple #381EFD
RGB
CMYK
RGB Variations
Color information
#381EFD (or 0x381EFD) is known color: Han Purple. HEX triplet: 38, 1E and FD. RGB value is (56,30,253). Sum of RGB (Red+Green+Blue) = 56+30+253=339 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.52% from 339); Green value is 30 (12.11% from 255 or 8.85% from 339); Blue value is 253 (99.22% from 255 or 74.63% from 339); Max value from RGB is 253 - color contains mainly: blue. Hex color #381EFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381EFD is #C7E102. Grayscale: #3E3E3E. Windows color (decimal): -13099267 or 16588344. OLE color: 16588344.
HSL color Cylindrical-coordinate representation of color #381EFD: hue angle of 247º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #381EFD is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 56 | 30 | 253 | - |
| CMYK | 0.78 | 0.88 | 0 | 0.01 |
| HSL | 247º | 0.98% | 0.55% | - |
| HSV(B) | 247º | 0.88% | 0.99% | - |
| XYZ | 19.82 | 8.86 | 93.59 | - |
| YUV | 63.2 | 235.11 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 30 | 253 | 0.78 | 0.88 | 0 | 0.01 | 247 | 0.98 | 0.55 |
| Hex | 38 | 1E | FD | 4E | 58 | 0 | 1 | F7 | 62 | 37 |
| Octal | 70 | 36 | 375 | 116 | 130 | 0 | 1 | 367 | 142 | 67 |
| Binary | 111000 | 11110 | 11111101 | 1001110 | 1011000 | 0 | 1 | 11110111 | 1100010 | 110111 |
Color Harmonies of #381EFD
Complementary color
Monochromatic Colors of #381EFD
Black with #381EFD
Text Example
Text Example
White with #381EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381EFD; }
p { color: rgb(56,30,253); }
H1.HeaderClassName
{
color: #381EFD;
}
.AnyTagClassName
{
color: #381EFD;
}
</style>
background-color css
<style>
a { background-color: #381EFD; }
a { background-color: rgb(56,30,253); }
div.DivClassName
{
background-color: #381EFD;
}
.BgClassName
{
background-color: #381EFD;
}
</style>
border-color css
<style>
span { border-color: #381EFD; }
span { border-color: rgb(56,30,253); }
td.TdClassName
{
border-color: #381EFD;
}
.TagClassName
{
border-color: #381EFD;
}
</style>