Shades of Han Purple #381BFD
Tints of Han Purple #381BFD
RGB
CMYK
RGB Variations
Color information
#381BFD (or 0x381BFD) is known color: Han Purple. HEX triplet: 38, 1B and FD. RGB value is (56,27,253). Sum of RGB (Red+Green+Blue) = 56+27+253=336 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.67% from 336); Green value is 27 (10.94% from 255 or 8.04% from 336); Blue value is 253 (99.22% from 255 or 75.30% from 336); Max value from RGB is 253 - color contains mainly: blue. Hex color #381BFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381BFD is #C7E402. Grayscale: #3C3C3C. Windows color (decimal): -13100035 or 16587576. OLE color: 16587576.
HSL color Cylindrical-coordinate representation of color #381BFD: hue angle of 247.7º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #381BFD is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 56 | 27 | 253 | - |
| CMYK | 0.78 | 0.89 | 0 | 0.01 |
| HSL | 247.7º | 0.98% | 0.55% | - |
| HSV(B) | 247.7º | 0.89% | 0.99% | - |
| XYZ | 19.75 | 8.72 | 93.57 | - |
| YUV | 61.44 | 236.11 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 27 | 253 | 0.78 | 0.89 | 0 | 0.01 | 247.7 | 0.98 | 0.55 |
| Hex | 38 | 1B | FD | 4E | 59 | 0 | 1 | F8 | 62 | 37 |
| Octal | 70 | 33 | 375 | 116 | 131 | 0 | 1 | 370 | 142 | 67 |
| Binary | 111000 | 11011 | 11111101 | 1001110 | 1011001 | 0 | 1 | 11111000 | 1100010 | 110111 |
Color Harmonies of #381BFD
Complementary color
Monochromatic Colors of #381BFD
Black with #381BFD
Text Example
Text Example
White with #381BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381BFD; }
p { color: rgb(56,27,253); }
H1.HeaderClassName
{
color: #381BFD;
}
.AnyTagClassName
{
color: #381BFD;
}
</style>
background-color css
<style>
a { background-color: #381BFD; }
a { background-color: rgb(56,27,253); }
div.DivClassName
{
background-color: #381BFD;
}
.BgClassName
{
background-color: #381BFD;
}
</style>
border-color css
<style>
span { border-color: #381BFD; }
span { border-color: rgb(56,27,253); }
td.TdClassName
{
border-color: #381BFD;
}
.TagClassName
{
border-color: #381BFD;
}
</style>