Shades of Han Purple #401AF5
Tints of Han Purple #401AF5
RGB
CMYK
RGB Variations
Color information
#401AF5 (or 0x401AF5) is known color: Han Purple. HEX triplet: 40, 1A and F5. RGB value is (64,26,245). Sum of RGB (Red+Green+Blue) = 64+26+245=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 26 (10.55% from 255 or 7.76% from 335); Blue value is 245 (96.09% from 255 or 73.13% from 335); Max value from RGB is 245 - color contains mainly: blue. Hex color #401AF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401AF5 is #BFE50A. Grayscale: #3D3D3D. Windows color (decimal): -12576011 or 16063040. OLE color: 16063040.
HSL color Cylindrical-coordinate representation of color #401AF5: hue angle of 250.41º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #401AF5 is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 64 | 26 | 245 | - |
| CMYK | 0.74 | 0.89 | 0 | 0.04 |
| HSL | 250.41º | 0.92% | 0.53% | - |
| HSV(B) | 250.41º | 0.89% | 0.96% | - |
| XYZ | 18.97 | 8.42 | 87.01 | - |
| YUV | 62.33 | 231.09 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 26 | 245 | 0.74 | 0.89 | 0 | 0.04 | 250.41 | 0.92 | 0.53 |
| Hex | 40 | 1A | F5 | 4A | 59 | 0 | 4 | FA | 5C | 35 |
| Octal | 100 | 32 | 365 | 112 | 131 | 0 | 4 | 372 | 134 | 65 |
| Binary | 1000000 | 11010 | 11110101 | 1001010 | 1011001 | 0 | 100 | 11111010 | 1011100 | 110101 |
Color Harmonies of #401AF5
Complementary color
Monochromatic Colors of #401AF5
Black with #401AF5
Text Example
Text Example
White with #401AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401AF5; }
p { color: rgb(64,26,245); }
H1.HeaderClassName
{
color: #401AF5;
}
.AnyTagClassName
{
color: #401AF5;
}
</style>
background-color css
<style>
a { background-color: #401AF5; }
a { background-color: rgb(64,26,245); }
div.DivClassName
{
background-color: #401AF5;
}
.BgClassName
{
background-color: #401AF5;
}
</style>
border-color css
<style>
span { border-color: #401AF5; }
span { border-color: rgb(64,26,245); }
td.TdClassName
{
border-color: #401AF5;
}
.TagClassName
{
border-color: #401AF5;
}
</style>