Shades of Han Purple #441FFD
Tints of Han Purple #441FFD
RGB
CMYK
RGB Variations
Color information
#441FFD (or 0x441FFD) is known color: Han Purple. HEX triplet: 44, 1F and FD. RGB value is (68,31,253). Sum of RGB (Red+Green+Blue) = 68+31+253=352 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.32% from 352); Green value is 31 (12.5% from 255 or 8.81% from 352); Blue value is 253 (99.22% from 255 or 71.88% from 352); Max value from RGB is 253 - color contains mainly: blue. Hex color #441FFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441FFD is #BBE002. Grayscale: #424242. Windows color (decimal): -12312579 or 16588612. OLE color: 16588612.
HSL color Cylindrical-coordinate representation of color #441FFD: hue angle of 250º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #441FFD is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 31 | 253 | - |
| CMYK | 0.73 | 0.88 | 0 | 0.01 |
| HSL | 250º | 0.98% | 0.56% | - |
| HSV(B) | 250º | 0.88% | 0.99% | - |
| XYZ | 20.6 | 9.3 | 93.64 | - |
| YUV | 67.37 | 232.76 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 31 | 253 | 0.73 | 0.88 | 0 | 0.01 | 250 | 0.98 | 0.56 |
| Hex | 44 | 1F | FD | 49 | 58 | 0 | 1 | FA | 62 | 38 |
| Octal | 104 | 37 | 375 | 111 | 130 | 0 | 1 | 372 | 142 | 70 |
| Binary | 1000100 | 11111 | 11111101 | 1001001 | 1011000 | 0 | 1 | 11111010 | 1100010 | 111000 |
Color Harmonies of #441FFD
Complementary color
Monochromatic Colors of #441FFD
Black with #441FFD
Text Example
Text Example
White with #441FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441FFD; }
p { color: rgb(68,31,253); }
H1.HeaderClassName
{
color: #441FFD;
}
.AnyTagClassName
{
color: #441FFD;
}
</style>
background-color css
<style>
a { background-color: #441FFD; }
a { background-color: rgb(68,31,253); }
div.DivClassName
{
background-color: #441FFD;
}
.BgClassName
{
background-color: #441FFD;
}
</style>
border-color css
<style>
span { border-color: #441FFD; }
span { border-color: rgb(68,31,253); }
td.TdClassName
{
border-color: #441FFD;
}
.TagClassName
{
border-color: #441FFD;
}
</style>