Shades of Han Purple #401FFB
Tints of Han Purple #401FFB
RGB
CMYK
RGB Variations
Color information
#401FFB (or 0x401FFB) is known color: Han Purple. HEX triplet: 40, 1F and FB. RGB value is (64,31,251). Sum of RGB (Red+Green+Blue) = 64+31+251=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 31 (12.5% from 255 or 8.96% from 346); Blue value is 251 (98.44% from 255 or 72.54% from 346); Max value from RGB is 251 - color contains mainly: blue. Hex color #401FFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401FFB is #BFE004. Grayscale: #414141. Windows color (decimal): -12574725 or 16457536. OLE color: 16457536.
HSL color Cylindrical-coordinate representation of color #401FFB: hue angle of 249º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #401FFB is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 31 | 251 | - |
| CMYK | 0.75 | 0.88 | 0 | 0.02 |
| HSL | 249º | 0.96% | 0.55% | - |
| HSV(B) | 249º | 0.88% | 0.98% | - |
| XYZ | 20.02 | 9.03 | 91.96 | - |
| YUV | 65.95 | 232.43 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 31 | 251 | 0.75 | 0.88 | 0 | 0.02 | 249 | 0.96 | 0.55 |
| Hex | 40 | 1F | FB | 4B | 58 | 0 | 2 | F9 | 60 | 37 |
| Octal | 100 | 37 | 373 | 113 | 130 | 0 | 2 | 371 | 140 | 67 |
| Binary | 1000000 | 11111 | 11111011 | 1001011 | 1011000 | 0 | 10 | 11111001 | 1100000 | 110111 |
Color Harmonies of #401FFB
Complementary color
Monochromatic Colors of #401FFB
Black with #401FFB
Text Example
Text Example
White with #401FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401FFB; }
p { color: rgb(64,31,251); }
H1.HeaderClassName
{
color: #401FFB;
}
.AnyTagClassName
{
color: #401FFB;
}
</style>
background-color css
<style>
a { background-color: #401FFB; }
a { background-color: rgb(64,31,251); }
div.DivClassName
{
background-color: #401FFB;
}
.BgClassName
{
background-color: #401FFB;
}
</style>
border-color css
<style>
span { border-color: #401FFB; }
span { border-color: rgb(64,31,251); }
td.TdClassName
{
border-color: #401FFB;
}
.TagClassName
{
border-color: #401FFB;
}
</style>