Shades of Han Purple #381DED
Tints of Han Purple #381DED
RGB
CMYK
RGB Variations
Color information
#381DED (or 0x381DED) is known color: Han Purple. HEX triplet: 38, 1D and ED. RGB value is (56,29,237). Sum of RGB (Red+Green+Blue) = 56+29+237=322 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.39% from 322); Green value is 29 (11.72% from 255 or 9.01% from 322); Blue value is 237 (92.97% from 255 or 73.60% from 322); Max value from RGB is 237 - color contains mainly: blue. Hex color #381DED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381DED is #C7E212. Grayscale: #3B3B3B. Windows color (decimal): -13099539 or 15539512. OLE color: 15539512.
HSL color Cylindrical-coordinate representation of color #381DED: hue angle of 247.79º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #381DED is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 29 | 237 | - |
| CMYK | 0.76 | 0.88 | 0 | 0.07 |
| HSL | 247.79º | 0.85% | 0.52% | - |
| HSV(B) | 247.79º | 0.88% | 0.93% | - |
| XYZ | 17.36 | 7.83 | 80.72 | - |
| YUV | 60.79 | 227.45 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 29 | 237 | 0.76 | 0.88 | 0 | 0.07 | 247.79 | 0.85 | 0.52 |
| Hex | 38 | 1D | ED | 4C | 58 | 0 | 7 | F8 | 55 | 34 |
| Octal | 70 | 35 | 355 | 114 | 130 | 0 | 7 | 370 | 125 | 64 |
| Binary | 111000 | 11101 | 11101101 | 1001100 | 1011000 | 0 | 111 | 11111000 | 1010101 | 110100 |
Color Harmonies of #381DED
Complementary color
Monochromatic Colors of #381DED
Black with #381DED
Text Example
Text Example
White with #381DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381DED; }
p { color: rgb(56,29,237); }
H1.HeaderClassName
{
color: #381DED;
}
.AnyTagClassName
{
color: #381DED;
}
</style>
background-color css
<style>
a { background-color: #381DED; }
a { background-color: rgb(56,29,237); }
div.DivClassName
{
background-color: #381DED;
}
.BgClassName
{
background-color: #381DED;
}
</style>
border-color css
<style>
span { border-color: #381DED; }
span { border-color: rgb(56,29,237); }
td.TdClassName
{
border-color: #381DED;
}
.TagClassName
{
border-color: #381DED;
}
</style>