Shades of Han Purple #381FDC
Tints of Han Purple #381FDC
RGB
CMYK
RGB Variations
Color information
#381FDC (or 0x381FDC) is known color: Han Purple. HEX triplet: 38, 1F and DC. RGB value is (56,31,220). Sum of RGB (Red+Green+Blue) = 56+31+220=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 31 (12.5% from 255 or 10.10% from 307); Blue value is 220 (86.33% from 255 or 71.66% from 307); Max value from RGB is 220 - color contains mainly: blue. Hex color #381FDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381FDC is #C7E023. Grayscale: #3B3B3B. Windows color (decimal): -13099044 or 14425912. OLE color: 14425912.
HSL color Cylindrical-coordinate representation of color #381FDC: hue angle of 247.94º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #381FDC is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 31 | 220 | - |
| CMYK | 0.75 | 0.86 | 0 | 0.14 |
| HSL | 247.94º | 0.75% | 0.49% | - |
| HSV(B) | 247.94º | 0.86% | 0.86% | - |
| XYZ | 15.04 | 6.99 | 68.27 | - |
| YUV | 60.02 | 218.28 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 31 | 220 | 0.75 | 0.86 | 0 | 0.14 | 247.94 | 0.75 | 0.49 |
| Hex | 38 | 1F | DC | 4B | 56 | 0 | E | F8 | 4B | 31 |
| Octal | 70 | 37 | 334 | 113 | 126 | 0 | 16 | 370 | 113 | 61 |
| Binary | 111000 | 11111 | 11011100 | 1001011 | 1010110 | 0 | 1110 | 11111000 | 1001011 | 110001 |
Color Harmonies of #381FDC
Complementary color
Monochromatic Colors of #381FDC
Black with #381FDC
Text Example
Text Example
White with #381FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381FDC; }
p { color: rgb(56,31,220); }
H1.HeaderClassName
{
color: #381FDC;
}
.AnyTagClassName
{
color: #381FDC;
}
</style>
background-color css
<style>
a { background-color: #381FDC; }
a { background-color: rgb(56,31,220); }
div.DivClassName
{
background-color: #381FDC;
}
.BgClassName
{
background-color: #381FDC;
}
</style>
border-color css
<style>
span { border-color: #381FDC; }
span { border-color: rgb(56,31,220); }
td.TdClassName
{
border-color: #381FDC;
}
.TagClassName
{
border-color: #381FDC;
}
</style>