Shades of Han Purple #441FF1
Tints of Han Purple #441FF1
RGB
CMYK
RGB Variations
Color information
#441FF1 (or 0x441FF1) is known color: Han Purple. HEX triplet: 44, 1F and F1. RGB value is (68,31,241). Sum of RGB (Red+Green+Blue) = 68+31+241=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 31 (12.5% from 255 or 9.12% from 340); Blue value is 241 (94.53% from 255 or 70.88% from 340); Max value from RGB is 241 - color contains mainly: blue. Hex color #441FF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441FF1 is #BBE00E. Grayscale: #414141. Windows color (decimal): -12312591 or 15802180. OLE color: 15802180.
HSL color Cylindrical-coordinate representation of color #441FF1: hue angle of 250.57º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #441FF1 is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 68 | 31 | 241 | - |
| CMYK | 0.72 | 0.87 | 0 | 0.05 |
| HSL | 250.57º | 0.88% | 0.53% | - |
| HSV(B) | 250.57º | 0.87% | 0.95% | - |
| XYZ | 18.75 | 8.56 | 83.88 | - |
| YUV | 66 | 226.76 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 31 | 241 | 0.72 | 0.87 | 0 | 0.05 | 250.57 | 0.88 | 0.53 |
| Hex | 44 | 1F | F1 | 48 | 57 | 0 | 5 | FB | 58 | 35 |
| Octal | 104 | 37 | 361 | 110 | 127 | 0 | 5 | 373 | 130 | 65 |
| Binary | 1000100 | 11111 | 11110001 | 1001000 | 1010111 | 0 | 101 | 11111011 | 1011000 | 110101 |
Color Harmonies of #441FF1
Complementary color
Monochromatic Colors of #441FF1
Black with #441FF1
Text Example
Text Example
White with #441FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441FF1; }
p { color: rgb(68,31,241); }
H1.HeaderClassName
{
color: #441FF1;
}
.AnyTagClassName
{
color: #441FF1;
}
</style>
background-color css
<style>
a { background-color: #441FF1; }
a { background-color: rgb(68,31,241); }
div.DivClassName
{
background-color: #441FF1;
}
.BgClassName
{
background-color: #441FF1;
}
</style>
border-color css
<style>
span { border-color: #441FF1; }
span { border-color: rgb(68,31,241); }
td.TdClassName
{
border-color: #441FF1;
}
.TagClassName
{
border-color: #441FF1;
}
</style>