Shades of Han Purple #381BFF
Tints of Han Purple #381BFF
RGB
CMYK
RGB Variations
Color information
#381BFF (or 0x381BFF) is known color: Han Purple. HEX triplet: 38, 1B and FF. RGB value is (56,27,255). Sum of RGB (Red+Green+Blue) = 56+27+255=338 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.57% from 338); Green value is 27 (10.94% from 255 or 7.99% from 338); Blue value is 255 (100% from 255 or 75.44% from 338); Max value from RGB is 255 - color contains mainly: blue. Hex color #381BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381BFF is #C7E400. Grayscale: #3C3C3C. Windows color (decimal): -13100033 or 16718648. OLE color: 16718648.
HSL color Cylindrical-coordinate representation of color #381BFF: hue angle of 247.63º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #381BFF is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 27 | 255 | - |
| CMYK | 0.78 | 0.89 | 0 | 0 |
| HSL | 247.63º | 1% | 0.55% | - |
| HSV(B) | 247.63º | 0.89% | 1% | - |
| XYZ | 20.07 | 8.84 | 95.26 | - |
| YUV | 61.66 | 237.11 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 27 | 255 | 0.78 | 0.89 | 0 | 0 | 247.63 | 1 | 0.55 |
| Hex | 38 | 1B | FF | 4E | 59 | 0 | 0 | F8 | 64 | 37 |
| Octal | 70 | 33 | 377 | 116 | 131 | 0 | 0 | 370 | 144 | 67 |
| Binary | 111000 | 11011 | 11111111 | 1001110 | 1011001 | 0 | 0 | 11111000 | 1100100 | 110111 |
Color Harmonies of #381BFF
Complementary color
Monochromatic Colors of #381BFF
Black with #381BFF
Text Example
Text Example
White with #381BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381BFF; }
p { color: rgb(56,27,255); }
H1.HeaderClassName
{
color: #381BFF;
}
.AnyTagClassName
{
color: #381BFF;
}
</style>
background-color css
<style>
a { background-color: #381BFF; }
a { background-color: rgb(56,27,255); }
div.DivClassName
{
background-color: #381BFF;
}
.BgClassName
{
background-color: #381BFF;
}
</style>
border-color css
<style>
span { border-color: #381BFF; }
span { border-color: rgb(56,27,255); }
td.TdClassName
{
border-color: #381BFF;
}
.TagClassName
{
border-color: #381BFF;
}
</style>