Shades of Han Purple #441FFC
Tints of Han Purple #441FFC
RGB
CMYK
RGB Variations
Color information
#441FFC (or 0x441FFC) is known color: Han Purple. HEX triplet: 44, 1F and FC. RGB value is (68,31,252). Sum of RGB (Red+Green+Blue) = 68+31+252=351 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.37% from 351); Green value is 31 (12.5% from 255 or 8.83% from 351); Blue value is 252 (98.83% from 255 or 71.79% from 351); Max value from RGB is 252 - color contains mainly: blue. Hex color #441FFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441FFC is #BBE003. Grayscale: #424242. Windows color (decimal): -12312580 or 16523076. OLE color: 16523076.
HSL color Cylindrical-coordinate representation of color #441FFC: hue angle of 250.05º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #441FFC is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 31 | 252 | - |
| CMYK | 0.73 | 0.88 | 0 | 0.01 |
| HSL | 250.05º | 0.97% | 0.55% | - |
| HSV(B) | 250.05º | 0.88% | 0.99% | - |
| XYZ | 20.44 | 9.24 | 92.8 | - |
| YUV | 67.26 | 232.26 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 31 | 252 | 0.73 | 0.88 | 0 | 0.01 | 250.05 | 0.97 | 0.55 |
| Hex | 44 | 1F | FC | 49 | 58 | 0 | 1 | FA | 61 | 37 |
| Octal | 104 | 37 | 374 | 111 | 130 | 0 | 1 | 372 | 141 | 67 |
| Binary | 1000100 | 11111 | 11111100 | 1001001 | 1011000 | 0 | 1 | 11111010 | 1100001 | 110111 |
Color Harmonies of #441FFC
Complementary color
Monochromatic Colors of #441FFC
Black with #441FFC
Text Example
Text Example
White with #441FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441FFC; }
p { color: rgb(68,31,252); }
H1.HeaderClassName
{
color: #441FFC;
}
.AnyTagClassName
{
color: #441FFC;
}
</style>
background-color css
<style>
a { background-color: #441FFC; }
a { background-color: rgb(68,31,252); }
div.DivClassName
{
background-color: #441FFC;
}
.BgClassName
{
background-color: #441FFC;
}
</style>
border-color css
<style>
span { border-color: #441FFC; }
span { border-color: rgb(68,31,252); }
td.TdClassName
{
border-color: #441FFC;
}
.TagClassName
{
border-color: #441FFC;
}
</style>