Shades of Han Purple #4411FB
Tints of Han Purple #4411FB
RGB
CMYK
RGB Variations
Color information
#4411FB (or 0x4411FB) is known color: Han Purple. HEX triplet: 44, 11 and FB. RGB value is (68,17,251). Sum of RGB (Red+Green+Blue) = 68+17+251=336 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.24% from 336); Green value is 17 (7.03% from 255 or 5.06% from 336); Blue value is 251 (98.44% from 255 or 74.70% from 336); Max value from RGB is 251 - color contains mainly: blue. Hex color #4411FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4411FB is #BBEE04. Grayscale: #3A3A3A. Windows color (decimal): -12316165 or 16453956. OLE color: 16453956.
HSL color Cylindrical-coordinate representation of color #4411FB: hue angle of 253.08º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4411FB is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 17 | 251 | - |
| CMYK | 0.73 | 0.93 | 0 | 0.02 |
| HSL | 253.08º | 0.97% | 0.53% | - |
| HSV(B) | 253.08º | 0.93% | 0.98% | - |
| XYZ | 20 | 8.59 | 91.87 | - |
| YUV | 58.93 | 236.4 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 17 | 251 | 0.73 | 0.93 | 0 | 0.02 | 253.08 | 0.97 | 0.53 |
| Hex | 44 | 11 | FB | 49 | 5D | 0 | 2 | FD | 61 | 35 |
| Octal | 104 | 21 | 373 | 111 | 135 | 0 | 2 | 375 | 141 | 65 |
| Binary | 1000100 | 10001 | 11111011 | 1001001 | 1011101 | 0 | 10 | 11111101 | 1100001 | 110101 |
Color Harmonies of #4411FB
Complementary color
Monochromatic Colors of #4411FB
Black with #4411FB
Text Example
Text Example
White with #4411FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4411FB; }
p { color: rgb(68,17,251); }
H1.HeaderClassName
{
color: #4411FB;
}
.AnyTagClassName
{
color: #4411FB;
}
</style>
background-color css
<style>
a { background-color: #4411FB; }
a { background-color: rgb(68,17,251); }
div.DivClassName
{
background-color: #4411FB;
}
.BgClassName
{
background-color: #4411FB;
}
</style>
border-color css
<style>
span { border-color: #4411FB; }
span { border-color: rgb(68,17,251); }
td.TdClassName
{
border-color: #4411FB;
}
.TagClassName
{
border-color: #4411FB;
}
</style>