Shades of Han Purple #381BFE
Tints of Han Purple #381BFE
RGB
CMYK
RGB Variations
Color information
#381BFE (or 0x381BFE) is known color: Han Purple. HEX triplet: 38, 1B and FE. RGB value is (56,27,254). Sum of RGB (Red+Green+Blue) = 56+27+254=337 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.62% from 337); Green value is 27 (10.94% from 255 or 8.01% from 337); Blue value is 254 (99.61% from 255 or 75.37% from 337); Max value from RGB is 254 - color contains mainly: blue. Hex color #381BFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381BFE is #C7E401. Grayscale: #3C3C3C. Windows color (decimal): -13100034 or 16653112. OLE color: 16653112.
HSL color Cylindrical-coordinate representation of color #381BFE: hue angle of 247.67º 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 #381BFE is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 27 | 254 | - |
| CMYK | 0.78 | 0.89 | 0 | 0.00 |
| HSL | 247.67º | 0.99% | 0.55% | - |
| HSV(B) | 247.67º | 0.89% | 1% | - |
| XYZ | 19.91 | 8.78 | 94.41 | - |
| YUV | 61.55 | 236.61 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 27 | 254 | 0.78 | 0.89 | 0 | 0.00 | 247.67 | 0.99 | 0.55 |
| Hex | 38 | 1B | FE | 4E | 59 | 0 | 0 | F8 | 63 | 37 |
| Octal | 70 | 33 | 376 | 116 | 131 | 0 | 0 | 370 | 143 | 67 |
| Binary | 111000 | 11011 | 11111110 | 1001110 | 1011001 | 0 | 0 | 11111000 | 1100011 | 110111 |
Color Harmonies of #381BFE
Complementary color
Monochromatic Colors of #381BFE
Black with #381BFE
Text Example
Text Example
White with #381BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381BFE; }
p { color: rgb(56,27,254); }
H1.HeaderClassName
{
color: #381BFE;
}
.AnyTagClassName
{
color: #381BFE;
}
</style>
background-color css
<style>
a { background-color: #381BFE; }
a { background-color: rgb(56,27,254); }
div.DivClassName
{
background-color: #381BFE;
}
.BgClassName
{
background-color: #381BFE;
}
</style>
border-color css
<style>
span { border-color: #381BFE; }
span { border-color: rgb(56,27,254); }
td.TdClassName
{
border-color: #381BFE;
}
.TagClassName
{
border-color: #381BFE;
}
</style>