Shades of Han Purple #380EFD
Tints of Han Purple #380EFD
RGB
CMYK
RGB Variations
Color information
#380EFD (or 0x380EFD) is known color: Han Purple. HEX triplet: 38, 0E and FD. RGB value is (56,14,253). Sum of RGB (Red+Green+Blue) = 56+14+253=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 14 (5.86% from 255 or 4.33% from 323); Blue value is 253 (99.22% from 255 or 78.33% from 323); Max value from RGB is 253 - color contains mainly: blue. Hex color #380EFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #380EFD is #C7F102. Grayscale: #343434. Windows color (decimal): -13103363 or 16584248. OLE color: 16584248.
HSL color Cylindrical-coordinate representation of color #380EFD: hue angle of 250.54º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #380EFD is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 56 | 14 | 253 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.01 |
| HSL | 250.54º | 0.98% | 0.52% | - |
| HSV(B) | 250.54º | 0.94% | 0.99% | - |
| XYZ | 19.52 | 8.25 | 93.49 | - |
| YUV | 53.8 | 240.41 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 14 | 253 | 0.78 | 0.94 | 0 | 0.01 | 250.54 | 0.98 | 0.52 |
| Hex | 38 | E | FD | 4E | 5E | 0 | 1 | FB | 62 | 34 |
| Octal | 70 | 16 | 375 | 116 | 136 | 0 | 1 | 373 | 142 | 64 |
| Binary | 111000 | 1110 | 11111101 | 1001110 | 1011110 | 0 | 1 | 11111011 | 1100010 | 110100 |
Color Harmonies of #380EFD
Complementary color
Monochromatic Colors of #380EFD
Black with #380EFD
Text Example
Text Example
White with #380EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380EFD; }
p { color: rgb(56,14,253); }
H1.HeaderClassName
{
color: #380EFD;
}
.AnyTagClassName
{
color: #380EFD;
}
</style>
background-color css
<style>
a { background-color: #380EFD; }
a { background-color: rgb(56,14,253); }
div.DivClassName
{
background-color: #380EFD;
}
.BgClassName
{
background-color: #380EFD;
}
</style>
border-color css
<style>
span { border-color: #380EFD; }
span { border-color: rgb(56,14,253); }
td.TdClassName
{
border-color: #380EFD;
}
.TagClassName
{
border-color: #380EFD;
}
</style>