Shades of Han Purple #381DEF
Tints of Han Purple #381DEF
RGB
CMYK
RGB Variations
Color information
#381DEF (or 0x381DEF) is known color: Han Purple. HEX triplet: 38, 1D and EF. RGB value is (56,29,239). Sum of RGB (Red+Green+Blue) = 56+29+239=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 29 (11.72% from 255 or 8.95% from 324); Blue value is 239 (93.75% from 255 or 73.77% from 324); Max value from RGB is 239 - color contains mainly: blue. Hex color #381DEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381DEF is #C7E210. Grayscale: #3C3C3C. Windows color (decimal): -13099537 or 15670584. OLE color: 15670584.
HSL color Cylindrical-coordinate representation of color #381DEF: hue angle of 247.71º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #381DEF is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 56 | 29 | 239 | - |
CMYK | 0.77 | 0.88 | 0 | 0.06 |
HSL | 247.71º | 0.87% | 0.53% | - |
HSV(B) | 247.71º | 0.88% | 0.94% | - |
XYZ | 17.65 | 7.95 | 82.27 | - |
YUV | 61.01 | 228.45 | 124.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 56 | 29 | 239 | 0.77 | 0.88 | 0 | 0.06 | 247.71 | 0.87 | 0.53 |
Hex | 38 | 1D | EF | 4D | 58 | 0 | 6 | F8 | 57 | 35 |
Octal | 70 | 35 | 357 | 115 | 130 | 0 | 6 | 370 | 127 | 65 |
Binary | 111000 | 11101 | 11101111 | 1001101 | 1011000 | 0 | 110 | 11111000 | 1010111 | 110101 |
Color Harmonies of #381DEF
Complementary color
Monochromatic Colors of #381DEF
Black with #381DEF
Text Example
Text Example
White with #381DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381DEF; }
p { color: rgb(56,29,239); }
H1.HeaderClassName
{
color: #381DEF;
}
.AnyTagClassName
{
color: #381DEF;
}
</style>
background-color css
<style>
a { background-color: #381DEF; }
a { background-color: rgb(56,29,239); }
div.DivClassName
{
background-color: #381DEF;
}
.BgClassName
{
background-color: #381DEF;
}
</style>
border-color css
<style>
span { border-color: #381DEF; }
span { border-color: rgb(56,29,239); }
td.TdClassName
{
border-color: #381DEF;
}
.TagClassName
{
border-color: #381DEF;
}
</style>