Shades of Han Purple #441BFD
Tints of Han Purple #441BFD
RGB
CMYK
RGB Variations
Color information
#441BFD (or 0x441BFD) is known color: Han Purple. HEX triplet: 44, 1B and FD. RGB value is (68,27,253). Sum of RGB (Red+Green+Blue) = 68+27+253=348 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.54% from 348); Green value is 27 (10.94% from 255 or 7.76% from 348); Blue value is 253 (99.22% from 255 or 72.70% from 348); Max value from RGB is 253 - color contains mainly: blue. Hex color #441BFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441BFD is #BBE402. Grayscale: #404040. Windows color (decimal): -12313603 or 16587588. OLE color: 16587588.
HSL color Cylindrical-coordinate representation of color #441BFD: hue angle of 250.88º degrees, saturation: 0.98, 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 #441BFD is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 27 | 253 | - |
| CMYK | 0.73 | 0.89 | 0 | 0.01 |
| HSL | 250.89º | 0.98% | 0.55% | - |
| HSV(B) | 250.89º | 0.89% | 0.99% | - |
| XYZ | 20.51 | 9.1 | 93.61 | - |
| YUV | 65.02 | 234.08 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 27 | 253 | 0.73 | 0.89 | 0 | 0.01 | 250.89 | 0.98 | 0.55 |
| Hex | 44 | 1B | FD | 49 | 59 | 0 | 1 | FB | 62 | 37 |
| Octal | 104 | 33 | 375 | 111 | 131 | 0 | 1 | 373 | 142 | 67 |
| Binary | 1000100 | 11011 | 11111101 | 1001001 | 1011001 | 0 | 1 | 11111011 | 1100010 | 110111 |
Color Harmonies of #441BFD
Complementary color
Monochromatic Colors of #441BFD
Black with #441BFD
Text Example
Text Example
White with #441BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441BFD; }
p { color: rgb(68,27,253); }
H1.HeaderClassName
{
color: #441BFD;
}
.AnyTagClassName
{
color: #441BFD;
}
</style>
background-color css
<style>
a { background-color: #441BFD; }
a { background-color: rgb(68,27,253); }
div.DivClassName
{
background-color: #441BFD;
}
.BgClassName
{
background-color: #441BFD;
}
</style>
border-color css
<style>
span { border-color: #441BFD; }
span { border-color: rgb(68,27,253); }
td.TdClassName
{
border-color: #441BFD;
}
.TagClassName
{
border-color: #441BFD;
}
</style>