Shades of Han Purple #4400FC
Tints of Han Purple #4400FC
RGB
CMYK
RGB Variations
Color information
#4400FC (or 0x4400FC) is known color: Han Purple. HEX triplet: 44, 00 and FC. RGB value is (68,0,252). Sum of RGB (Red+Green+Blue) = 68+0+252=320 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.25% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 252 (98.83% from 255 or 78.75% from 320); Max value from RGB is 252 - color contains mainly: blue. Hex color #4400FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4400FC is #BBFF03. Grayscale: #303030. Windows color (decimal): -12320516 or 16515140. OLE color: 16515140.
HSL color Cylindrical-coordinate representation of color #4400FC: hue angle of 256.19º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4400FC is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 0 | 252 | - |
| CMYK | 0.73 | 1 | 0 | 0.01 |
| HSL | 256.19º | 1% | 0.49% | - |
| HSV(B) | 256.19º | 1% | 0.99% | - |
| XYZ | 19.95 | 8.26 | 92.64 | - |
| YUV | 49.06 | 242.53 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 0 | 252 | 0.73 | 1 | 0 | 0.01 | 256.19 | 1 | 0.49 |
| Hex | 44 | 0 | FC | 49 | 64 | 0 | 1 | 100 | 64 | 31 |
| Octal | 104 | 0 | 374 | 111 | 144 | 0 | 1 | 400 | 144 | 61 |
| Binary | 1000100 | 0 | 11111100 | 1001001 | 1100100 | 0 | 1 | 100000000 | 1100100 | 110001 |
Color Harmonies of #4400FC
Complementary color
Monochromatic Colors of #4400FC
Black with #4400FC
Text Example
Text Example
White with #4400FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4400FC; }
p { color: rgb(68,0,252); }
H1.HeaderClassName
{
color: #4400FC;
}
.AnyTagClassName
{
color: #4400FC;
}
</style>
background-color css
<style>
a { background-color: #4400FC; }
a { background-color: rgb(68,0,252); }
div.DivClassName
{
background-color: #4400FC;
}
.BgClassName
{
background-color: #4400FC;
}
</style>
border-color css
<style>
span { border-color: #4400FC; }
span { border-color: rgb(68,0,252); }
td.TdClassName
{
border-color: #4400FC;
}
.TagClassName
{
border-color: #4400FC;
}
</style>