Shades of Han Purple #382CDB
Tints of Han Purple #382CDB
RGB
CMYK
RGB Variations
Color information
#382CDB (or 0x382CDB) is known color: Han Purple. HEX triplet: 38, 2C and DB. RGB value is (56,44,219). Sum of RGB (Red+Green+Blue) = 56+44+219=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 44 (17.58% from 255 or 13.79% from 319); Blue value is 219 (85.94% from 255 or 68.65% from 319); Max value from RGB is 219 - color contains mainly: blue. Hex color #382CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382CDB is #C7D324. Grayscale: #424242. Windows color (decimal): -13095717 or 14363704. OLE color: 14363704.
HSL color Cylindrical-coordinate representation of color #382CDB: hue angle of 244.11º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #382CDB is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 44 | 219 | - |
| CMYK | 0.74 | 0.80 | 0 | 0.14 |
| HSL | 244.11º | 0.71% | 0.52% | - |
| HSV(B) | 244.11º | 0.8% | 0.86% | - |
| XYZ | 15.32 | 7.76 | 67.71 | - |
| YUV | 67.54 | 213.48 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 44 | 219 | 0.74 | 0.80 | 0 | 0.14 | 244.11 | 0.71 | 0.52 |
| Hex | 38 | 2C | DB | 4A | 50 | 0 | E | F4 | 47 | 34 |
| Octal | 70 | 54 | 333 | 112 | 120 | 0 | 16 | 364 | 107 | 64 |
| Binary | 111000 | 101100 | 11011011 | 1001010 | 1010000 | 0 | 1110 | 11110100 | 1000111 | 110100 |
Color Harmonies of #382CDB
Complementary color
Monochromatic Colors of #382CDB
Black with #382CDB
Text Example
Text Example
White with #382CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382CDB; }
p { color: rgb(56,44,219); }
H1.HeaderClassName
{
color: #382CDB;
}
.AnyTagClassName
{
color: #382CDB;
}
</style>
background-color css
<style>
a { background-color: #382CDB; }
a { background-color: rgb(56,44,219); }
div.DivClassName
{
background-color: #382CDB;
}
.BgClassName
{
background-color: #382CDB;
}
</style>
border-color css
<style>
span { border-color: #382CDB; }
span { border-color: rgb(56,44,219); }
td.TdClassName
{
border-color: #382CDB;
}
.TagClassName
{
border-color: #382CDB;
}
</style>