Shades of Han Purple #3528FE
Tints of Han Purple #3528FE
RGB
CMYK
RGB Variations
Color information
#3528FE (or 0x3528FE) is known color: Han Purple. HEX triplet: 35, 28 and FE. RGB value is (53,40,254). Sum of RGB (Red+Green+Blue) = 53+40+254=347 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.27% from 347); Green value is 40 (16.02% from 255 or 11.53% from 347); Blue value is 254 (99.61% from 255 or 73.20% from 347); Max value from RGB is 254 - color contains mainly: blue. Hex color #3528FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3528FE is #CAD701. Grayscale: #434343. Windows color (decimal): -13293314 or 16656437. OLE color: 16656437.
HSL color Cylindrical-coordinate representation of color #3528FE: hue angle of 243.64º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3528FE is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 53 | 40 | 254 | - |
| CMYK | 0.79 | 0.84 | 0 | 0.00 |
| HSL | 243.64º | 0.99% | 0.58% | - |
| HSV(B) | 243.64º | 0.84% | 1% | - |
| XYZ | 20.12 | 9.43 | 94.53 | - |
| YUV | 68.28 | 232.81 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 40 | 254 | 0.79 | 0.84 | 0 | 0.00 | 243.64 | 0.99 | 0.58 |
| Hex | 35 | 28 | FE | 4F | 54 | 0 | 0 | F4 | 63 | 3A |
| Octal | 65 | 50 | 376 | 117 | 124 | 0 | 0 | 364 | 143 | 72 |
| Binary | 110101 | 101000 | 11111110 | 1001111 | 1010100 | 0 | 0 | 11110100 | 1100011 | 111010 |
Color Harmonies of #3528FE
Complementary color
Monochromatic Colors of #3528FE
Black with #3528FE
Text Example
Text Example
White with #3528FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3528FE; }
p { color: rgb(53,40,254); }
H1.HeaderClassName
{
color: #3528FE;
}
.AnyTagClassName
{
color: #3528FE;
}
</style>
background-color css
<style>
a { background-color: #3528FE; }
a { background-color: rgb(53,40,254); }
div.DivClassName
{
background-color: #3528FE;
}
.BgClassName
{
background-color: #3528FE;
}
</style>
border-color css
<style>
span { border-color: #3528FE; }
span { border-color: rgb(53,40,254); }
td.TdClassName
{
border-color: #3528FE;
}
.TagClassName
{
border-color: #3528FE;
}
</style>