Shades of Han Purple #381FDD
Tints of Han Purple #381FDD
RGB
CMYK
RGB Variations
Color information
#381FDD (or 0x381FDD) is known color: Han Purple. HEX triplet: 38, 1F and DD. RGB value is (56,31,221). Sum of RGB (Red+Green+Blue) = 56+31+221=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 31 (12.5% from 255 or 10.06% from 308); Blue value is 221 (86.72% from 255 or 71.75% from 308); Max value from RGB is 221 - color contains mainly: blue. Hex color #381FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381FDD is #C7E022. Grayscale: #3B3B3B. Windows color (decimal): -13099043 or 14491448. OLE color: 14491448.
HSL color Cylindrical-coordinate representation of color #381FDD: hue angle of 247.89º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #381FDD is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 31 | 221 | - |
| CMYK | 0.75 | 0.86 | 0 | 0.13 |
| HSL | 247.89º | 0.75% | 0.49% | - |
| HSV(B) | 247.89º | 0.86% | 0.87% | - |
| XYZ | 15.17 | 7.04 | 68.97 | - |
| YUV | 60.14 | 218.78 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 31 | 221 | 0.75 | 0.86 | 0 | 0.13 | 247.89 | 0.75 | 0.49 |
| Hex | 38 | 1F | DD | 4B | 56 | 0 | D | F8 | 4B | 31 |
| Octal | 70 | 37 | 335 | 113 | 126 | 0 | 15 | 370 | 113 | 61 |
| Binary | 111000 | 11111 | 11011101 | 1001011 | 1010110 | 0 | 1101 | 11111000 | 1001011 | 110001 |
Color Harmonies of #381FDD
Complementary color
Monochromatic Colors of #381FDD
Black with #381FDD
Text Example
Text Example
White with #381FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381FDD; }
p { color: rgb(56,31,221); }
H1.HeaderClassName
{
color: #381FDD;
}
.AnyTagClassName
{
color: #381FDD;
}
</style>
background-color css
<style>
a { background-color: #381FDD; }
a { background-color: rgb(56,31,221); }
div.DivClassName
{
background-color: #381FDD;
}
.BgClassName
{
background-color: #381FDD;
}
</style>
border-color css
<style>
span { border-color: #381FDD; }
span { border-color: rgb(56,31,221); }
td.TdClassName
{
border-color: #381FDD;
}
.TagClassName
{
border-color: #381FDD;
}
</style>