Shades of Han Purple #441FE9
Tints of Han Purple #441FE9
RGB
CMYK
RGB Variations
Color information
#441FE9 (or 0x441FE9) is known color: Han Purple. HEX triplet: 44, 1F and E9. RGB value is (68,31,233). Sum of RGB (Red+Green+Blue) = 68+31+233=332 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.48% from 332); Green value is 31 (12.5% from 255 or 9.34% from 332); Blue value is 233 (91.41% from 255 or 70.18% from 332); Max value from RGB is 233 - color contains mainly: blue. Hex color #441FE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441FE9 is #BBE016. Grayscale: #404040. Windows color (decimal): -12312599 or 15277892. OLE color: 15277892.
HSL color Cylindrical-coordinate representation of color #441FE9: hue angle of 250.99º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #441FE9 is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 68 | 31 | 233 | - |
| CMYK | 0.71 | 0.87 | 0 | 0.09 |
| HSL | 250.99º | 0.82% | 0.52% | - |
| HSV(B) | 250.99º | 0.87% | 0.91% | - |
| XYZ | 17.58 | 8.09 | 77.73 | - |
| YUV | 65.09 | 222.76 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 31 | 233 | 0.71 | 0.87 | 0 | 0.09 | 250.99 | 0.82 | 0.52 |
| Hex | 44 | 1F | E9 | 47 | 57 | 0 | 9 | FB | 52 | 34 |
| Octal | 104 | 37 | 351 | 107 | 127 | 0 | 11 | 373 | 122 | 64 |
| Binary | 1000100 | 11111 | 11101001 | 1000111 | 1010111 | 0 | 1001 | 11111011 | 1010010 | 110100 |
Color Harmonies of #441FE9
Complementary color
Monochromatic Colors of #441FE9
Black with #441FE9
Text Example
Text Example
White with #441FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441FE9; }
p { color: rgb(68,31,233); }
H1.HeaderClassName
{
color: #441FE9;
}
.AnyTagClassName
{
color: #441FE9;
}
</style>
background-color css
<style>
a { background-color: #441FE9; }
a { background-color: rgb(68,31,233); }
div.DivClassName
{
background-color: #441FE9;
}
.BgClassName
{
background-color: #441FE9;
}
</style>
border-color css
<style>
span { border-color: #441FE9; }
span { border-color: rgb(68,31,233); }
td.TdClassName
{
border-color: #441FE9;
}
.TagClassName
{
border-color: #441FE9;
}
</style>