Shades of Han Purple #411BF5
Tints of Han Purple #411BF5
RGB
CMYK
RGB Variations
Color information
#411BF5 (or 0x411BF5) is known color: Han Purple. HEX triplet: 41, 1B and F5. RGB value is (65,27,245). Sum of RGB (Red+Green+Blue) = 65+27+245=337 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.29% from 337); Green value is 27 (10.94% from 255 or 8.01% from 337); Blue value is 245 (96.09% from 255 or 72.70% from 337); Max value from RGB is 245 - color contains mainly: blue. Hex color #411BF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411BF5 is #BEE40A. Grayscale: #3E3E3E. Windows color (decimal): -12510219 or 16063297. OLE color: 16063297.
HSL color Cylindrical-coordinate representation of color #411BF5: hue angle of 250.46º 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 #411BF5 is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 65 | 27 | 245 | - |
| CMYK | 0.73 | 0.89 | 0 | 0.04 |
| HSL | 250.46º | 0.92% | 0.53% | - |
| HSV(B) | 250.46º | 0.89% | 0.96% | - |
| XYZ | 19.05 | 8.5 | 87.02 | - |
| YUV | 63.21 | 230.59 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 27 | 245 | 0.73 | 0.89 | 0 | 0.04 | 250.46 | 0.92 | 0.53 |
| Hex | 41 | 1B | F5 | 49 | 59 | 0 | 4 | FA | 5C | 35 |
| Octal | 101 | 33 | 365 | 111 | 131 | 0 | 4 | 372 | 134 | 65 |
| Binary | 1000001 | 11011 | 11110101 | 1001001 | 1011001 | 0 | 100 | 11111010 | 1011100 | 110101 |
Color Harmonies of #411BF5
Complementary color
Monochromatic Colors of #411BF5
Black with #411BF5
Text Example
Text Example
White with #411BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411BF5; }
p { color: rgb(65,27,245); }
H1.HeaderClassName
{
color: #411BF5;
}
.AnyTagClassName
{
color: #411BF5;
}
</style>
background-color css
<style>
a { background-color: #411BF5; }
a { background-color: rgb(65,27,245); }
div.DivClassName
{
background-color: #411BF5;
}
.BgClassName
{
background-color: #411BF5;
}
</style>
border-color css
<style>
span { border-color: #411BF5; }
span { border-color: rgb(65,27,245); }
td.TdClassName
{
border-color: #411BF5;
}
.TagClassName
{
border-color: #411BF5;
}
</style>