Shades of Han Purple #4401E0
Tints of Han Purple #4401E0
RGB
CMYK
RGB Variations
Color information
#4401E0 (or 0x4401E0) is known color: Han Purple. HEX triplet: 44, 01 and E0. RGB value is (68,1,224). Sum of RGB (Red+Green+Blue) = 68+1+224=293 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.21% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 224 (87.89% from 255 or 76.45% from 293); Max value from RGB is 224 - color contains mainly: blue. Hex color #4401E0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4401E0 is #BBFE1F. Grayscale: #2D2D2D. Windows color (decimal): -12320288 or 14680388. OLE color: 14680388.
HSL color Cylindrical-coordinate representation of color #4401E0: hue angle of 258.03º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4401E0 is Cyan = 0.70, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 68 | 1 | 224 | - |
| CMYK | 0.70 | 1.00 | 0 | 0.12 |
| HSL | 258.03º | 0.99% | 0.44% | - |
| HSV(B) | 258.03º | 1% | 0.88% | - |
| XYZ | 15.85 | 6.63 | 70.97 | - |
| YUV | 46.46 | 228.2 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 1 | 224 | 0.70 | 1.00 | 0 | 0.12 | 258.03 | 0.99 | 0.44 |
| Hex | 44 | 1 | E0 | 46 | 64 | 0 | C | 102 | 63 | 2C |
| Octal | 104 | 1 | 340 | 106 | 144 | 0 | 14 | 402 | 143 | 54 |
| Binary | 1000100 | 1 | 11100000 | 1000110 | 1100100 | 0 | 1100 | 100000010 | 1100011 | 101100 |
Color Harmonies of #4401E0
Complementary color
Monochromatic Colors of #4401E0
Black with #4401E0
Text Example
Text Example
White with #4401E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4401E0; }
p { color: rgb(68,1,224); }
H1.HeaderClassName
{
color: #4401E0;
}
.AnyTagClassName
{
color: #4401E0;
}
</style>
background-color css
<style>
a { background-color: #4401E0; }
a { background-color: rgb(68,1,224); }
div.DivClassName
{
background-color: #4401E0;
}
.BgClassName
{
background-color: #4401E0;
}
</style>
border-color css
<style>
span { border-color: #4401E0; }
span { border-color: rgb(68,1,224); }
td.TdClassName
{
border-color: #4401E0;
}
.TagClassName
{
border-color: #4401E0;
}
</style>