Shades of Han Purple #411BFE
Tints of Han Purple #411BFE
RGB
CMYK
RGB Variations
Color information
#411BFE (or 0x411BFE) is known color: Han Purple. HEX triplet: 41, 1B and FE. RGB value is (65,27,254). Sum of RGB (Red+Green+Blue) = 65+27+254=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 27 (10.94% from 255 or 7.80% from 346); Blue value is 254 (99.61% from 255 or 73.41% from 346); Max value from RGB is 254 - color contains mainly: blue. Hex color #411BFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411BFE is #BEE401. Grayscale: #3F3F3F. Windows color (decimal): -12510210 or 16653121. OLE color: 16653121.
HSL color Cylindrical-coordinate representation of color #411BFE: hue angle of 250.04º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #411BFE is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 27 | 254 | - |
| CMYK | 0.74 | 0.89 | 0 | 0.00 |
| HSL | 250.04º | 0.99% | 0.55% | - |
| HSV(B) | 250.04º | 0.89% | 1% | - |
| XYZ | 20.46 | 9.06 | 94.44 | - |
| YUV | 64.24 | 235.09 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 27 | 254 | 0.74 | 0.89 | 0 | 0.00 | 250.04 | 0.99 | 0.55 |
| Hex | 41 | 1B | FE | 4A | 59 | 0 | 0 | FA | 63 | 37 |
| Octal | 101 | 33 | 376 | 112 | 131 | 0 | 0 | 372 | 143 | 67 |
| Binary | 1000001 | 11011 | 11111110 | 1001010 | 1011001 | 0 | 0 | 11111010 | 1100011 | 110111 |
Color Harmonies of #411BFE
Complementary color
Monochromatic Colors of #411BFE
Black with #411BFE
Text Example
Text Example
White with #411BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411BFE; }
p { color: rgb(65,27,254); }
H1.HeaderClassName
{
color: #411BFE;
}
.AnyTagClassName
{
color: #411BFE;
}
</style>
background-color css
<style>
a { background-color: #411BFE; }
a { background-color: rgb(65,27,254); }
div.DivClassName
{
background-color: #411BFE;
}
.BgClassName
{
background-color: #411BFE;
}
</style>
border-color css
<style>
span { border-color: #411BFE; }
span { border-color: rgb(65,27,254); }
td.TdClassName
{
border-color: #411BFE;
}
.TagClassName
{
border-color: #411BFE;
}
</style>