Shades of Han Purple #382DDF
Tints of Han Purple #382DDF
RGB
CMYK
RGB Variations
Color information
#382DDF (or 0x382DDF) is known color: Han Purple. HEX triplet: 38, 2D and DF. RGB value is (56,45,223). Sum of RGB (Red+Green+Blue) = 56+45+223=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 45 (17.97% from 255 or 13.89% from 324); Blue value is 223 (87.5% from 255 or 68.83% from 324); Max value from RGB is 223 - color contains mainly: blue. Hex color #382DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382DDF is #C7D220. Grayscale: #434343. Windows color (decimal): -13095457 or 14626104. OLE color: 14626104.
HSL color Cylindrical-coordinate representation of color #382DDF: hue angle of 243.71º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #382DDF is Cyan = 0.75, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 45 | 223 | - |
| CMYK | 0.75 | 0.80 | 0 | 0.13 |
| HSL | 243.71º | 0.74% | 0.53% | - |
| HSV(B) | 243.71º | 0.8% | 0.87% | - |
| XYZ | 15.89 | 8.05 | 70.53 | - |
| YUV | 68.58 | 215.14 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 45 | 223 | 0.75 | 0.80 | 0 | 0.13 | 243.71 | 0.74 | 0.53 |
| Hex | 38 | 2D | DF | 4B | 50 | 0 | D | F4 | 4A | 35 |
| Octal | 70 | 55 | 337 | 113 | 120 | 0 | 15 | 364 | 112 | 65 |
| Binary | 111000 | 101101 | 11011111 | 1001011 | 1010000 | 0 | 1101 | 11110100 | 1001010 | 110101 |
Color Harmonies of #382DDF
Complementary color
Monochromatic Colors of #382DDF
Black with #382DDF
Text Example
Text Example
White with #382DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382DDF; }
p { color: rgb(56,45,223); }
H1.HeaderClassName
{
color: #382DDF;
}
.AnyTagClassName
{
color: #382DDF;
}
</style>
background-color css
<style>
a { background-color: #382DDF; }
a { background-color: rgb(56,45,223); }
div.DivClassName
{
background-color: #382DDF;
}
.BgClassName
{
background-color: #382DDF;
}
</style>
border-color css
<style>
span { border-color: #382DDF; }
span { border-color: rgb(56,45,223); }
td.TdClassName
{
border-color: #382DDF;
}
.TagClassName
{
border-color: #382DDF;
}
</style>