Shades of Han Purple #441DDF
Tints of Han Purple #441DDF
RGB
CMYK
RGB Variations
Color information
#441DDF (or 0x441DDF) is known color: Han Purple. HEX triplet: 44, 1D and DF. RGB value is (68,29,223). Sum of RGB (Red+Green+Blue) = 68+29+223=320 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.25% from 320); Green value is 29 (11.72% from 255 or 9.06% from 320); Blue value is 223 (87.5% from 255 or 69.69% from 320); Max value from RGB is 223 - color contains mainly: blue. Hex color #441DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441DDF is #BBE220. Grayscale: #3E3E3E. Windows color (decimal): -12313121 or 14622020. OLE color: 14622020.
HSL color Cylindrical-coordinate representation of color #441DDF: hue angle of 252.06º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #441DDF is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 29 | 223 | - |
| CMYK | 0.70 | 0.87 | 0 | 0.13 |
| HSL | 252.06º | 0.77% | 0.49% | - |
| HSV(B) | 252.06º | 0.87% | 0.87% | - |
| XYZ | 16.14 | 7.44 | 70.4 | - |
| YUV | 62.78 | 218.42 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 29 | 223 | 0.70 | 0.87 | 0 | 0.13 | 252.06 | 0.77 | 0.49 |
| Hex | 44 | 1D | DF | 46 | 57 | 0 | D | FC | 4D | 31 |
| Octal | 104 | 35 | 337 | 106 | 127 | 0 | 15 | 374 | 115 | 61 |
| Binary | 1000100 | 11101 | 11011111 | 1000110 | 1010111 | 0 | 1101 | 11111100 | 1001101 | 110001 |
Color Harmonies of #441DDF
Complementary color
Monochromatic Colors of #441DDF
Black with #441DDF
Text Example
Text Example
White with #441DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441DDF; }
p { color: rgb(68,29,223); }
H1.HeaderClassName
{
color: #441DDF;
}
.AnyTagClassName
{
color: #441DDF;
}
</style>
background-color css
<style>
a { background-color: #441DDF; }
a { background-color: rgb(68,29,223); }
div.DivClassName
{
background-color: #441DDF;
}
.BgClassName
{
background-color: #441DDF;
}
</style>
border-color css
<style>
span { border-color: #441DDF; }
span { border-color: rgb(68,29,223); }
td.TdClassName
{
border-color: #441DDF;
}
.TagClassName
{
border-color: #441DDF;
}
</style>