Shades of Han Purple #3528F1
Tints of Han Purple #3528F1
RGB
CMYK
RGB Variations
Color information
#3528F1 (or 0x3528F1) is known color: Han Purple. HEX triplet: 35, 28 and F1. RGB value is (53,40,241). Sum of RGB (Red+Green+Blue) = 53+40+241=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 40 (16.02% from 255 or 11.98% from 334); Blue value is 241 (94.53% from 255 or 72.16% from 334); Max value from RGB is 241 - color contains mainly: blue. Hex color #3528F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3528F1 is #CAD70E. Grayscale: #424242. Windows color (decimal): -13293327 or 15804469. OLE color: 15804469.
HSL color Cylindrical-coordinate representation of color #3528F1: hue angle of 243.88º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3528F1 is Cyan = 0.78, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 53 | 40 | 241 | - |
| CMYK | 0.78 | 0.83 | 0 | 0.05 |
| HSL | 243.88º | 0.88% | 0.55% | - |
| HSV(B) | 243.88º | 0.83% | 0.95% | - |
| XYZ | 18.1 | 8.63 | 83.93 | - |
| YUV | 66.8 | 226.31 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 40 | 241 | 0.78 | 0.83 | 0 | 0.05 | 243.88 | 0.88 | 0.55 |
| Hex | 35 | 28 | F1 | 4E | 53 | 0 | 5 | F4 | 58 | 37 |
| Octal | 65 | 50 | 361 | 116 | 123 | 0 | 5 | 364 | 130 | 67 |
| Binary | 110101 | 101000 | 11110001 | 1001110 | 1010011 | 0 | 101 | 11110100 | 1011000 | 110111 |
Color Harmonies of #3528F1
Complementary color
Monochromatic Colors of #3528F1
Black with #3528F1
Text Example
Text Example
White with #3528F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3528F1; }
p { color: rgb(53,40,241); }
H1.HeaderClassName
{
color: #3528F1;
}
.AnyTagClassName
{
color: #3528F1;
}
</style>
background-color css
<style>
a { background-color: #3528F1; }
a { background-color: rgb(53,40,241); }
div.DivClassName
{
background-color: #3528F1;
}
.BgClassName
{
background-color: #3528F1;
}
</style>
border-color css
<style>
span { border-color: #3528F1; }
span { border-color: rgb(53,40,241); }
td.TdClassName
{
border-color: #3528F1;
}
.TagClassName
{
border-color: #3528F1;
}
</style>