Shades of Han Purple #440FDA
Tints of Han Purple #440FDA
RGB
CMYK
RGB Variations
Color information
#440FDA (or 0x440FDA) is known color: Han Purple. HEX triplet: 44, 0F and DA. RGB value is (68,15,218). Sum of RGB (Red+Green+Blue) = 68+15+218=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 15 (6.25% from 255 or 4.98% from 301); Blue value is 218 (85.55% from 255 or 72.43% from 301); Max value from RGB is 218 - color contains mainly: blue. Hex color #440FDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440FDA is #BBF025. Grayscale: #353535. Windows color (decimal): -12316710 or 14290756. OLE color: 14290756.
HSL color Cylindrical-coordinate representation of color #440FDA: hue angle of 255.67º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440FDA is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 68 | 15 | 218 | - |
| CMYK | 0.69 | 0.93 | 0 | 0.15 |
| HSL | 255.67º | 0.87% | 0.46% | - |
| HSV(B) | 255.67º | 0.93% | 0.85% | - |
| XYZ | 15.21 | 6.63 | 66.81 | - |
| YUV | 53.99 | 220.56 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 15 | 218 | 0.69 | 0.93 | 0 | 0.15 | 255.67 | 0.87 | 0.46 |
| Hex | 44 | F | DA | 45 | 5D | 0 | F | 100 | 57 | 2E |
| Octal | 104 | 17 | 332 | 105 | 135 | 0 | 17 | 400 | 127 | 56 |
| Binary | 1000100 | 1111 | 11011010 | 1000101 | 1011101 | 0 | 1111 | 100000000 | 1010111 | 101110 |
Color Harmonies of #440FDA
Complementary color
Monochromatic Colors of #440FDA
Black with #440FDA
Text Example
Text Example
White with #440FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440FDA; }
p { color: rgb(68,15,218); }
H1.HeaderClassName
{
color: #440FDA;
}
.AnyTagClassName
{
color: #440FDA;
}
</style>
background-color css
<style>
a { background-color: #440FDA; }
a { background-color: rgb(68,15,218); }
div.DivClassName
{
background-color: #440FDA;
}
.BgClassName
{
background-color: #440FDA;
}
</style>
border-color css
<style>
span { border-color: #440FDA; }
span { border-color: rgb(68,15,218); }
td.TdClassName
{
border-color: #440FDA;
}
.TagClassName
{
border-color: #440FDA;
}
</style>