Shades of Han Purple #4419FD
Tints of Han Purple #4419FD
RGB
CMYK
RGB Variations
Color information
#4419FD (or 0x4419FD) is known color: Han Purple. HEX triplet: 44, 19 and FD. RGB value is (68,25,253). Sum of RGB (Red+Green+Blue) = 68+25+253=346 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.65% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 253 (99.22% from 255 or 73.12% from 346); Max value from RGB is 253 - color contains mainly: blue. Hex color #4419FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4419FD is #BBE602. Grayscale: #3E3E3E. Windows color (decimal): -12314115 or 16587076. OLE color: 16587076.
HSL color Cylindrical-coordinate representation of color #4419FD: hue angle of 251.32º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4419FD is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 25 | 253 | - |
| CMYK | 0.73 | 0.90 | 0 | 0.01 |
| HSL | 251.32º | 0.98% | 0.55% | - |
| HSV(B) | 251.32º | 0.9% | 0.99% | - |
| XYZ | 20.46 | 9.02 | 93.59 | - |
| YUV | 63.85 | 234.75 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 25 | 253 | 0.73 | 0.90 | 0 | 0.01 | 251.32 | 0.98 | 0.55 |
| Hex | 44 | 19 | FD | 49 | 5A | 0 | 1 | FB | 62 | 37 |
| Octal | 104 | 31 | 375 | 111 | 132 | 0 | 1 | 373 | 142 | 67 |
| Binary | 1000100 | 11001 | 11111101 | 1001001 | 1011010 | 0 | 1 | 11111011 | 1100010 | 110111 |
Color Harmonies of #4419FD
Complementary color
Monochromatic Colors of #4419FD
Black with #4419FD
Text Example
Text Example
White with #4419FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4419FD; }
p { color: rgb(68,25,253); }
H1.HeaderClassName
{
color: #4419FD;
}
.AnyTagClassName
{
color: #4419FD;
}
</style>
background-color css
<style>
a { background-color: #4419FD; }
a { background-color: rgb(68,25,253); }
div.DivClassName
{
background-color: #4419FD;
}
.BgClassName
{
background-color: #4419FD;
}
</style>
border-color css
<style>
span { border-color: #4419FD; }
span { border-color: rgb(68,25,253); }
td.TdClassName
{
border-color: #4419FD;
}
.TagClassName
{
border-color: #4419FD;
}
</style>