Shades of Han Purple #381BFA
Tints of Han Purple #381BFA
RGB
CMYK
RGB Variations
Color information
#381BFA (or 0x381BFA) is known color: Han Purple. HEX triplet: 38, 1B and FA. RGB value is (56,27,250). Sum of RGB (Red+Green+Blue) = 56+27+250=333 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.82% from 333); Green value is 27 (10.94% from 255 or 8.11% from 333); Blue value is 250 (98.05% from 255 or 75.08% from 333); Max value from RGB is 250 - color contains mainly: blue. Hex color #381BFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381BFA is #C7E405. Grayscale: #3C3C3C. Windows color (decimal): -13100038 or 16390968. OLE color: 16390968.
HSL color Cylindrical-coordinate representation of color #381BFA: hue angle of 247.8º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #381BFA is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 56 | 27 | 250 | - |
| CMYK | 0.78 | 0.89 | 0 | 0.02 |
| HSL | 247.8º | 0.96% | 0.54% | - |
| HSV(B) | 247.8º | 0.89% | 0.98% | - |
| XYZ | 19.28 | 8.53 | 91.07 | - |
| YUV | 61.09 | 234.61 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 27 | 250 | 0.78 | 0.89 | 0 | 0.02 | 247.8 | 0.96 | 0.54 |
| Hex | 38 | 1B | FA | 4E | 59 | 0 | 2 | F8 | 60 | 36 |
| Octal | 70 | 33 | 372 | 116 | 131 | 0 | 2 | 370 | 140 | 66 |
| Binary | 111000 | 11011 | 11111010 | 1001110 | 1011001 | 0 | 10 | 11111000 | 1100000 | 110110 |
Color Harmonies of #381BFA
Complementary color
Monochromatic Colors of #381BFA
Black with #381BFA
Text Example
Text Example
White with #381BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381BFA; }
p { color: rgb(56,27,250); }
H1.HeaderClassName
{
color: #381BFA;
}
.AnyTagClassName
{
color: #381BFA;
}
</style>
background-color css
<style>
a { background-color: #381BFA; }
a { background-color: rgb(56,27,250); }
div.DivClassName
{
background-color: #381BFA;
}
.BgClassName
{
background-color: #381BFA;
}
</style>
border-color css
<style>
span { border-color: #381BFA; }
span { border-color: rgb(56,27,250); }
td.TdClassName
{
border-color: #381BFA;
}
.TagClassName
{
border-color: #381BFA;
}
</style>