Shades of Han Purple #441DFB
Tints of Han Purple #441DFB
RGB
CMYK
RGB Variations
Color information
#441DFB (or 0x441DFB) is known color: Han Purple. HEX triplet: 44, 1D and FB. RGB value is (68,29,251). Sum of RGB (Red+Green+Blue) = 68+29+251=348 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.54% from 348); Green value is 29 (11.72% from 255 or 8.33% from 348); Blue value is 251 (98.44% from 255 or 72.13% from 348); Max value from RGB is 251 - color contains mainly: blue. Hex color #441DFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441DFB is #BBE204. Grayscale: #414141. Windows color (decimal): -12313093 or 16457028. OLE color: 16457028.
HSL color Cylindrical-coordinate representation of color #441DFB: hue angle of 250.54º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #441DFB is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 29 | 251 | - |
| CMYK | 0.73 | 0.88 | 0 | 0.02 |
| HSL | 250.54º | 0.97% | 0.55% | - |
| HSV(B) | 250.54º | 0.88% | 0.98% | - |
| XYZ | 20.24 | 9.07 | 91.95 | - |
| YUV | 65.97 | 232.42 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 29 | 251 | 0.73 | 0.88 | 0 | 0.02 | 250.54 | 0.97 | 0.55 |
| Hex | 44 | 1D | FB | 49 | 58 | 0 | 2 | FB | 61 | 37 |
| Octal | 104 | 35 | 373 | 111 | 130 | 0 | 2 | 373 | 141 | 67 |
| Binary | 1000100 | 11101 | 11111011 | 1001001 | 1011000 | 0 | 10 | 11111011 | 1100001 | 110111 |
Color Harmonies of #441DFB
Complementary color
Monochromatic Colors of #441DFB
Black with #441DFB
Text Example
Text Example
White with #441DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441DFB; }
p { color: rgb(68,29,251); }
H1.HeaderClassName
{
color: #441DFB;
}
.AnyTagClassName
{
color: #441DFB;
}
</style>
background-color css
<style>
a { background-color: #441DFB; }
a { background-color: rgb(68,29,251); }
div.DivClassName
{
background-color: #441DFB;
}
.BgClassName
{
background-color: #441DFB;
}
</style>
border-color css
<style>
span { border-color: #441DFB; }
span { border-color: rgb(68,29,251); }
td.TdClassName
{
border-color: #441DFB;
}
.TagClassName
{
border-color: #441DFB;
}
</style>