Shades of Han Purple #411CF2
Tints of Han Purple #411CF2
RGB
CMYK
RGB Variations
Color information
#411CF2 (or 0x411CF2) is known color: Han Purple. HEX triplet: 41, 1C and F2. RGB value is (65,28,242). Sum of RGB (Red+Green+Blue) = 65+28+242=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 28 (11.33% from 255 or 8.36% from 335); Blue value is 242 (94.92% from 255 or 72.24% from 335); Max value from RGB is 242 - color contains mainly: blue. Hex color #411CF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411CF2 is #BEE30D. Grayscale: #3E3E3E. Windows color (decimal): -12509966 or 15866945. OLE color: 15866945.
HSL color Cylindrical-coordinate representation of color #411CF2: hue angle of 250.37º 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 #411CF2 is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 65 | 28 | 242 | - |
| CMYK | 0.73 | 0.88 | 0 | 0.05 |
| HSL | 250.37º | 0.89% | 0.53% | - |
| HSV(B) | 250.37º | 0.88% | 0.95% | - |
| XYZ | 18.62 | 8.37 | 84.64 | - |
| YUV | 63.46 | 228.76 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 28 | 242 | 0.73 | 0.88 | 0 | 0.05 | 250.37 | 0.89 | 0.53 |
| Hex | 41 | 1C | F2 | 49 | 58 | 0 | 5 | FA | 59 | 35 |
| Octal | 101 | 34 | 362 | 111 | 130 | 0 | 5 | 372 | 131 | 65 |
| Binary | 1000001 | 11100 | 11110010 | 1001001 | 1011000 | 0 | 101 | 11111010 | 1011001 | 110101 |
Color Harmonies of #411CF2
Complementary color
Monochromatic Colors of #411CF2
Black with #411CF2
Text Example
Text Example
White with #411CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411CF2; }
p { color: rgb(65,28,242); }
H1.HeaderClassName
{
color: #411CF2;
}
.AnyTagClassName
{
color: #411CF2;
}
</style>
background-color css
<style>
a { background-color: #411CF2; }
a { background-color: rgb(65,28,242); }
div.DivClassName
{
background-color: #411CF2;
}
.BgClassName
{
background-color: #411CF2;
}
</style>
border-color css
<style>
span { border-color: #411CF2; }
span { border-color: rgb(65,28,242); }
td.TdClassName
{
border-color: #411CF2;
}
.TagClassName
{
border-color: #411CF2;
}
</style>