Shades of Han Purple #381DFE
Tints of Han Purple #381DFE
RGB
CMYK
RGB Variations
Color information
#381DFE (or 0x381DFE) is known color: Han Purple. HEX triplet: 38, 1D and FE. RGB value is (56,29,254). Sum of RGB (Red+Green+Blue) = 56+29+254=339 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.52% from 339); Green value is 29 (11.72% from 255 or 8.55% from 339); Blue value is 254 (99.61% from 255 or 74.93% from 339); Max value from RGB is 254 - color contains mainly: blue. Hex color #381DFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381DFE is #C7E201. Grayscale: #3D3D3D. Windows color (decimal): -13099522 or 16653624. OLE color: 16653624.
HSL color Cylindrical-coordinate representation of color #381DFE: hue angle of 247.2º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #381DFE is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 29 | 254 | - |
| CMYK | 0.78 | 0.89 | 0 | 0.00 |
| HSL | 247.2º | 0.99% | 0.55% | - |
| HSV(B) | 247.2º | 0.89% | 1% | - |
| XYZ | 19.96 | 8.88 | 94.43 | - |
| YUV | 62.72 | 235.95 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 29 | 254 | 0.78 | 0.89 | 0 | 0.00 | 247.2 | 0.99 | 0.55 |
| Hex | 38 | 1D | FE | 4E | 59 | 0 | 0 | F7 | 63 | 37 |
| Octal | 70 | 35 | 376 | 116 | 131 | 0 | 0 | 367 | 143 | 67 |
| Binary | 111000 | 11101 | 11111110 | 1001110 | 1011001 | 0 | 0 | 11110111 | 1100011 | 110111 |
Color Harmonies of #381DFE
Complementary color
Monochromatic Colors of #381DFE
Black with #381DFE
Text Example
Text Example
White with #381DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381DFE; }
p { color: rgb(56,29,254); }
H1.HeaderClassName
{
color: #381DFE;
}
.AnyTagClassName
{
color: #381DFE;
}
</style>
background-color css
<style>
a { background-color: #381DFE; }
a { background-color: rgb(56,29,254); }
div.DivClassName
{
background-color: #381DFE;
}
.BgClassName
{
background-color: #381DFE;
}
</style>
border-color css
<style>
span { border-color: #381DFE; }
span { border-color: rgb(56,29,254); }
td.TdClassName
{
border-color: #381DFE;
}
.TagClassName
{
border-color: #381DFE;
}
</style>