Shades of Han Purple #440DFA
Tints of Han Purple #440DFA
RGB
CMYK
RGB Variations
Color information
#440DFA (or 0x440DFA) is known color: Han Purple. HEX triplet: 44, 0D and FA. RGB value is (68,13,250). Sum of RGB (Red+Green+Blue) = 68+13+250=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 13 (5.47% from 255 or 3.93% from 331); Blue value is 250 (98.05% from 255 or 75.53% from 331); Max value from RGB is 250 - color contains mainly: blue. Hex color #440DFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #440DFA is #BBF205. Grayscale: #373737. Windows color (decimal): -12317190 or 16387396. OLE color: 16387396.
HSL color Cylindrical-coordinate representation of color #440DFA: hue angle of 253.92º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440DFA is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 13 | 250 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.02 |
| HSL | 253.92º | 0.96% | 0.52% | - |
| HSV(B) | 253.92º | 0.95% | 0.98% | - |
| XYZ | 19.78 | 8.42 | 91.02 | - |
| YUV | 56.46 | 237.22 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 13 | 250 | 0.73 | 0.95 | 0 | 0.02 | 253.92 | 0.96 | 0.52 |
| Hex | 44 | D | FA | 49 | 5F | 0 | 2 | FE | 60 | 34 |
| Octal | 104 | 15 | 372 | 111 | 137 | 0 | 2 | 376 | 140 | 64 |
| Binary | 1000100 | 1101 | 11111010 | 1001001 | 1011111 | 0 | 10 | 11111110 | 1100000 | 110100 |
Color Harmonies of #440DFA
Complementary color
Monochromatic Colors of #440DFA
Black with #440DFA
Text Example
Text Example
White with #440DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440DFA; }
p { color: rgb(68,13,250); }
H1.HeaderClassName
{
color: #440DFA;
}
.AnyTagClassName
{
color: #440DFA;
}
</style>
background-color css
<style>
a { background-color: #440DFA; }
a { background-color: rgb(68,13,250); }
div.DivClassName
{
background-color: #440DFA;
}
.BgClassName
{
background-color: #440DFA;
}
</style>
border-color css
<style>
span { border-color: #440DFA; }
span { border-color: rgb(68,13,250); }
td.TdClassName
{
border-color: #440DFA;
}
.TagClassName
{
border-color: #440DFA;
}
</style>