Shades of Han Purple #4400FE
Tints of Han Purple #4400FE
RGB
CMYK
RGB Variations
Color information
#4400FE (or 0x4400FE) is known color: Han Purple. HEX triplet: 44, 00 and FE. RGB value is (68,0,254). Sum of RGB (Red+Green+Blue) = 68+0+254=322 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.12% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 254 (99.61% from 255 or 78.88% from 322); Max value from RGB is 254 - color contains mainly: blue. Hex color #4400FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4400FE is #BBFF01. Grayscale: #303030. Windows color (decimal): -12320514 or 16646212. OLE color: 16646212.
HSL color Cylindrical-coordinate representation of color #4400FE: hue angle of 256.06º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4400FE is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 0 | 254 | - |
| CMYK | 0.73 | 1 | 0 | 0.00 |
| HSL | 256.06º | 1% | 0.5% | - |
| HSV(B) | 256.06º | 1% | 1% | - |
| XYZ | 20.27 | 8.38 | 94.32 | - |
| YUV | 49.29 | 243.53 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 0 | 254 | 0.73 | 1 | 0 | 0.00 | 256.06 | 1 | 0.5 |
| Hex | 44 | 0 | FE | 49 | 64 | 0 | 0 | 100 | 64 | 32 |
| Octal | 104 | 0 | 376 | 111 | 144 | 0 | 0 | 400 | 144 | 62 |
| Binary | 1000100 | 0 | 11111110 | 1001001 | 1100100 | 0 | 0 | 100000000 | 1100100 | 110010 |
Color Harmonies of #4400FE
Complementary color
Monochromatic Colors of #4400FE
Black with #4400FE
Text Example
Text Example
White with #4400FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4400FE; }
p { color: rgb(68,0,254); }
H1.HeaderClassName
{
color: #4400FE;
}
.AnyTagClassName
{
color: #4400FE;
}
</style>
background-color css
<style>
a { background-color: #4400FE; }
a { background-color: rgb(68,0,254); }
div.DivClassName
{
background-color: #4400FE;
}
.BgClassName
{
background-color: #4400FE;
}
</style>
border-color css
<style>
span { border-color: #4400FE; }
span { border-color: rgb(68,0,254); }
td.TdClassName
{
border-color: #4400FE;
}
.TagClassName
{
border-color: #4400FE;
}
</style>