Shades of Han Purple #380EF4
Tints of Han Purple #380EF4
RGB
CMYK
RGB Variations
Color information
#380EF4 (or 0x380EF4) is known color: Han Purple. HEX triplet: 38, 0E and F4. RGB value is (56,14,244). Sum of RGB (Red+Green+Blue) = 56+14+244=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 14 (5.86% from 255 or 4.46% from 314); Blue value is 244 (95.70% from 255 or 77.71% from 314); Max value from RGB is 244 - color contains mainly: blue. Hex color #380EF4 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #380EF4 is #C7F10B. Grayscale: #333333. Windows color (decimal): -13103372 or 15994424. OLE color: 15994424.
HSL color Cylindrical-coordinate representation of color #380EF4: hue angle of 250.96º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #380EF4 is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 56 | 14 | 244 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.04 |
| HSL | 250.96º | 0.91% | 0.51% | - |
| HSV(B) | 250.96º | 0.94% | 0.96% | - |
| XYZ | 18.12 | 7.69 | 86.12 | - |
| YUV | 52.78 | 235.91 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 14 | 244 | 0.77 | 0.94 | 0 | 0.04 | 250.96 | 0.91 | 0.51 |
| Hex | 38 | E | F4 | 4D | 5E | 0 | 4 | FB | 5B | 33 |
| Octal | 70 | 16 | 364 | 115 | 136 | 0 | 4 | 373 | 133 | 63 |
| Binary | 111000 | 1110 | 11110100 | 1001101 | 1011110 | 0 | 100 | 11111011 | 1011011 | 110011 |
Color Harmonies of #380EF4
Complementary color
Monochromatic Colors of #380EF4
Black with #380EF4
Text Example
Text Example
White with #380EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380EF4; }
p { color: rgb(56,14,244); }
H1.HeaderClassName
{
color: #380EF4;
}
.AnyTagClassName
{
color: #380EF4;
}
</style>
background-color css
<style>
a { background-color: #380EF4; }
a { background-color: rgb(56,14,244); }
div.DivClassName
{
background-color: #380EF4;
}
.BgClassName
{
background-color: #380EF4;
}
</style>
border-color css
<style>
span { border-color: #380EF4; }
span { border-color: rgb(56,14,244); }
td.TdClassName
{
border-color: #380EF4;
}
.TagClassName
{
border-color: #380EF4;
}
</style>