Shades of Han Purple #380DFE
Tints of Han Purple #380DFE
RGB
CMYK
RGB Variations
Color information
#380DFE (or 0x380DFE) is known color: Han Purple. HEX triplet: 38, 0D and FE. RGB value is (56,13,254). Sum of RGB (Red+Green+Blue) = 56+13+254=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 13 (5.47% from 255 or 4.02% from 323); Blue value is 254 (99.61% from 255 or 78.64% from 323); Max value from RGB is 254 - color contains mainly: blue. Hex color #380DFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #380DFE is #C7F201. Grayscale: #343434. Windows color (decimal): -13103618 or 16649528. OLE color: 16649528.
HSL color Cylindrical-coordinate representation of color #380DFE: hue angle of 250.71º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380DFE is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 13 | 254 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.00 |
| HSL | 250.71º | 0.99% | 0.52% | - |
| HSV(B) | 250.71º | 0.95% | 1% | - |
| XYZ | 19.66 | 8.28 | 94.33 | - |
| YUV | 53.33 | 241.25 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 13 | 254 | 0.78 | 0.95 | 0 | 0.00 | 250.71 | 0.99 | 0.52 |
| Hex | 38 | D | FE | 4E | 5F | 0 | 0 | FB | 63 | 34 |
| Octal | 70 | 15 | 376 | 116 | 137 | 0 | 0 | 373 | 143 | 64 |
| Binary | 111000 | 1101 | 11111110 | 1001110 | 1011111 | 0 | 0 | 11111011 | 1100011 | 110100 |
Color Harmonies of #380DFE
Complementary color
Monochromatic Colors of #380DFE
Black with #380DFE
Text Example
Text Example
White with #380DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380DFE; }
p { color: rgb(56,13,254); }
H1.HeaderClassName
{
color: #380DFE;
}
.AnyTagClassName
{
color: #380DFE;
}
</style>
background-color css
<style>
a { background-color: #380DFE; }
a { background-color: rgb(56,13,254); }
div.DivClassName
{
background-color: #380DFE;
}
.BgClassName
{
background-color: #380DFE;
}
</style>
border-color css
<style>
span { border-color: #380DFE; }
span { border-color: rgb(56,13,254); }
td.TdClassName
{
border-color: #380DFE;
}
.TagClassName
{
border-color: #380DFE;
}
</style>