Shades of Han Purple #441FF8
Tints of Han Purple #441FF8
RGB
CMYK
RGB Variations
Color information
#441FF8 (or 0x441FF8) is known color: Han Purple. HEX triplet: 44, 1F and F8. RGB value is (68,31,248). Sum of RGB (Red+Green+Blue) = 68+31+248=347 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.60% from 347); Green value is 31 (12.5% from 255 or 8.93% from 347); Blue value is 248 (97.27% from 255 or 71.47% from 347); Max value from RGB is 248 - color contains mainly: blue. Hex color #441FF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441FF8 is #BBE007. Grayscale: #414141. Windows color (decimal): -12312584 or 16260932. OLE color: 16260932.
HSL color Cylindrical-coordinate representation of color #441FF8: hue angle of 250.23º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #441FF8 is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 68 | 31 | 248 | - |
| CMYK | 0.73 | 0.88 | 0 | 0.03 |
| HSL | 250.23º | 0.94% | 0.55% | - |
| HSV(B) | 250.23º | 0.88% | 0.97% | - |
| XYZ | 19.82 | 8.99 | 89.5 | - |
| YUV | 66.8 | 230.26 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 31 | 248 | 0.73 | 0.88 | 0 | 0.03 | 250.23 | 0.94 | 0.55 |
| Hex | 44 | 1F | F8 | 49 | 58 | 0 | 3 | FA | 5E | 37 |
| Octal | 104 | 37 | 370 | 111 | 130 | 0 | 3 | 372 | 136 | 67 |
| Binary | 1000100 | 11111 | 11111000 | 1001001 | 1011000 | 0 | 11 | 11111010 | 1011110 | 110111 |
Color Harmonies of #441FF8
Complementary color
Monochromatic Colors of #441FF8
Black with #441FF8
Text Example
Text Example
White with #441FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441FF8; }
p { color: rgb(68,31,248); }
H1.HeaderClassName
{
color: #441FF8;
}
.AnyTagClassName
{
color: #441FF8;
}
</style>
background-color css
<style>
a { background-color: #441FF8; }
a { background-color: rgb(68,31,248); }
div.DivClassName
{
background-color: #441FF8;
}
.BgClassName
{
background-color: #441FF8;
}
</style>
border-color css
<style>
span { border-color: #441FF8; }
span { border-color: rgb(68,31,248); }
td.TdClassName
{
border-color: #441FF8;
}
.TagClassName
{
border-color: #441FF8;
}
</style>