Shades of Han Purple #441CF2
Tints of Han Purple #441CF2
RGB
CMYK
RGB Variations
Color information
#441CF2 (or 0x441CF2) is known color: Han Purple. HEX triplet: 44, 1C and F2. RGB value is (68,28,242). Sum of RGB (Red+Green+Blue) = 68+28+242=338 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.12% from 338); Green value is 28 (11.33% from 255 or 8.28% from 338); Blue value is 242 (94.92% from 255 or 71.60% from 338); Max value from RGB is 242 - color contains mainly: blue. Hex color #441CF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441CF2 is #BBE30D. Grayscale: #3F3F3F. Windows color (decimal): -12313358 or 15866948. OLE color: 15866948.
HSL color Cylindrical-coordinate representation of color #441CF2: hue angle of 251.21º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #441CF2 is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 68 | 28 | 242 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.05 |
| HSL | 251.22º | 0.89% | 0.53% | - |
| HSV(B) | 251.22º | 0.88% | 0.95% | - |
| XYZ | 18.83 | 8.47 | 84.65 | - |
| YUV | 64.36 | 228.25 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 28 | 242 | 0.72 | 0.88 | 0 | 0.05 | 251.22 | 0.89 | 0.53 |
| Hex | 44 | 1C | F2 | 48 | 58 | 0 | 5 | FB | 59 | 35 |
| Octal | 104 | 34 | 362 | 110 | 130 | 0 | 5 | 373 | 131 | 65 |
| Binary | 1000100 | 11100 | 11110010 | 1001000 | 1011000 | 0 | 101 | 11111011 | 1011001 | 110101 |
Color Harmonies of #441CF2
Complementary color
Monochromatic Colors of #441CF2
Black with #441CF2
Text Example
Text Example
White with #441CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441CF2; }
p { color: rgb(68,28,242); }
H1.HeaderClassName
{
color: #441CF2;
}
.AnyTagClassName
{
color: #441CF2;
}
</style>
background-color css
<style>
a { background-color: #441CF2; }
a { background-color: rgb(68,28,242); }
div.DivClassName
{
background-color: #441CF2;
}
.BgClassName
{
background-color: #441CF2;
}
</style>
border-color css
<style>
span { border-color: #441CF2; }
span { border-color: rgb(68,28,242); }
td.TdClassName
{
border-color: #441CF2;
}
.TagClassName
{
border-color: #441CF2;
}
</style>