Shades of Han Purple #381BDD
Tints of Han Purple #381BDD
RGB
CMYK
RGB Variations
Color information
#381BDD (or 0x381BDD) is known color: Han Purple. HEX triplet: 38, 1B and DD. RGB value is (56,27,221). Sum of RGB (Red+Green+Blue) = 56+27+221=304 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.42% from 304); Green value is 27 (10.94% from 255 or 8.88% from 304); Blue value is 221 (86.72% from 255 or 72.70% from 304); Max value from RGB is 221 - color contains mainly: blue. Hex color #381BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381BDD is #C7E422. Grayscale: #393939. Windows color (decimal): -13100067 or 14490424. OLE color: 14490424.
HSL color Cylindrical-coordinate representation of color #381BDD: hue angle of 248.97º 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 #381BDD is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 27 | 221 | - |
| CMYK | 0.75 | 0.88 | 0 | 0.13 |
| HSL | 248.97º | 0.78% | 0.49% | - |
| HSV(B) | 248.97º | 0.88% | 0.87% | - |
| XYZ | 15.07 | 6.85 | 68.93 | - |
| YUV | 57.79 | 220.11 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 27 | 221 | 0.75 | 0.88 | 0 | 0.13 | 248.97 | 0.78 | 0.49 |
| Hex | 38 | 1B | DD | 4B | 58 | 0 | D | F9 | 4E | 31 |
| Octal | 70 | 33 | 335 | 113 | 130 | 0 | 15 | 371 | 116 | 61 |
| Binary | 111000 | 11011 | 11011101 | 1001011 | 1011000 | 0 | 1101 | 11111001 | 1001110 | 110001 |
Color Harmonies of #381BDD
Complementary color
Monochromatic Colors of #381BDD
Black with #381BDD
Text Example
Text Example
White with #381BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381BDD; }
p { color: rgb(56,27,221); }
H1.HeaderClassName
{
color: #381BDD;
}
.AnyTagClassName
{
color: #381BDD;
}
</style>
background-color css
<style>
a { background-color: #381BDD; }
a { background-color: rgb(56,27,221); }
div.DivClassName
{
background-color: #381BDD;
}
.BgClassName
{
background-color: #381BDD;
}
</style>
border-color css
<style>
span { border-color: #381BDD; }
span { border-color: rgb(56,27,221); }
td.TdClassName
{
border-color: #381BDD;
}
.TagClassName
{
border-color: #381BDD;
}
</style>