Shades of Han Purple #441FF3
Tints of Han Purple #441FF3
RGB
CMYK
RGB Variations
Color information
#441FF3 (or 0x441FF3) is known color: Han Purple. HEX triplet: 44, 1F and F3. RGB value is (68,31,243). Sum of RGB (Red+Green+Blue) = 68+31+243=342 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.88% from 342); Green value is 31 (12.5% from 255 or 9.06% from 342); Blue value is 243 (95.31% from 255 or 71.05% from 342); Max value from RGB is 243 - color contains mainly: blue. Hex color #441FF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441FF3 is #BBE00C. Grayscale: #414141. Windows color (decimal): -12312589 or 15933252. OLE color: 15933252.
HSL color Cylindrical-coordinate representation of color #441FF3: hue angle of 250.47º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #441FF3 is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 68 | 31 | 243 | - |
| CMYK | 0.72 | 0.87 | 0 | 0.05 |
| HSL | 250.47º | 0.9% | 0.54% | - |
| HSV(B) | 250.47º | 0.87% | 0.95% | - |
| XYZ | 19.05 | 8.68 | 85.47 | - |
| YUV | 66.23 | 227.76 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 31 | 243 | 0.72 | 0.87 | 0 | 0.05 | 250.47 | 0.9 | 0.54 |
| Hex | 44 | 1F | F3 | 48 | 57 | 0 | 5 | FA | 5A | 36 |
| Octal | 104 | 37 | 363 | 110 | 127 | 0 | 5 | 372 | 132 | 66 |
| Binary | 1000100 | 11111 | 11110011 | 1001000 | 1010111 | 0 | 101 | 11111010 | 1011010 | 110110 |
Color Harmonies of #441FF3
Complementary color
Monochromatic Colors of #441FF3
Black with #441FF3
Text Example
Text Example
White with #441FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441FF3; }
p { color: rgb(68,31,243); }
H1.HeaderClassName
{
color: #441FF3;
}
.AnyTagClassName
{
color: #441FF3;
}
</style>
background-color css
<style>
a { background-color: #441FF3; }
a { background-color: rgb(68,31,243); }
div.DivClassName
{
background-color: #441FF3;
}
.BgClassName
{
background-color: #441FF3;
}
</style>
border-color css
<style>
span { border-color: #441FF3; }
span { border-color: rgb(68,31,243); }
td.TdClassName
{
border-color: #441FF3;
}
.TagClassName
{
border-color: #441FF3;
}
</style>