Shades of Han Purple #4415F0
Tints of Han Purple #4415F0
RGB
CMYK
RGB Variations
Color information
#4415F0 (or 0x4415F0) is known color: Han Purple. HEX triplet: 44, 15 and F0. RGB value is (68,21,240). Sum of RGB (Red+Green+Blue) = 68+21+240=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 21 (8.59% from 255 or 6.38% from 329); Blue value is 240 (94.14% from 255 or 72.95% from 329); Max value from RGB is 240 - color contains mainly: blue. Hex color #4415F0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4415F0 is #BBEA0F. Grayscale: #3B3B3B. Windows color (decimal): -12315152 or 15734084. OLE color: 15734084.
HSL color Cylindrical-coordinate representation of color #4415F0: hue angle of 252.88º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4415F0 is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 68 | 21 | 240 | - |
| CMYK | 0.72 | 0.91 | 0 | 0.06 |
| HSL | 252.88º | 0.88% | 0.51% | - |
| HSV(B) | 252.88º | 0.91% | 0.94% | - |
| XYZ | 18.38 | 8.06 | 83.02 | - |
| YUV | 60.02 | 229.57 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 21 | 240 | 0.72 | 0.91 | 0 | 0.06 | 252.88 | 0.88 | 0.51 |
| Hex | 44 | 15 | F0 | 48 | 5B | 0 | 6 | FD | 58 | 33 |
| Octal | 104 | 25 | 360 | 110 | 133 | 0 | 6 | 375 | 130 | 63 |
| Binary | 1000100 | 10101 | 11110000 | 1001000 | 1011011 | 0 | 110 | 11111101 | 1011000 | 110011 |
Color Harmonies of #4415F0
Complementary color
Monochromatic Colors of #4415F0
Black with #4415F0
Text Example
Text Example
White with #4415F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4415F0; }
p { color: rgb(68,21,240); }
H1.HeaderClassName
{
color: #4415F0;
}
.AnyTagClassName
{
color: #4415F0;
}
</style>
background-color css
<style>
a { background-color: #4415F0; }
a { background-color: rgb(68,21,240); }
div.DivClassName
{
background-color: #4415F0;
}
.BgClassName
{
background-color: #4415F0;
}
</style>
border-color css
<style>
span { border-color: #4415F0; }
span { border-color: rgb(68,21,240); }
td.TdClassName
{
border-color: #4415F0;
}
.TagClassName
{
border-color: #4415F0;
}
</style>