Shades of Han Purple #381AFE
Tints of Han Purple #381AFE
RGB
CMYK
RGB Variations
Color information
#381AFE (or 0x381AFE) is known color: Han Purple. HEX triplet: 38, 1A and FE. RGB value is (56,26,254). Sum of RGB (Red+Green+Blue) = 56+26+254=336 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.67% from 336); Green value is 26 (10.55% from 255 or 7.74% from 336); Blue value is 254 (99.61% from 255 or 75.60% from 336); Max value from RGB is 254 - color contains mainly: blue. Hex color #381AFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381AFE is #C7E501. Grayscale: #3C3C3C. Windows color (decimal): -13100290 or 16652856. OLE color: 16652856.
HSL color Cylindrical-coordinate representation of color #381AFE: hue angle of 247.89º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #381AFE is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 26 | 254 | - |
| CMYK | 0.78 | 0.90 | 0 | 0.00 |
| HSL | 247.89º | 0.99% | 0.55% | - |
| HSV(B) | 247.89º | 0.9% | 1% | - |
| XYZ | 19.89 | 8.74 | 94.4 | - |
| YUV | 60.96 | 236.94 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 26 | 254 | 0.78 | 0.90 | 0 | 0.00 | 247.89 | 0.99 | 0.55 |
| Hex | 38 | 1A | FE | 4E | 5A | 0 | 0 | F8 | 63 | 37 |
| Octal | 70 | 32 | 376 | 116 | 132 | 0 | 0 | 370 | 143 | 67 |
| Binary | 111000 | 11010 | 11111110 | 1001110 | 1011010 | 0 | 0 | 11111000 | 1100011 | 110111 |
Color Harmonies of #381AFE
Complementary color
Monochromatic Colors of #381AFE
Black with #381AFE
Text Example
Text Example
White with #381AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381AFE; }
p { color: rgb(56,26,254); }
H1.HeaderClassName
{
color: #381AFE;
}
.AnyTagClassName
{
color: #381AFE;
}
</style>
background-color css
<style>
a { background-color: #381AFE; }
a { background-color: rgb(56,26,254); }
div.DivClassName
{
background-color: #381AFE;
}
.BgClassName
{
background-color: #381AFE;
}
</style>
border-color css
<style>
span { border-color: #381AFE; }
span { border-color: rgb(56,26,254); }
td.TdClassName
{
border-color: #381AFE;
}
.TagClassName
{
border-color: #381AFE;
}
</style>