Shades of Han Purple #381DDF
Tints of Han Purple #381DDF
RGB
CMYK
RGB Variations
Color information
#381DDF (or 0x381DDF) is known color: Han Purple. HEX triplet: 38, 1D and DF. RGB value is (56,29,223). Sum of RGB (Red+Green+Blue) = 56+29+223=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 29 (11.72% from 255 or 9.42% from 308); Blue value is 223 (87.5% from 255 or 72.40% from 308); Max value from RGB is 223 - color contains mainly: blue. Hex color #381DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381DDF is #C7E220. Grayscale: #3A3A3A. Windows color (decimal): -13099553 or 14622008. OLE color: 14622008.
HSL color Cylindrical-coordinate representation of color #381DDF: hue angle of 248.35º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #381DDF is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 29 | 223 | - |
| CMYK | 0.75 | 0.87 | 0 | 0.13 |
| HSL | 248.35º | 0.77% | 0.49% | - |
| HSV(B) | 248.35º | 0.87% | 0.87% | - |
| XYZ | 15.39 | 7.05 | 70.36 | - |
| YUV | 59.19 | 220.45 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 29 | 223 | 0.75 | 0.87 | 0 | 0.13 | 248.35 | 0.77 | 0.49 |
| Hex | 38 | 1D | DF | 4B | 57 | 0 | D | F8 | 4D | 31 |
| Octal | 70 | 35 | 337 | 113 | 127 | 0 | 15 | 370 | 115 | 61 |
| Binary | 111000 | 11101 | 11011111 | 1001011 | 1010111 | 0 | 1101 | 11111000 | 1001101 | 110001 |
Color Harmonies of #381DDF
Complementary color
Monochromatic Colors of #381DDF
Black with #381DDF
Text Example
Text Example
White with #381DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381DDF; }
p { color: rgb(56,29,223); }
H1.HeaderClassName
{
color: #381DDF;
}
.AnyTagClassName
{
color: #381DDF;
}
</style>
background-color css
<style>
a { background-color: #381DDF; }
a { background-color: rgb(56,29,223); }
div.DivClassName
{
background-color: #381DDF;
}
.BgClassName
{
background-color: #381DDF;
}
</style>
border-color css
<style>
span { border-color: #381DDF; }
span { border-color: rgb(56,29,223); }
td.TdClassName
{
border-color: #381DDF;
}
.TagClassName
{
border-color: #381DDF;
}
</style>