Shades of Han Purple #3811FF
Tints of Han Purple #3811FF
RGB
CMYK
RGB Variations
Color information
#3811FF (or 0x3811FF) is known color: Han Purple. HEX triplet: 38, 11 and FF. RGB value is (56,17,255). Sum of RGB (Red+Green+Blue) = 56+17+255=328 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.07% from 328); Green value is 17 (7.03% from 255 or 5.18% from 328); Blue value is 255 (100% from 255 or 77.74% from 328); Max value from RGB is 255 - color contains mainly: blue. Hex color #3811FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3811FF is #C7EE00. Grayscale: #363636. Windows color (decimal): -13102593 or 16716088. OLE color: 16716088.
HSL color Cylindrical-coordinate representation of color #3811FF: hue angle of 249.83º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3811FF is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 17 | 255 | - |
| CMYK | 0.78 | 0.93 | 0 | 0 |
| HSL | 249.83º | 1% | 0.53% | - |
| HSV(B) | 249.83º | 0.93% | 1% | - |
| XYZ | 19.88 | 8.46 | 95.19 | - |
| YUV | 55.79 | 240.42 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 17 | 255 | 0.78 | 0.93 | 0 | 0 | 249.83 | 1 | 0.53 |
| Hex | 38 | 11 | FF | 4E | 5D | 0 | 0 | FA | 64 | 35 |
| Octal | 70 | 21 | 377 | 116 | 135 | 0 | 0 | 372 | 144 | 65 |
| Binary | 111000 | 10001 | 11111111 | 1001110 | 1011101 | 0 | 0 | 11111010 | 1100100 | 110101 |
Color Harmonies of #3811FF
Complementary color
Monochromatic Colors of #3811FF
Black with #3811FF
Text Example
Text Example
White with #3811FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3811FF; }
p { color: rgb(56,17,255); }
H1.HeaderClassName
{
color: #3811FF;
}
.AnyTagClassName
{
color: #3811FF;
}
</style>
background-color css
<style>
a { background-color: #3811FF; }
a { background-color: rgb(56,17,255); }
div.DivClassName
{
background-color: #3811FF;
}
.BgClassName
{
background-color: #3811FF;
}
</style>
border-color css
<style>
span { border-color: #3811FF; }
span { border-color: rgb(56,17,255); }
td.TdClassName
{
border-color: #3811FF;
}
.TagClassName
{
border-color: #3811FF;
}
</style>