Shades of Han Purple #380EED
Tints of Han Purple #380EED
RGB
CMYK
RGB Variations
Color information
#380EED (or 0x380EED) is known color: Han Purple. HEX triplet: 38, 0E and ED. RGB value is (56,14,237). Sum of RGB (Red+Green+Blue) = 56+14+237=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 14 (5.86% from 255 or 4.56% from 307); Blue value is 237 (92.97% from 255 or 77.20% from 307); Max value from RGB is 237 - color contains mainly: blue. Hex color #380EED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #380EED is #C7F112. Grayscale: #333333. Windows color (decimal): -13103379 or 15535672. OLE color: 15535672.
HSL color Cylindrical-coordinate representation of color #380EED: hue angle of 251.3º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #380EED is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 14 | 237 | - |
| CMYK | 0.76 | 0.94 | 0 | 0.07 |
| HSL | 251.3º | 0.89% | 0.49% | - |
| HSV(B) | 251.3º | 0.94% | 0.93% | - |
| XYZ | 17.07 | 7.27 | 80.62 | - |
| YUV | 51.98 | 232.41 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 14 | 237 | 0.76 | 0.94 | 0 | 0.07 | 251.3 | 0.89 | 0.49 |
| Hex | 38 | E | ED | 4C | 5E | 0 | 7 | FB | 59 | 31 |
| Octal | 70 | 16 | 355 | 114 | 136 | 0 | 7 | 373 | 131 | 61 |
| Binary | 111000 | 1110 | 11101101 | 1001100 | 1011110 | 0 | 111 | 11111011 | 1011001 | 110001 |
Color Harmonies of #380EED
Complementary color
Monochromatic Colors of #380EED
Black with #380EED
Text Example
Text Example
White with #380EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380EED; }
p { color: rgb(56,14,237); }
H1.HeaderClassName
{
color: #380EED;
}
.AnyTagClassName
{
color: #380EED;
}
</style>
background-color css
<style>
a { background-color: #380EED; }
a { background-color: rgb(56,14,237); }
div.DivClassName
{
background-color: #380EED;
}
.BgClassName
{
background-color: #380EED;
}
</style>
border-color css
<style>
span { border-color: #380EED; }
span { border-color: rgb(56,14,237); }
td.TdClassName
{
border-color: #380EED;
}
.TagClassName
{
border-color: #380EED;
}
</style>