Shades of Han Purple #380EDF
Tints of Han Purple #380EDF
RGB
CMYK
RGB Variations
Color information
#380EDF (or 0x380EDF) is known color: Han Purple. HEX triplet: 38, 0E and DF. RGB value is (56,14,223). Sum of RGB (Red+Green+Blue) = 56+14+223=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 14 (5.86% from 255 or 4.78% from 293); Blue value is 223 (87.5% from 255 or 76.11% from 293); Max value from RGB is 223 - color contains mainly: blue. Hex color #380EDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380EDF is #C7F120. Grayscale: #313131. Windows color (decimal): -13103393 or 14618168. OLE color: 14618168.
HSL color Cylindrical-coordinate representation of color #380EDF: hue angle of 252.06º degrees, saturation: 0.88, 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 #380EDF is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 14 | 223 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.13 |
| HSL | 252.06º | 0.88% | 0.46% | - |
| HSV(B) | 252.06º | 0.94% | 0.87% | - |
| XYZ | 15.11 | 6.48 | 70.27 | - |
| YUV | 50.38 | 225.41 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 14 | 223 | 0.75 | 0.94 | 0 | 0.13 | 252.06 | 0.88 | 0.46 |
| Hex | 38 | E | DF | 4B | 5E | 0 | D | FC | 58 | 2E |
| Octal | 70 | 16 | 337 | 113 | 136 | 0 | 15 | 374 | 130 | 56 |
| Binary | 111000 | 1110 | 11011111 | 1001011 | 1011110 | 0 | 1101 | 11111100 | 1011000 | 101110 |
Color Harmonies of #380EDF
Complementary color
Monochromatic Colors of #380EDF
Black with #380EDF
Text Example
Text Example
White with #380EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380EDF; }
p { color: rgb(56,14,223); }
H1.HeaderClassName
{
color: #380EDF;
}
.AnyTagClassName
{
color: #380EDF;
}
</style>
background-color css
<style>
a { background-color: #380EDF; }
a { background-color: rgb(56,14,223); }
div.DivClassName
{
background-color: #380EDF;
}
.BgClassName
{
background-color: #380EDF;
}
</style>
border-color css
<style>
span { border-color: #380EDF; }
span { border-color: rgb(56,14,223); }
td.TdClassName
{
border-color: #380EDF;
}
.TagClassName
{
border-color: #380EDF;
}
</style>