Shades of Han Purple #4400F1
Tints of Han Purple #4400F1
RGB
CMYK
RGB Variations
Color information
#4400F1 (or 0x4400F1) is known color: Han Purple. HEX triplet: 44, 00 and F1. RGB value is (68,0,241). Sum of RGB (Red+Green+Blue) = 68+0+241=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 241 (94.53% from 255 or 77.99% from 309); Max value from RGB is 241 - color contains mainly: blue. Hex color #4400F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4400F1 is #BBFF0E. Grayscale: #2E2E2E. Windows color (decimal): -12320527 or 15794244. OLE color: 15794244.
HSL color Cylindrical-coordinate representation of color #4400F1: hue angle of 256.93º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4400F1 is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 68 | 0 | 241 | - |
| CMYK | 0.72 | 1 | 0 | 0.05 |
| HSL | 256.93º | 1% | 0.47% | - |
| HSV(B) | 256.93º | 1% | 0.95% | - |
| XYZ | 18.26 | 7.58 | 83.72 | - |
| YUV | 47.81 | 237.03 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 0 | 241 | 0.72 | 1 | 0 | 0.05 | 256.93 | 1 | 0.47 |
| Hex | 44 | 0 | F1 | 48 | 64 | 0 | 5 | 101 | 64 | 2F |
| Octal | 104 | 0 | 361 | 110 | 144 | 0 | 5 | 401 | 144 | 57 |
| Binary | 1000100 | 0 | 11110001 | 1001000 | 1100100 | 0 | 101 | 100000001 | 1100100 | 101111 |
Color Harmonies of #4400F1
Complementary color
Monochromatic Colors of #4400F1
Black with #4400F1
Text Example
Text Example
White with #4400F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4400F1; }
p { color: rgb(68,0,241); }
H1.HeaderClassName
{
color: #4400F1;
}
.AnyTagClassName
{
color: #4400F1;
}
</style>
background-color css
<style>
a { background-color: #4400F1; }
a { background-color: rgb(68,0,241); }
div.DivClassName
{
background-color: #4400F1;
}
.BgClassName
{
background-color: #4400F1;
}
</style>
border-color css
<style>
span { border-color: #4400F1; }
span { border-color: rgb(68,0,241); }
td.TdClassName
{
border-color: #4400F1;
}
.TagClassName
{
border-color: #4400F1;
}
</style>