Shades of Han Purple #401AFB
Tints of Han Purple #401AFB
RGB
CMYK
RGB Variations
Color information
#401AFB (or 0x401AFB) is known color: Han Purple. HEX triplet: 40, 1A and FB. RGB value is (64,26,251). Sum of RGB (Red+Green+Blue) = 64+26+251=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 26 (10.55% from 255 or 7.62% from 341); Blue value is 251 (98.44% from 255 or 73.61% from 341); Max value from RGB is 251 - color contains mainly: blue. Hex color #401AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401AFB is #BFE504. Grayscale: #3E3E3E. Windows color (decimal): -12576005 or 16456256. OLE color: 16456256.
HSL color Cylindrical-coordinate representation of color #401AFB: hue angle of 250.13º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #401AFB is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 26 | 251 | - |
| CMYK | 0.75 | 0.90 | 0 | 0.02 |
| HSL | 250.13º | 0.97% | 0.54% | - |
| HSV(B) | 250.13º | 0.9% | 0.98% | - |
| XYZ | 19.9 | 8.79 | 91.92 | - |
| YUV | 63.01 | 234.09 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 26 | 251 | 0.75 | 0.90 | 0 | 0.02 | 250.13 | 0.97 | 0.54 |
| Hex | 40 | 1A | FB | 4B | 5A | 0 | 2 | FA | 61 | 36 |
| Octal | 100 | 32 | 373 | 113 | 132 | 0 | 2 | 372 | 141 | 66 |
| Binary | 1000000 | 11010 | 11111011 | 1001011 | 1011010 | 0 | 10 | 11111010 | 1100001 | 110110 |
Color Harmonies of #401AFB
Complementary color
Monochromatic Colors of #401AFB
Black with #401AFB
Text Example
Text Example
White with #401AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401AFB; }
p { color: rgb(64,26,251); }
H1.HeaderClassName
{
color: #401AFB;
}
.AnyTagClassName
{
color: #401AFB;
}
</style>
background-color css
<style>
a { background-color: #401AFB; }
a { background-color: rgb(64,26,251); }
div.DivClassName
{
background-color: #401AFB;
}
.BgClassName
{
background-color: #401AFB;
}
</style>
border-color css
<style>
span { border-color: #401AFB; }
span { border-color: rgb(64,26,251); }
td.TdClassName
{
border-color: #401AFB;
}
.TagClassName
{
border-color: #401AFB;
}
</style>