Shades of Han Purple #381DF8
Tints of Han Purple #381DF8
RGB
CMYK
RGB Variations
Color information
#381DF8 (or 0x381DF8) is known color: Han Purple. HEX triplet: 38, 1D and F8. RGB value is (56,29,248). Sum of RGB (Red+Green+Blue) = 56+29+248=333 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.82% from 333); Green value is 29 (11.72% from 255 or 8.71% from 333); Blue value is 248 (97.27% from 255 or 74.47% from 333); Max value from RGB is 248 - color contains mainly: blue. Hex color #381DF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381DF8 is #C7E207. Grayscale: #3D3D3D. Windows color (decimal): -13099528 or 16260408. OLE color: 16260408.
HSL color Cylindrical-coordinate representation of color #381DF8: hue angle of 247.4º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #381DF8 is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 56 | 29 | 248 | - |
| CMYK | 0.77 | 0.88 | 0 | 0.03 |
| HSL | 247.4º | 0.94% | 0.54% | - |
| HSV(B) | 247.4º | 0.88% | 0.97% | - |
| XYZ | 19.01 | 8.5 | 89.44 | - |
| YUV | 62.04 | 232.95 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 29 | 248 | 0.77 | 0.88 | 0 | 0.03 | 247.4 | 0.94 | 0.54 |
| Hex | 38 | 1D | F8 | 4D | 58 | 0 | 3 | F7 | 5E | 36 |
| Octal | 70 | 35 | 370 | 115 | 130 | 0 | 3 | 367 | 136 | 66 |
| Binary | 111000 | 11101 | 11111000 | 1001101 | 1011000 | 0 | 11 | 11110111 | 1011110 | 110110 |
Color Harmonies of #381DF8
Complementary color
Monochromatic Colors of #381DF8
Black with #381DF8
Text Example
Text Example
White with #381DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381DF8; }
p { color: rgb(56,29,248); }
H1.HeaderClassName
{
color: #381DF8;
}
.AnyTagClassName
{
color: #381DF8;
}
</style>
background-color css
<style>
a { background-color: #381DF8; }
a { background-color: rgb(56,29,248); }
div.DivClassName
{
background-color: #381DF8;
}
.BgClassName
{
background-color: #381DF8;
}
</style>
border-color css
<style>
span { border-color: #381DF8; }
span { border-color: rgb(56,29,248); }
td.TdClassName
{
border-color: #381DF8;
}
.TagClassName
{
border-color: #381DF8;
}
</style>