Shades of Han Purple #440AF1
Tints of Han Purple #440AF1
RGB
CMYK
RGB Variations
Color information
#440AF1 (or 0x440AF1) is known color: Han Purple. HEX triplet: 44, 0A and F1. RGB value is (68,10,241). Sum of RGB (Red+Green+Blue) = 68+10+241=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 10 (4.30% from 255 or 3.13% from 319); Blue value is 241 (94.53% from 255 or 75.55% from 319); Max value from RGB is 241 - color contains mainly: blue. Hex color #440AF1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #440AF1 is #BBF50E. Grayscale: #343434. Windows color (decimal): -12317967 or 15796804. OLE color: 15796804.
HSL color Cylindrical-coordinate representation of color #440AF1: hue angle of 255.06º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #440AF1 is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 68 | 10 | 241 | - |
| CMYK | 0.72 | 0.96 | 0 | 0.05 |
| HSL | 255.06º | 0.92% | 0.49% | - |
| HSV(B) | 255.06º | 0.96% | 0.95% | - |
| XYZ | 18.37 | 7.8 | 83.76 | - |
| YUV | 53.68 | 233.72 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 10 | 241 | 0.72 | 0.96 | 0 | 0.05 | 255.06 | 0.92 | 0.49 |
| Hex | 44 | A | F1 | 48 | 60 | 0 | 5 | FF | 5C | 31 |
| Octal | 104 | 12 | 361 | 110 | 140 | 0 | 5 | 377 | 134 | 61 |
| Binary | 1000100 | 1010 | 11110001 | 1001000 | 1100000 | 0 | 101 | 11111111 | 1011100 | 110001 |
Color Harmonies of #440AF1
Complementary color
Monochromatic Colors of #440AF1
Black with #440AF1
Text Example
Text Example
White with #440AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440AF1; }
p { color: rgb(68,10,241); }
H1.HeaderClassName
{
color: #440AF1;
}
.AnyTagClassName
{
color: #440AF1;
}
</style>
background-color css
<style>
a { background-color: #440AF1; }
a { background-color: rgb(68,10,241); }
div.DivClassName
{
background-color: #440AF1;
}
.BgClassName
{
background-color: #440AF1;
}
</style>
border-color css
<style>
span { border-color: #440AF1; }
span { border-color: rgb(68,10,241); }
td.TdClassName
{
border-color: #440AF1;
}
.TagClassName
{
border-color: #440AF1;
}
</style>