Shades of Han Purple #440FF3
Tints of Han Purple #440FF3
RGB
CMYK
RGB Variations
Color information
#440FF3 (or 0x440FF3) is known color: Han Purple. HEX triplet: 44, 0F and F3. RGB value is (68,15,243). Sum of RGB (Red+Green+Blue) = 68+15+243=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 15 (6.25% from 255 or 4.60% from 326); Blue value is 243 (95.31% from 255 or 74.54% from 326); Max value from RGB is 243 - color contains mainly: blue. Hex color #440FF3 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #440FF3 is #BBF00C. Grayscale: #373737. Windows color (decimal): -12316685 or 15929156. OLE color: 15929156.
HSL color Cylindrical-coordinate representation of color #440FF3: hue angle of 253.95º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440FF3 is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 68 | 15 | 243 | - |
| CMYK | 0.72 | 0.94 | 0 | 0.05 |
| HSL | 253.95º | 0.9% | 0.51% | - |
| HSV(B) | 253.95º | 0.94% | 0.95% | - |
| XYZ | 18.73 | 8.04 | 85.36 | - |
| YUV | 56.84 | 233.06 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 15 | 243 | 0.72 | 0.94 | 0 | 0.05 | 253.95 | 0.9 | 0.51 |
| Hex | 44 | F | F3 | 48 | 5E | 0 | 5 | FE | 5A | 33 |
| Octal | 104 | 17 | 363 | 110 | 136 | 0 | 5 | 376 | 132 | 63 |
| Binary | 1000100 | 1111 | 11110011 | 1001000 | 1011110 | 0 | 101 | 11111110 | 1011010 | 110011 |
Color Harmonies of #440FF3
Complementary color
Monochromatic Colors of #440FF3
Black with #440FF3
Text Example
Text Example
White with #440FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440FF3; }
p { color: rgb(68,15,243); }
H1.HeaderClassName
{
color: #440FF3;
}
.AnyTagClassName
{
color: #440FF3;
}
</style>
background-color css
<style>
a { background-color: #440FF3; }
a { background-color: rgb(68,15,243); }
div.DivClassName
{
background-color: #440FF3;
}
.BgClassName
{
background-color: #440FF3;
}
</style>
border-color css
<style>
span { border-color: #440FF3; }
span { border-color: rgb(68,15,243); }
td.TdClassName
{
border-color: #440FF3;
}
.TagClassName
{
border-color: #440FF3;
}
</style>