Shades of Han Purple #380DDF
Tints of Han Purple #380DDF
RGB
CMYK
RGB Variations
Color information
#380DDF (or 0x380DDF) is known color: Han Purple. HEX triplet: 38, 0D and DF. RGB value is (56,13,223). Sum of RGB (Red+Green+Blue) = 56+13+223=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 13 (5.47% from 255 or 4.45% from 292); Blue value is 223 (87.5% from 255 or 76.37% from 292); Max value from RGB is 223 - color contains mainly: blue. Hex color #380DDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380DDF is #C7F220. Grayscale: #313131. Windows color (decimal): -13103649 or 14617912. OLE color: 14617912.
HSL color Cylindrical-coordinate representation of color #380DDF: hue angle of 252.29º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #380DDF is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 13 | 223 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.13 |
| HSL | 252.29º | 0.89% | 0.46% | - |
| HSV(B) | 252.29º | 0.94% | 0.87% | - |
| XYZ | 15.09 | 6.46 | 70.26 | - |
| YUV | 49.8 | 225.75 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 13 | 223 | 0.75 | 0.94 | 0 | 0.13 | 252.29 | 0.89 | 0.46 |
| Hex | 38 | D | DF | 4B | 5E | 0 | D | FC | 59 | 2E |
| Octal | 70 | 15 | 337 | 113 | 136 | 0 | 15 | 374 | 131 | 56 |
| Binary | 111000 | 1101 | 11011111 | 1001011 | 1011110 | 0 | 1101 | 11111100 | 1011001 | 101110 |
Color Harmonies of #380DDF
Complementary color
Monochromatic Colors of #380DDF
Black with #380DDF
Text Example
Text Example
White with #380DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380DDF; }
p { color: rgb(56,13,223); }
H1.HeaderClassName
{
color: #380DDF;
}
.AnyTagClassName
{
color: #380DDF;
}
</style>
background-color css
<style>
a { background-color: #380DDF; }
a { background-color: rgb(56,13,223); }
div.DivClassName
{
background-color: #380DDF;
}
.BgClassName
{
background-color: #380DDF;
}
</style>
border-color css
<style>
span { border-color: #380DDF; }
span { border-color: rgb(56,13,223); }
td.TdClassName
{
border-color: #380DDF;
}
.TagClassName
{
border-color: #380DDF;
}
</style>