Shades of Han Purple #4411EF
Tints of Han Purple #4411EF
RGB
CMYK
RGB Variations
Color information
#4411EF (or 0x4411EF) is known color: Han Purple. HEX triplet: 44, 11 and EF. RGB value is (68,17,239). Sum of RGB (Red+Green+Blue) = 68+17+239=324 (42% of max value = 765). Red value is 68 (26.95% from 255 or 20.99% from 324); Green value is 17 (7.03% from 255 or 5.25% from 324); Blue value is 239 (93.75% from 255 or 73.77% from 324); Max value from RGB is 239 - color contains mainly: blue. Hex color #4411EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4411EF is #BBEE10. Grayscale: #383838. Windows color (decimal): -12316177 or 15667524. OLE color: 15667524.
HSL color Cylindrical-coordinate representation of color #4411EF: hue angle of 253.78º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4411EF is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 68 | 17 | 239 | - |
| CMYK | 0.72 | 0.93 | 0 | 0.06 |
| HSL | 253.78º | 0.87% | 0.5% | - |
| HSV(B) | 253.78º | 0.93% | 0.94% | - |
| XYZ | 18.16 | 7.86 | 82.22 | - |
| YUV | 57.56 | 230.4 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 17 | 239 | 0.72 | 0.93 | 0 | 0.06 | 253.78 | 0.87 | 0.5 |
| Hex | 44 | 11 | EF | 48 | 5D | 0 | 6 | FE | 57 | 32 |
| Octal | 104 | 21 | 357 | 110 | 135 | 0 | 6 | 376 | 127 | 62 |
| Binary | 1000100 | 10001 | 11101111 | 1001000 | 1011101 | 0 | 110 | 11111110 | 1010111 | 110010 |
Color Harmonies of #4411EF
Complementary color
Monochromatic Colors of #4411EF
Black with #4411EF
Text Example
Text Example
White with #4411EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4411EF; }
p { color: rgb(68,17,239); }
H1.HeaderClassName
{
color: #4411EF;
}
.AnyTagClassName
{
color: #4411EF;
}
</style>
background-color css
<style>
a { background-color: #4411EF; }
a { background-color: rgb(68,17,239); }
div.DivClassName
{
background-color: #4411EF;
}
.BgClassName
{
background-color: #4411EF;
}
</style>
border-color css
<style>
span { border-color: #4411EF; }
span { border-color: rgb(68,17,239); }
td.TdClassName
{
border-color: #4411EF;
}
.TagClassName
{
border-color: #4411EF;
}
</style>