Shades of Han Purple #441DF3
Tints of Han Purple #441DF3
RGB
CMYK
RGB Variations
Color information
#441DF3 (or 0x441DF3) is known color: Han Purple. HEX triplet: 44, 1D and F3. RGB value is (68,29,243). Sum of RGB (Red+Green+Blue) = 68+29+243=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 29 (11.72% from 255 or 8.53% from 340); Blue value is 243 (95.31% from 255 or 71.47% from 340); Max value from RGB is 243 - color contains mainly: blue. Hex color #441DF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441DF3 is #BBE20C. Grayscale: #404040. Windows color (decimal): -12313101 or 15932740. OLE color: 15932740.
HSL color Cylindrical-coordinate representation of color #441DF3: hue angle of 250.93º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #441DF3 is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 68 | 29 | 243 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.05 |
| HSL | 250.93º | 0.9% | 0.53% | - |
| HSV(B) | 250.93º | 0.88% | 0.95% | - |
| XYZ | 19 | 8.58 | 85.45 | - |
| YUV | 65.06 | 228.42 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 29 | 243 | 0.72 | 0.88 | 0 | 0.05 | 250.93 | 0.9 | 0.53 |
| Hex | 44 | 1D | F3 | 48 | 58 | 0 | 5 | FB | 5A | 35 |
| Octal | 104 | 35 | 363 | 110 | 130 | 0 | 5 | 373 | 132 | 65 |
| Binary | 1000100 | 11101 | 11110011 | 1001000 | 1011000 | 0 | 101 | 11111011 | 1011010 | 110101 |
Color Harmonies of #441DF3
Complementary color
Monochromatic Colors of #441DF3
Black with #441DF3
Text Example
Text Example
White with #441DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441DF3; }
p { color: rgb(68,29,243); }
H1.HeaderClassName
{
color: #441DF3;
}
.AnyTagClassName
{
color: #441DF3;
}
</style>
background-color css
<style>
a { background-color: #441DF3; }
a { background-color: rgb(68,29,243); }
div.DivClassName
{
background-color: #441DF3;
}
.BgClassName
{
background-color: #441DF3;
}
</style>
border-color css
<style>
span { border-color: #441DF3; }
span { border-color: rgb(68,29,243); }
td.TdClassName
{
border-color: #441DF3;
}
.TagClassName
{
border-color: #441DF3;
}
</style>