Shades of Han Purple #3223F1
Tints of Han Purple #3223F1
RGB
CMYK
RGB Variations
Color information
#3223F1 (or 0x3223F1) is known color: Han Purple. HEX triplet: 32, 23 and F1. RGB value is (50,35,241). Sum of RGB (Red+Green+Blue) = 50+35+241=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 35 (14.06% from 255 or 10.74% from 326); Blue value is 241 (94.53% from 255 or 73.93% from 326); Max value from RGB is 241 - color contains mainly: blue. Hex color #3223F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3223F1 is #CDDC0E. Grayscale: #3E3E3E. Windows color (decimal): -13491215 or 15803186. OLE color: 15803186.
HSL color Cylindrical-coordinate representation of color #3223F1: hue angle of 244.37º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3223F1 is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 35 | 241 | - |
| CMYK | 0.79 | 0.85 | 0 | 0.05 |
| HSL | 244.37º | 0.88% | 0.54% | - |
| HSV(B) | 244.37º | 0.85% | 0.95% | - |
| XYZ | 17.79 | 8.23 | 83.87 | - |
| YUV | 62.97 | 228.47 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 35 | 241 | 0.79 | 0.85 | 0 | 0.05 | 244.37 | 0.88 | 0.54 |
| Hex | 32 | 23 | F1 | 4F | 55 | 0 | 5 | F4 | 58 | 36 |
| Octal | 62 | 43 | 361 | 117 | 125 | 0 | 5 | 364 | 130 | 66 |
| Binary | 110010 | 100011 | 11110001 | 1001111 | 1010101 | 0 | 101 | 11110100 | 1011000 | 110110 |
Color Harmonies of #3223F1
Complementary color
Monochromatic Colors of #3223F1
Black with #3223F1
Text Example
Text Example
White with #3223F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3223F1; }
p { color: rgb(50,35,241); }
H1.HeaderClassName
{
color: #3223F1;
}
.AnyTagClassName
{
color: #3223F1;
}
</style>
background-color css
<style>
a { background-color: #3223F1; }
a { background-color: rgb(50,35,241); }
div.DivClassName
{
background-color: #3223F1;
}
.BgClassName
{
background-color: #3223F1;
}
</style>
border-color css
<style>
span { border-color: #3223F1; }
span { border-color: rgb(50,35,241); }
td.TdClassName
{
border-color: #3223F1;
}
.TagClassName
{
border-color: #3223F1;
}
</style>