Shades of Han Purple #440FFB
Tints of Han Purple #440FFB
RGB
CMYK
RGB Variations
Color information
#440FFB (or 0x440FFB) is known color: Han Purple. HEX triplet: 44, 0F and FB. RGB value is (68,15,251). Sum of RGB (Red+Green+Blue) = 68+15+251=334 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.36% from 334); Green value is 15 (6.25% from 255 or 4.49% from 334); Blue value is 251 (98.44% from 255 or 75.15% from 334); Max value from RGB is 251 - color contains mainly: blue. Hex color #440FFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #440FFB is #BBF004. Grayscale: #383838. Windows color (decimal): -12316677 or 16453444. OLE color: 16453444.
HSL color Cylindrical-coordinate representation of color #440FFB: hue angle of 253.47º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440FFB is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 15 | 251 | - |
| CMYK | 0.73 | 0.94 | 0 | 0.02 |
| HSL | 253.47º | 0.97% | 0.52% | - |
| HSV(B) | 253.47º | 0.94% | 0.98% | - |
| XYZ | 19.97 | 8.54 | 91.86 | - |
| YUV | 57.75 | 237.06 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 15 | 251 | 0.73 | 0.94 | 0 | 0.02 | 253.47 | 0.97 | 0.52 |
| Hex | 44 | F | FB | 49 | 5E | 0 | 2 | FD | 61 | 34 |
| Octal | 104 | 17 | 373 | 111 | 136 | 0 | 2 | 375 | 141 | 64 |
| Binary | 1000100 | 1111 | 11111011 | 1001001 | 1011110 | 0 | 10 | 11111101 | 1100001 | 110100 |
Color Harmonies of #440FFB
Complementary color
Monochromatic Colors of #440FFB
Black with #440FFB
Text Example
Text Example
White with #440FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440FFB; }
p { color: rgb(68,15,251); }
H1.HeaderClassName
{
color: #440FFB;
}
.AnyTagClassName
{
color: #440FFB;
}
</style>
background-color css
<style>
a { background-color: #440FFB; }
a { background-color: rgb(68,15,251); }
div.DivClassName
{
background-color: #440FFB;
}
.BgClassName
{
background-color: #440FFB;
}
</style>
border-color css
<style>
span { border-color: #440FFB; }
span { border-color: rgb(68,15,251); }
td.TdClassName
{
border-color: #440FFB;
}
.TagClassName
{
border-color: #440FFB;
}
</style>