Shades of Han Purple #441BFC
Tints of Han Purple #441BFC
RGB
CMYK
RGB Variations
Color information
#441BFC (or 0x441BFC) is known color: Han Purple. HEX triplet: 44, 1B and FC. RGB value is (68,27,252). Sum of RGB (Red+Green+Blue) = 68+27+252=347 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.60% from 347); Green value is 27 (10.94% from 255 or 7.78% from 347); Blue value is 252 (98.83% from 255 or 72.62% from 347); Max value from RGB is 252 - color contains mainly: blue. Hex color #441BFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441BFC is #BBE403. Grayscale: #404040. Windows color (decimal): -12313604 or 16522052. OLE color: 16522052.
HSL color Cylindrical-coordinate representation of color #441BFC: hue angle of 250.93º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #441BFC is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 27 | 252 | - |
| CMYK | 0.73 | 0.89 | 0 | 0.01 |
| HSL | 250.93º | 0.97% | 0.55% | - |
| HSV(B) | 250.93º | 0.89% | 0.99% | - |
| XYZ | 20.35 | 9.04 | 92.77 | - |
| YUV | 64.91 | 233.58 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 27 | 252 | 0.73 | 0.89 | 0 | 0.01 | 250.93 | 0.97 | 0.55 |
| Hex | 44 | 1B | FC | 49 | 59 | 0 | 1 | FB | 61 | 37 |
| Octal | 104 | 33 | 374 | 111 | 131 | 0 | 1 | 373 | 141 | 67 |
| Binary | 1000100 | 11011 | 11111100 | 1001001 | 1011001 | 0 | 1 | 11111011 | 1100001 | 110111 |
Color Harmonies of #441BFC
Complementary color
Monochromatic Colors of #441BFC
Black with #441BFC
Text Example
Text Example
White with #441BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441BFC; }
p { color: rgb(68,27,252); }
H1.HeaderClassName
{
color: #441BFC;
}
.AnyTagClassName
{
color: #441BFC;
}
</style>
background-color css
<style>
a { background-color: #441BFC; }
a { background-color: rgb(68,27,252); }
div.DivClassName
{
background-color: #441BFC;
}
.BgClassName
{
background-color: #441BFC;
}
</style>
border-color css
<style>
span { border-color: #441BFC; }
span { border-color: rgb(68,27,252); }
td.TdClassName
{
border-color: #441BFC;
}
.TagClassName
{
border-color: #441BFC;
}
</style>