Shades of Han Purple #440FF2
Tints of Han Purple #440FF2
RGB
CMYK
RGB Variations
Color information
#440FF2 (or 0x440FF2) is known color: Han Purple. HEX triplet: 44, 0F and F2. RGB value is (68,15,242). Sum of RGB (Red+Green+Blue) = 68+15+242=325 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.92% from 325); Green value is 15 (6.25% from 255 or 4.62% from 325); Blue value is 242 (94.92% from 255 or 74.46% from 325); Max value from RGB is 242 - color contains mainly: blue. Hex color #440FF2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #440FF2 is #BBF00D. Grayscale: #373737. Windows color (decimal): -12316686 or 15863620. OLE color: 15863620.
HSL color Cylindrical-coordinate representation of color #440FF2: hue angle of 254.01º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440FF2 is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 68 | 15 | 242 | - |
| CMYK | 0.72 | 0.94 | 0 | 0.05 |
| HSL | 254.01º | 0.9% | 0.5% | - |
| HSV(B) | 254.01º | 0.94% | 0.95% | - |
| XYZ | 18.58 | 7.98 | 84.57 | - |
| YUV | 56.73 | 232.56 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 15 | 242 | 0.72 | 0.94 | 0 | 0.05 | 254.01 | 0.9 | 0.5 |
| Hex | 44 | F | F2 | 48 | 5E | 0 | 5 | FE | 5A | 32 |
| Octal | 104 | 17 | 362 | 110 | 136 | 0 | 5 | 376 | 132 | 62 |
| Binary | 1000100 | 1111 | 11110010 | 1001000 | 1011110 | 0 | 101 | 11111110 | 1011010 | 110010 |
Color Harmonies of #440FF2
Complementary color
Monochromatic Colors of #440FF2
Black with #440FF2
Text Example
Text Example
White with #440FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440FF2; }
p { color: rgb(68,15,242); }
H1.HeaderClassName
{
color: #440FF2;
}
.AnyTagClassName
{
color: #440FF2;
}
</style>
background-color css
<style>
a { background-color: #440FF2; }
a { background-color: rgb(68,15,242); }
div.DivClassName
{
background-color: #440FF2;
}
.BgClassName
{
background-color: #440FF2;
}
</style>
border-color css
<style>
span { border-color: #440FF2; }
span { border-color: rgb(68,15,242); }
td.TdClassName
{
border-color: #440FF2;
}
.TagClassName
{
border-color: #440FF2;
}
</style>