Shades of Han Purple #381EFE
Tints of Han Purple #381EFE
RGB
CMYK
RGB Variations
Color information
#381EFE (or 0x381EFE) is known color: Han Purple. HEX triplet: 38, 1E and FE. RGB value is (56,30,254). Sum of RGB (Red+Green+Blue) = 56+30+254=340 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.47% from 340); Green value is 30 (12.11% from 255 or 8.82% from 340); Blue value is 254 (99.61% from 255 or 74.71% from 340); Max value from RGB is 254 - color contains mainly: blue. Hex color #381EFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381EFE is #C7E101. Grayscale: #3E3E3E. Windows color (decimal): -13099266 or 16653880. OLE color: 16653880.
HSL color Cylindrical-coordinate representation of color #381EFE: hue angle of 246.96º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #381EFE is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 30 | 254 | - |
| CMYK | 0.78 | 0.88 | 0 | 0.00 |
| HSL | 246.96º | 0.99% | 0.56% | - |
| HSV(B) | 246.96º | 0.88% | 1% | - |
| XYZ | 19.98 | 8.93 | 94.44 | - |
| YUV | 63.31 | 235.61 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 30 | 254 | 0.78 | 0.88 | 0 | 0.00 | 246.96 | 0.99 | 0.56 |
| Hex | 38 | 1E | FE | 4E | 58 | 0 | 0 | F7 | 63 | 38 |
| Octal | 70 | 36 | 376 | 116 | 130 | 0 | 0 | 367 | 143 | 70 |
| Binary | 111000 | 11110 | 11111110 | 1001110 | 1011000 | 0 | 0 | 11110111 | 1100011 | 111000 |
Color Harmonies of #381EFE
Complementary color
Monochromatic Colors of #381EFE
Black with #381EFE
Text Example
Text Example
White with #381EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381EFE; }
p { color: rgb(56,30,254); }
H1.HeaderClassName
{
color: #381EFE;
}
.AnyTagClassName
{
color: #381EFE;
}
</style>
background-color css
<style>
a { background-color: #381EFE; }
a { background-color: rgb(56,30,254); }
div.DivClassName
{
background-color: #381EFE;
}
.BgClassName
{
background-color: #381EFE;
}
</style>
border-color css
<style>
span { border-color: #381EFE; }
span { border-color: rgb(56,30,254); }
td.TdClassName
{
border-color: #381EFE;
}
.TagClassName
{
border-color: #381EFE;
}
</style>