Shades of Han Purple #380EFE
Tints of Han Purple #380EFE
RGB
CMYK
RGB Variations
Color information
#380EFE (or 0x380EFE) is known color: Han Purple. HEX triplet: 38, 0E and FE. RGB value is (56,14,254). Sum of RGB (Red+Green+Blue) = 56+14+254=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 14 (5.86% from 255 or 4.32% from 324); Blue value is 254 (99.61% from 255 or 78.40% from 324); Max value from RGB is 254 - color contains mainly: blue. Hex color #380EFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #380EFE is #C7F101. Grayscale: #353535. Windows color (decimal): -13103362 or 16649784. OLE color: 16649784.
HSL color Cylindrical-coordinate representation of color #380EFE: hue angle of 250.5º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #380EFE is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 14 | 254 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.00 |
| HSL | 250.5º | 0.99% | 0.53% | - |
| HSV(B) | 250.5º | 0.94% | 1% | - |
| XYZ | 19.68 | 8.31 | 94.33 | - |
| YUV | 53.92 | 240.91 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 14 | 254 | 0.78 | 0.94 | 0 | 0.00 | 250.5 | 0.99 | 0.53 |
| Hex | 38 | E | FE | 4E | 5E | 0 | 0 | FB | 63 | 35 |
| Octal | 70 | 16 | 376 | 116 | 136 | 0 | 0 | 373 | 143 | 65 |
| Binary | 111000 | 1110 | 11111110 | 1001110 | 1011110 | 0 | 0 | 11111011 | 1100011 | 110101 |
Color Harmonies of #380EFE
Complementary color
Monochromatic Colors of #380EFE
Black with #380EFE
Text Example
Text Example
White with #380EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380EFE; }
p { color: rgb(56,14,254); }
H1.HeaderClassName
{
color: #380EFE;
}
.AnyTagClassName
{
color: #380EFE;
}
</style>
background-color css
<style>
a { background-color: #380EFE; }
a { background-color: rgb(56,14,254); }
div.DivClassName
{
background-color: #380EFE;
}
.BgClassName
{
background-color: #380EFE;
}
</style>
border-color css
<style>
span { border-color: #380EFE; }
span { border-color: rgb(56,14,254); }
td.TdClassName
{
border-color: #380EFE;
}
.TagClassName
{
border-color: #380EFE;
}
</style>