Shades of Han Purple #381DF9
Tints of Han Purple #381DF9
RGB
CMYK
RGB Variations
Color information
#381DF9 (or 0x381DF9) is known color: Han Purple. HEX triplet: 38, 1D and F9. RGB value is (56,29,249). Sum of RGB (Red+Green+Blue) = 56+29+249=334 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.77% from 334); Green value is 29 (11.72% from 255 or 8.68% from 334); Blue value is 249 (97.66% from 255 or 74.55% from 334); Max value from RGB is 249 - color contains mainly: blue. Hex color #381DF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381DF9 is #C7E206. Grayscale: #3D3D3D. Windows color (decimal): -13099527 or 16325944. OLE color: 16325944.
HSL color Cylindrical-coordinate representation of color #381DF9: hue angle of 247.36º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #381DF9 is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 56 | 29 | 249 | - |
| CMYK | 0.78 | 0.88 | 0 | 0.02 |
| HSL | 247.36º | 0.95% | 0.55% | - |
| HSV(B) | 247.36º | 0.88% | 0.98% | - |
| XYZ | 19.17 | 8.56 | 90.26 | - |
| YUV | 62.15 | 233.45 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 29 | 249 | 0.78 | 0.88 | 0 | 0.02 | 247.36 | 0.95 | 0.55 |
| Hex | 38 | 1D | F9 | 4E | 58 | 0 | 2 | F7 | 5F | 37 |
| Octal | 70 | 35 | 371 | 116 | 130 | 0 | 2 | 367 | 137 | 67 |
| Binary | 111000 | 11101 | 11111001 | 1001110 | 1011000 | 0 | 10 | 11110111 | 1011111 | 110111 |
Color Harmonies of #381DF9
Complementary color
Monochromatic Colors of #381DF9
Black with #381DF9
Text Example
Text Example
White with #381DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381DF9; }
p { color: rgb(56,29,249); }
H1.HeaderClassName
{
color: #381DF9;
}
.AnyTagClassName
{
color: #381DF9;
}
</style>
background-color css
<style>
a { background-color: #381DF9; }
a { background-color: rgb(56,29,249); }
div.DivClassName
{
background-color: #381DF9;
}
.BgClassName
{
background-color: #381DF9;
}
</style>
border-color css
<style>
span { border-color: #381DF9; }
span { border-color: rgb(56,29,249); }
td.TdClassName
{
border-color: #381DF9;
}
.TagClassName
{
border-color: #381DF9;
}
</style>