Shades of Han Purple #4400FD
Tints of Han Purple #4400FD
RGB
CMYK
RGB Variations
Color information
#4400FD (or 0x4400FD) is known color: Han Purple. HEX triplet: 44, 00 and FD. RGB value is (68,0,253). Sum of RGB (Red+Green+Blue) = 68+0+253=321 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.18% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 253 (99.22% from 255 or 78.82% from 321); Max value from RGB is 253 - color contains mainly: blue. Hex color #4400FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4400FD is #BBFF02. Grayscale: #303030. Windows color (decimal): -12320515 or 16580676. OLE color: 16580676.
HSL color Cylindrical-coordinate representation of color #4400FD: hue angle of 256.13º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4400FD is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 0 | 253 | - |
| CMYK | 0.73 | 1 | 0 | 0.01 |
| HSL | 256.13º | 1% | 0.5% | - |
| HSV(B) | 256.13º | 1% | 0.99% | - |
| XYZ | 20.11 | 8.32 | 93.47 | - |
| YUV | 49.17 | 243.03 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 0 | 253 | 0.73 | 1 | 0 | 0.01 | 256.13 | 1 | 0.5 |
| Hex | 44 | 0 | FD | 49 | 64 | 0 | 1 | 100 | 64 | 32 |
| Octal | 104 | 0 | 375 | 111 | 144 | 0 | 1 | 400 | 144 | 62 |
| Binary | 1000100 | 0 | 11111101 | 1001001 | 1100100 | 0 | 1 | 100000000 | 1100100 | 110010 |
Color Harmonies of #4400FD
Complementary color
Monochromatic Colors of #4400FD
Black with #4400FD
Text Example
Text Example
White with #4400FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4400FD; }
p { color: rgb(68,0,253); }
H1.HeaderClassName
{
color: #4400FD;
}
.AnyTagClassName
{
color: #4400FD;
}
</style>
background-color css
<style>
a { background-color: #4400FD; }
a { background-color: rgb(68,0,253); }
div.DivClassName
{
background-color: #4400FD;
}
.BgClassName
{
background-color: #4400FD;
}
</style>
border-color css
<style>
span { border-color: #4400FD; }
span { border-color: rgb(68,0,253); }
td.TdClassName
{
border-color: #4400FD;
}
.TagClassName
{
border-color: #4400FD;
}
</style>