Shades of Han Purple #381AF4
Tints of Han Purple #381AF4
RGB
CMYK
RGB Variations
Color information
#381AF4 (or 0x381AF4) is known color: Han Purple. HEX triplet: 38, 1A and F4. RGB value is (56,26,244). Sum of RGB (Red+Green+Blue) = 56+26+244=326 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.18% from 326); Green value is 26 (10.55% from 255 or 7.98% from 326); Blue value is 244 (95.70% from 255 or 74.85% from 326); Max value from RGB is 244 - color contains mainly: blue. Hex color #381AF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381AF4 is #C7E50B. Grayscale: #3A3A3A. Windows color (decimal): -13100300 or 15997496. OLE color: 15997496.
HSL color Cylindrical-coordinate representation of color #381AF4: hue angle of 248.26º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #381AF4 is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 56 | 26 | 244 | - |
| CMYK | 0.77 | 0.89 | 0 | 0.04 |
| HSL | 248.26º | 0.91% | 0.53% | - |
| HSV(B) | 248.26º | 0.89% | 0.96% | - |
| XYZ | 18.33 | 8.11 | 86.19 | - |
| YUV | 59.82 | 231.94 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 26 | 244 | 0.77 | 0.89 | 0 | 0.04 | 248.26 | 0.91 | 0.53 |
| Hex | 38 | 1A | F4 | 4D | 59 | 0 | 4 | F8 | 5B | 35 |
| Octal | 70 | 32 | 364 | 115 | 131 | 0 | 4 | 370 | 133 | 65 |
| Binary | 111000 | 11010 | 11110100 | 1001101 | 1011001 | 0 | 100 | 11111000 | 1011011 | 110101 |
Color Harmonies of #381AF4
Complementary color
Monochromatic Colors of #381AF4
Black with #381AF4
Text Example
Text Example
White with #381AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381AF4; }
p { color: rgb(56,26,244); }
H1.HeaderClassName
{
color: #381AF4;
}
.AnyTagClassName
{
color: #381AF4;
}
</style>
background-color css
<style>
a { background-color: #381AF4; }
a { background-color: rgb(56,26,244); }
div.DivClassName
{
background-color: #381AF4;
}
.BgClassName
{
background-color: #381AF4;
}
</style>
border-color css
<style>
span { border-color: #381AF4; }
span { border-color: rgb(56,26,244); }
td.TdClassName
{
border-color: #381AF4;
}
.TagClassName
{
border-color: #381AF4;
}
</style>