Shades of Han Purple #440DFE
Tints of Han Purple #440DFE
RGB
CMYK
RGB Variations
Color information
#440DFE (or 0x440DFE) is known color: Han Purple. HEX triplet: 44, 0D and FE. RGB value is (68,13,254). Sum of RGB (Red+Green+Blue) = 68+13+254=335 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.30% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 254 (99.61% from 255 or 75.82% from 335); Max value from RGB is 254 - color contains mainly: blue. Hex color #440DFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #440DFE is #BBF201. Grayscale: #383838. Windows color (decimal): -12317186 or 16649540. OLE color: 16649540.
HSL color Cylindrical-coordinate representation of color #440DFE: hue angle of 253.69º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440DFE is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 13 | 254 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.00 |
| HSL | 253.69º | 0.99% | 0.52% | - |
| HSV(B) | 253.69º | 0.95% | 1% | - |
| XYZ | 20.42 | 8.67 | 94.36 | - |
| YUV | 56.92 | 239.22 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 13 | 254 | 0.73 | 0.95 | 0 | 0.00 | 253.69 | 0.99 | 0.52 |
| Hex | 44 | D | FE | 49 | 5F | 0 | 0 | FE | 63 | 34 |
| Octal | 104 | 15 | 376 | 111 | 137 | 0 | 0 | 376 | 143 | 64 |
| Binary | 1000100 | 1101 | 11111110 | 1001001 | 1011111 | 0 | 0 | 11111110 | 1100011 | 110100 |
Color Harmonies of #440DFE
Complementary color
Monochromatic Colors of #440DFE
Black with #440DFE
Text Example
Text Example
White with #440DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440DFE; }
p { color: rgb(68,13,254); }
H1.HeaderClassName
{
color: #440DFE;
}
.AnyTagClassName
{
color: #440DFE;
}
</style>
background-color css
<style>
a { background-color: #440DFE; }
a { background-color: rgb(68,13,254); }
div.DivClassName
{
background-color: #440DFE;
}
.BgClassName
{
background-color: #440DFE;
}
</style>
border-color css
<style>
span { border-color: #440DFE; }
span { border-color: rgb(68,13,254); }
td.TdClassName
{
border-color: #440DFE;
}
.TagClassName
{
border-color: #440DFE;
}
</style>