Shades of Han Purple #440FFD
Tints of Han Purple #440FFD
RGB
CMYK
RGB Variations
Color information
#440FFD (or 0x440FFD) is known color: Han Purple. HEX triplet: 44, 0F and FD. RGB value is (68,15,253). Sum of RGB (Red+Green+Blue) = 68+15+253=336 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.24% from 336); Green value is 15 (6.25% from 255 or 4.46% from 336); Blue value is 253 (99.22% from 255 or 75.30% from 336); Max value from RGB is 253 - color contains mainly: blue. Hex color #440FFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #440FFD is #BBF002. Grayscale: #393939. Windows color (decimal): -12316675 or 16584516. OLE color: 16584516.
HSL color Cylindrical-coordinate representation of color #440FFD: hue angle of 253.36º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440FFD is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 15 | 253 | - |
| CMYK | 0.73 | 0.94 | 0 | 0.01 |
| HSL | 253.36º | 0.98% | 0.53% | - |
| HSV(B) | 253.36º | 0.94% | 0.99% | - |
| XYZ | 20.28 | 8.66 | 93.53 | - |
| YUV | 57.98 | 238.06 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 15 | 253 | 0.73 | 0.94 | 0 | 0.01 | 253.36 | 0.98 | 0.53 |
| Hex | 44 | F | FD | 49 | 5E | 0 | 1 | FD | 62 | 35 |
| Octal | 104 | 17 | 375 | 111 | 136 | 0 | 1 | 375 | 142 | 65 |
| Binary | 1000100 | 1111 | 11111101 | 1001001 | 1011110 | 0 | 1 | 11111101 | 1100010 | 110101 |
Color Harmonies of #440FFD
Complementary color
Monochromatic Colors of #440FFD
Black with #440FFD
Text Example
Text Example
White with #440FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440FFD; }
p { color: rgb(68,15,253); }
H1.HeaderClassName
{
color: #440FFD;
}
.AnyTagClassName
{
color: #440FFD;
}
</style>
background-color css
<style>
a { background-color: #440FFD; }
a { background-color: rgb(68,15,253); }
div.DivClassName
{
background-color: #440FFD;
}
.BgClassName
{
background-color: #440FFD;
}
</style>
border-color css
<style>
span { border-color: #440FFD; }
span { border-color: rgb(68,15,253); }
td.TdClassName
{
border-color: #440FFD;
}
.TagClassName
{
border-color: #440FFD;
}
</style>