Shades of Han Purple #441FFE
Tints of Han Purple #441FFE
RGB
CMYK
RGB Variations
Color information
#441FFE (or 0x441FFE) is known color: Han Purple. HEX triplet: 44, 1F and FE. RGB value is (68,31,254). Sum of RGB (Red+Green+Blue) = 68+31+254=353 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.26% from 353); Green value is 31 (12.5% from 255 or 8.78% from 353); Blue value is 254 (99.61% from 255 or 71.95% from 353); Max value from RGB is 254 - color contains mainly: blue. Hex color #441FFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441FFE is #BBE001. Grayscale: #424242. Windows color (decimal): -12312578 or 16654148. OLE color: 16654148.
HSL color Cylindrical-coordinate representation of color #441FFE: hue angle of 249.96º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #441FFE is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 31 | 254 | - |
| CMYK | 0.73 | 0.88 | 0 | 0.00 |
| HSL | 249.96º | 0.99% | 0.56% | - |
| HSV(B) | 249.96º | 0.88% | 1% | - |
| XYZ | 20.76 | 9.36 | 94.48 | - |
| YUV | 67.49 | 233.26 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 31 | 254 | 0.73 | 0.88 | 0 | 0.00 | 249.96 | 0.99 | 0.56 |
| Hex | 44 | 1F | FE | 49 | 58 | 0 | 0 | FA | 63 | 38 |
| Octal | 104 | 37 | 376 | 111 | 130 | 0 | 0 | 372 | 143 | 70 |
| Binary | 1000100 | 11111 | 11111110 | 1001001 | 1011000 | 0 | 0 | 11111010 | 1100011 | 111000 |
Color Harmonies of #441FFE
Complementary color
Monochromatic Colors of #441FFE
Black with #441FFE
Text Example
Text Example
White with #441FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441FFE; }
p { color: rgb(68,31,254); }
H1.HeaderClassName
{
color: #441FFE;
}
.AnyTagClassName
{
color: #441FFE;
}
</style>
background-color css
<style>
a { background-color: #441FFE; }
a { background-color: rgb(68,31,254); }
div.DivClassName
{
background-color: #441FFE;
}
.BgClassName
{
background-color: #441FFE;
}
</style>
border-color css
<style>
span { border-color: #441FFE; }
span { border-color: rgb(68,31,254); }
td.TdClassName
{
border-color: #441FFE;
}
.TagClassName
{
border-color: #441FFE;
}
</style>