Shades of Han Purple #4404FE
Tints of Han Purple #4404FE
RGB
CMYK
RGB Variations
Color information
#4404FE (or 0x4404FE) is known color: Han Purple. HEX triplet: 44, 04 and FE. RGB value is (68,4,254). Sum of RGB (Red+Green+Blue) = 68+4+254=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 4 (1.95% from 255 or 1.23% from 326); Blue value is 254 (99.61% from 255 or 77.91% from 326); Max value from RGB is 254 - color contains mainly: blue. Hex color #4404FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4404FE is #BBFB01. Grayscale: #323232. Windows color (decimal): -12319490 or 16647236. OLE color: 16647236.
HSL color Cylindrical-coordinate representation of color #4404FE: hue angle of 255.36º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4404FE is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 4 | 254 | - |
| CMYK | 0.73 | 0.98 | 0 | 0.00 |
| HSL | 255.36º | 0.99% | 0.51% | - |
| HSV(B) | 255.36º | 0.98% | 1% | - |
| XYZ | 20.32 | 8.47 | 94.33 | - |
| YUV | 51.64 | 242.2 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 4 | 254 | 0.73 | 0.98 | 0 | 0.00 | 255.36 | 0.99 | 0.51 |
| Hex | 44 | 4 | FE | 49 | 62 | 0 | 0 | FF | 63 | 33 |
| Octal | 104 | 4 | 376 | 111 | 142 | 0 | 0 | 377 | 143 | 63 |
| Binary | 1000100 | 100 | 11111110 | 1001001 | 1100010 | 0 | 0 | 11111111 | 1100011 | 110011 |
Color Harmonies of #4404FE
Complementary color
Monochromatic Colors of #4404FE
Black with #4404FE
Text Example
Text Example
White with #4404FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4404FE; }
p { color: rgb(68,4,254); }
H1.HeaderClassName
{
color: #4404FE;
}
.AnyTagClassName
{
color: #4404FE;
}
</style>
background-color css
<style>
a { background-color: #4404FE; }
a { background-color: rgb(68,4,254); }
div.DivClassName
{
background-color: #4404FE;
}
.BgClassName
{
background-color: #4404FE;
}
</style>
border-color css
<style>
span { border-color: #4404FE; }
span { border-color: rgb(68,4,254); }
td.TdClassName
{
border-color: #4404FE;
}
.TagClassName
{
border-color: #4404FE;
}
</style>