Shades of Han Purple #380FEF
Tints of Han Purple #380FEF
RGB
CMYK
RGB Variations
Color information
#380FEF (or 0x380FEF) is known color: Han Purple. HEX triplet: 38, 0F and EF. RGB value is (56,15,239). Sum of RGB (Red+Green+Blue) = 56+15+239=310 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.06% from 310); Green value is 15 (6.25% from 255 or 4.84% from 310); Blue value is 239 (93.75% from 255 or 77.10% from 310); Max value from RGB is 239 - color contains mainly: blue. Hex color #380FEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #380FEF is #C7F010. Grayscale: #333333. Windows color (decimal): -13103121 or 15667000. OLE color: 15667000.
HSL color Cylindrical-coordinate representation of color #380FEF: hue angle of 250.98º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #380FEF is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 15 | 239 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.06 |
| HSL | 250.98º | 0.88% | 0.5% | - |
| HSV(B) | 250.98º | 0.94% | 0.94% | - |
| XYZ | 17.38 | 7.41 | 82.18 | - |
| YUV | 52.8 | 233.08 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 15 | 239 | 0.77 | 0.94 | 0 | 0.06 | 250.98 | 0.88 | 0.5 |
| Hex | 38 | F | EF | 4D | 5E | 0 | 6 | FB | 58 | 32 |
| Octal | 70 | 17 | 357 | 115 | 136 | 0 | 6 | 373 | 130 | 62 |
| Binary | 111000 | 1111 | 11101111 | 1001101 | 1011110 | 0 | 110 | 11111011 | 1011000 | 110010 |
Color Harmonies of #380FEF
Complementary color
Monochromatic Colors of #380FEF
Black with #380FEF
Text Example
Text Example
White with #380FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380FEF; }
p { color: rgb(56,15,239); }
H1.HeaderClassName
{
color: #380FEF;
}
.AnyTagClassName
{
color: #380FEF;
}
</style>
background-color css
<style>
a { background-color: #380FEF; }
a { background-color: rgb(56,15,239); }
div.DivClassName
{
background-color: #380FEF;
}
.BgClassName
{
background-color: #380FEF;
}
</style>
border-color css
<style>
span { border-color: #380FEF; }
span { border-color: rgb(56,15,239); }
td.TdClassName
{
border-color: #380FEF;
}
.TagClassName
{
border-color: #380FEF;
}
</style>