Shades of Han Purple #381AD4
Tints of Han Purple #381AD4
RGB
CMYK
RGB Variations
Color information
#381AD4 (or 0x381AD4) is known color: Han Purple. HEX triplet: 38, 1A and D4. RGB value is (56,26,212). Sum of RGB (Red+Green+Blue) = 56+26+212=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 212 (83.20% from 255 or 72.11% from 294); Max value from RGB is 212 - color contains mainly: blue. Hex color #381AD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381AD4 is #C7E52B. Grayscale: #373737. Windows color (decimal): -13100332 or 13900344. OLE color: 13900344.
HSL color Cylindrical-coordinate representation of color #381AD4: hue angle of 249.68º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #381AD4 is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 56 | 26 | 212 | - |
| CMYK | 0.74 | 0.88 | 0 | 0.17 |
| HSL | 249.68º | 0.78% | 0.47% | - |
| HSV(B) | 249.68º | 0.88% | 0.83% | - |
| XYZ | 13.88 | 6.33 | 62.78 | - |
| YUV | 56.17 | 215.94 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 26 | 212 | 0.74 | 0.88 | 0 | 0.17 | 249.68 | 0.78 | 0.47 |
| Hex | 38 | 1A | D4 | 4A | 58 | 0 | 11 | FA | 4E | 2F |
| Octal | 70 | 32 | 324 | 112 | 130 | 0 | 21 | 372 | 116 | 57 |
| Binary | 111000 | 11010 | 11010100 | 1001010 | 1011000 | 0 | 10001 | 11111010 | 1001110 | 101111 |
Color Harmonies of #381AD4
Complementary color
Monochromatic Colors of #381AD4
Black with #381AD4
Text Example
Text Example
White with #381AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381AD4; }
p { color: rgb(56,26,212); }
H1.HeaderClassName
{
color: #381AD4;
}
.AnyTagClassName
{
color: #381AD4;
}
</style>
background-color css
<style>
a { background-color: #381AD4; }
a { background-color: rgb(56,26,212); }
div.DivClassName
{
background-color: #381AD4;
}
.BgClassName
{
background-color: #381AD4;
}
</style>
border-color css
<style>
span { border-color: #381AD4; }
span { border-color: rgb(56,26,212); }
td.TdClassName
{
border-color: #381AD4;
}
.TagClassName
{
border-color: #381AD4;
}
</style>