Shades of Han Purple #381DFC
Tints of Han Purple #381DFC
RGB
CMYK
RGB Variations
Color information
#381DFC (or 0x381DFC) is known color: Han Purple. HEX triplet: 38, 1D and FC. RGB value is (56,29,252). Sum of RGB (Red+Green+Blue) = 56+29+252=337 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.62% from 337); Green value is 29 (11.72% from 255 or 8.61% from 337); Blue value is 252 (98.83% from 255 or 74.78% from 337); Max value from RGB is 252 - color contains mainly: blue. Hex color #381DFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381DFC is #C7E203. Grayscale: #3D3D3D. Windows color (decimal): -13099524 or 16522552. OLE color: 16522552.
HSL color Cylindrical-coordinate representation of color #381DFC: hue angle of 247.26º degrees, saturation: 0.97, 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 #381DFC is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 56 | 29 | 252 | - |
| CMYK | 0.78 | 0.88 | 0 | 0.01 |
| HSL | 247.26º | 0.97% | 0.55% | - |
| HSV(B) | 247.26º | 0.88% | 0.99% | - |
| XYZ | 19.64 | 8.75 | 92.75 | - |
| YUV | 62.5 | 234.95 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 29 | 252 | 0.78 | 0.88 | 0 | 0.01 | 247.26 | 0.97 | 0.55 |
| Hex | 38 | 1D | FC | 4E | 58 | 0 | 1 | F7 | 61 | 37 |
| Octal | 70 | 35 | 374 | 116 | 130 | 0 | 1 | 367 | 141 | 67 |
| Binary | 111000 | 11101 | 11111100 | 1001110 | 1011000 | 0 | 1 | 11110111 | 1100001 | 110111 |
Color Harmonies of #381DFC
Complementary color
Monochromatic Colors of #381DFC
Black with #381DFC
Text Example
Text Example
White with #381DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381DFC; }
p { color: rgb(56,29,252); }
H1.HeaderClassName
{
color: #381DFC;
}
.AnyTagClassName
{
color: #381DFC;
}
</style>
background-color css
<style>
a { background-color: #381DFC; }
a { background-color: rgb(56,29,252); }
div.DivClassName
{
background-color: #381DFC;
}
.BgClassName
{
background-color: #381DFC;
}
</style>
border-color css
<style>
span { border-color: #381DFC; }
span { border-color: rgb(56,29,252); }
td.TdClassName
{
border-color: #381DFC;
}
.TagClassName
{
border-color: #381DFC;
}
</style>