Shades of Han Purple #4001F1
Tints of Han Purple #4001F1
RGB
CMYK
RGB Variations
Color information
#4001F1 (or 0x4001F1) is known color: Han Purple. HEX triplet: 40, 01 and F1. RGB value is (64,1,241). Sum of RGB (Red+Green+Blue) = 64+1+241=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 241 (94.53% from 255 or 78.76% from 306); Max value from RGB is 241 - color contains mainly: blue. Hex color #4001F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4001F1 is #BFFE0E. Grayscale: #2E2E2E. Windows color (decimal): -12582415 or 15794496. OLE color: 15794496.
HSL color Cylindrical-coordinate representation of color #4001F1: hue angle of 255.75º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4001F1 is Cyan = 0.73, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 1 | 241 | - |
| CMYK | 0.73 | 1.00 | 0 | 0.05 |
| HSL | 255.75º | 0.99% | 0.47% | - |
| HSV(B) | 255.75º | 1% | 0.95% | - |
| XYZ | 18 | 7.46 | 83.71 | - |
| YUV | 47.2 | 237.37 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 1 | 241 | 0.73 | 1.00 | 0 | 0.05 | 255.75 | 0.99 | 0.47 |
| Hex | 40 | 1 | F1 | 49 | 64 | 0 | 5 | 100 | 63 | 2F |
| Octal | 100 | 1 | 361 | 111 | 144 | 0 | 5 | 400 | 143 | 57 |
| Binary | 1000000 | 1 | 11110001 | 1001001 | 1100100 | 0 | 101 | 100000000 | 1100011 | 101111 |
Color Harmonies of #4001F1
Complementary color
Monochromatic Colors of #4001F1
Black with #4001F1
Text Example
Text Example
White with #4001F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4001F1; }
p { color: rgb(64,1,241); }
H1.HeaderClassName
{
color: #4001F1;
}
.AnyTagClassName
{
color: #4001F1;
}
</style>
background-color css
<style>
a { background-color: #4001F1; }
a { background-color: rgb(64,1,241); }
div.DivClassName
{
background-color: #4001F1;
}
.BgClassName
{
background-color: #4001F1;
}
</style>
border-color css
<style>
span { border-color: #4001F1; }
span { border-color: rgb(64,1,241); }
td.TdClassName
{
border-color: #4001F1;
}
.TagClassName
{
border-color: #4001F1;
}
</style>