Shades of Han Purple #380FDF
Tints of Han Purple #380FDF
RGB
CMYK
RGB Variations
Color information
#380FDF (or 0x380FDF) is known color: Han Purple. HEX triplet: 38, 0F and DF. RGB value is (56,15,223). Sum of RGB (Red+Green+Blue) = 56+15+223=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 15 (6.25% from 255 or 5.10% from 294); Blue value is 223 (87.5% from 255 or 75.85% from 294); Max value from RGB is 223 - color contains mainly: blue. Hex color #380FDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380FDF is #C7F020. Grayscale: #323232. Windows color (decimal): -13103137 or 14618424. OLE color: 14618424.
HSL color Cylindrical-coordinate representation of color #380FDF: hue angle of 251.83º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #380FDF is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 15 | 223 | - |
| CMYK | 0.75 | 0.93 | 0 | 0.13 |
| HSL | 251.83º | 0.87% | 0.47% | - |
| HSV(B) | 251.83º | 0.93% | 0.87% | - |
| XYZ | 15.12 | 6.51 | 70.27 | - |
| YUV | 50.97 | 225.08 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 15 | 223 | 0.75 | 0.93 | 0 | 0.13 | 251.83 | 0.87 | 0.47 |
| Hex | 38 | F | DF | 4B | 5D | 0 | D | FC | 57 | 2F |
| Octal | 70 | 17 | 337 | 113 | 135 | 0 | 15 | 374 | 127 | 57 |
| Binary | 111000 | 1111 | 11011111 | 1001011 | 1011101 | 0 | 1101 | 11111100 | 1010111 | 101111 |
Color Harmonies of #380FDF
Complementary color
Monochromatic Colors of #380FDF
Black with #380FDF
Text Example
Text Example
White with #380FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380FDF; }
p { color: rgb(56,15,223); }
H1.HeaderClassName
{
color: #380FDF;
}
.AnyTagClassName
{
color: #380FDF;
}
</style>
background-color css
<style>
a { background-color: #380FDF; }
a { background-color: rgb(56,15,223); }
div.DivClassName
{
background-color: #380FDF;
}
.BgClassName
{
background-color: #380FDF;
}
</style>
border-color css
<style>
span { border-color: #380FDF; }
span { border-color: rgb(56,15,223); }
td.TdClassName
{
border-color: #380FDF;
}
.TagClassName
{
border-color: #380FDF;
}
</style>