Shades of Han Purple #381CFA
Tints of Han Purple #381CFA
RGB
CMYK
RGB Variations
Color information
#381CFA (or 0x381CFA) is known color: Han Purple. HEX triplet: 38, 1C and FA. RGB value is (56,28,250). Sum of RGB (Red+Green+Blue) = 56+28+250=334 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.77% from 334); Green value is 28 (11.33% from 255 or 8.38% from 334); Blue value is 250 (98.05% from 255 or 74.85% from 334); Max value from RGB is 250 - color contains mainly: blue. Hex color #381CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381CFA is #C7E305. Grayscale: #3C3C3C. Windows color (decimal): -13099782 or 16391224. OLE color: 16391224.
HSL color Cylindrical-coordinate representation of color #381CFA: hue angle of 247.57º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #381CFA is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 56 | 28 | 250 | - |
| CMYK | 0.78 | 0.89 | 0 | 0.02 |
| HSL | 247.57º | 0.96% | 0.55% | - |
| HSV(B) | 247.57º | 0.89% | 0.98% | - |
| XYZ | 19.3 | 8.57 | 91.08 | - |
| YUV | 61.68 | 234.28 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 28 | 250 | 0.78 | 0.89 | 0 | 0.02 | 247.57 | 0.96 | 0.55 |
| Hex | 38 | 1C | FA | 4E | 59 | 0 | 2 | F8 | 60 | 37 |
| Octal | 70 | 34 | 372 | 116 | 131 | 0 | 2 | 370 | 140 | 67 |
| Binary | 111000 | 11100 | 11111010 | 1001110 | 1011001 | 0 | 10 | 11111000 | 1100000 | 110111 |
Color Harmonies of #381CFA
Complementary color
Monochromatic Colors of #381CFA
Black with #381CFA
Text Example
Text Example
White with #381CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381CFA; }
p { color: rgb(56,28,250); }
H1.HeaderClassName
{
color: #381CFA;
}
.AnyTagClassName
{
color: #381CFA;
}
</style>
background-color css
<style>
a { background-color: #381CFA; }
a { background-color: rgb(56,28,250); }
div.DivClassName
{
background-color: #381CFA;
}
.BgClassName
{
background-color: #381CFA;
}
</style>
border-color css
<style>
span { border-color: #381CFA; }
span { border-color: rgb(56,28,250); }
td.TdClassName
{
border-color: #381CFA;
}
.TagClassName
{
border-color: #381CFA;
}
</style>