Shades of Han Purple #381BDF
Tints of Han Purple #381BDF
RGB
CMYK
RGB Variations
Color information
#381BDF (or 0x381BDF) is known color: Han Purple. HEX triplet: 38, 1B and DF. RGB value is (56,27,223). Sum of RGB (Red+Green+Blue) = 56+27+223=306 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.30% from 306); Green value is 27 (10.94% from 255 or 8.82% from 306); Blue value is 223 (87.5% from 255 or 72.88% from 306); Max value from RGB is 223 - color contains mainly: blue. Hex color #381BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381BDF is #C7E420. Grayscale: #393939. Windows color (decimal): -13100065 or 14621496. OLE color: 14621496.
HSL color Cylindrical-coordinate representation of color #381BDF: hue angle of 248.88º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #381BDF is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 27 | 223 | - |
| CMYK | 0.75 | 0.88 | 0 | 0.13 |
| HSL | 248.88º | 0.78% | 0.49% | - |
| HSV(B) | 248.88º | 0.88% | 0.87% | - |
| XYZ | 15.34 | 6.95 | 70.35 | - |
| YUV | 58.02 | 221.11 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 27 | 223 | 0.75 | 0.88 | 0 | 0.13 | 248.88 | 0.78 | 0.49 |
| Hex | 38 | 1B | DF | 4B | 58 | 0 | D | F9 | 4E | 31 |
| Octal | 70 | 33 | 337 | 113 | 130 | 0 | 15 | 371 | 116 | 61 |
| Binary | 111000 | 11011 | 11011111 | 1001011 | 1011000 | 0 | 1101 | 11111001 | 1001110 | 110001 |
Color Harmonies of #381BDF
Complementary color
Monochromatic Colors of #381BDF
Black with #381BDF
Text Example
Text Example
White with #381BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381BDF; }
p { color: rgb(56,27,223); }
H1.HeaderClassName
{
color: #381BDF;
}
.AnyTagClassName
{
color: #381BDF;
}
</style>
background-color css
<style>
a { background-color: #381BDF; }
a { background-color: rgb(56,27,223); }
div.DivClassName
{
background-color: #381BDF;
}
.BgClassName
{
background-color: #381BDF;
}
</style>
border-color css
<style>
span { border-color: #381BDF; }
span { border-color: rgb(56,27,223); }
td.TdClassName
{
border-color: #381BDF;
}
.TagClassName
{
border-color: #381BDF;
}
</style>