Shades of Han Purple #381BEA
Tints of Han Purple #381BEA
RGB
CMYK
RGB Variations
Color information
#381BEA (or 0x381BEA) is known color: Han Purple. HEX triplet: 38, 1B and EA. RGB value is (56,27,234). Sum of RGB (Red+Green+Blue) = 56+27+234=317 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.67% from 317); Green value is 27 (10.94% from 255 or 8.52% from 317); Blue value is 234 (91.80% from 255 or 73.82% from 317); Max value from RGB is 234 - color contains mainly: blue. Hex color #381BEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381BEA is #C7E415. Grayscale: #3A3A3A. Windows color (decimal): -13100054 or 15342392. OLE color: 15342392.
HSL color Cylindrical-coordinate representation of color #381BEA: hue angle of 248.41º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #381BEA is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 56 | 27 | 234 | - |
| CMYK | 0.76 | 0.88 | 0 | 0.08 |
| HSL | 248.41º | 0.83% | 0.51% | - |
| HSV(B) | 248.41º | 0.88% | 0.92% | - |
| XYZ | 16.87 | 7.57 | 78.41 | - |
| YUV | 59.27 | 226.61 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 27 | 234 | 0.76 | 0.88 | 0 | 0.08 | 248.41 | 0.83 | 0.51 |
| Hex | 38 | 1B | EA | 4C | 58 | 0 | 8 | F8 | 53 | 33 |
| Octal | 70 | 33 | 352 | 114 | 130 | 0 | 10 | 370 | 123 | 63 |
| Binary | 111000 | 11011 | 11101010 | 1001100 | 1011000 | 0 | 1000 | 11111000 | 1010011 | 110011 |
Color Harmonies of #381BEA
Complementary color
Monochromatic Colors of #381BEA
Black with #381BEA
Text Example
Text Example
White with #381BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381BEA; }
p { color: rgb(56,27,234); }
H1.HeaderClassName
{
color: #381BEA;
}
.AnyTagClassName
{
color: #381BEA;
}
</style>
background-color css
<style>
a { background-color: #381BEA; }
a { background-color: rgb(56,27,234); }
div.DivClassName
{
background-color: #381BEA;
}
.BgClassName
{
background-color: #381BEA;
}
</style>
border-color css
<style>
span { border-color: #381BEA; }
span { border-color: rgb(56,27,234); }
td.TdClassName
{
border-color: #381BEA;
}
.TagClassName
{
border-color: #381BEA;
}
</style>