Shades of Han Purple #3529FF
Tints of Han Purple #3529FF
RGB
CMYK
RGB Variations
Color information
#3529FF (or 0x3529FF) is known color: Han Purple. HEX triplet: 35, 29 and FF. RGB value is (53,41,255). Sum of RGB (Red+Green+Blue) = 53+41+255=349 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.19% from 349); Green value is 41 (16.41% from 255 or 11.75% from 349); Blue value is 255 (100% from 255 or 73.07% from 349); Max value from RGB is 255 - color contains mainly: blue. Hex color #3529FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3529FF is #CAD600. Grayscale: #444444. Windows color (decimal): -13293057 or 16722229. OLE color: 16722229.
HSL color Cylindrical-coordinate representation of color #3529FF: hue angle of 243.36º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3529FF is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 41 | 255 | - |
| CMYK | 0.79 | 0.84 | 0 | 0 |
| HSL | 243.36º | 1% | 0.58% | - |
| HSV(B) | 243.36º | 0.84% | 1% | - |
| XYZ | 20.31 | 9.56 | 95.38 | - |
| YUV | 68.98 | 232.98 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 41 | 255 | 0.79 | 0.84 | 0 | 0 | 243.36 | 1 | 0.58 |
| Hex | 35 | 29 | FF | 4F | 54 | 0 | 0 | F3 | 64 | 3A |
| Octal | 65 | 51 | 377 | 117 | 124 | 0 | 0 | 363 | 144 | 72 |
| Binary | 110101 | 101001 | 11111111 | 1001111 | 1010100 | 0 | 0 | 11110011 | 1100100 | 111010 |
Color Harmonies of #3529FF
Complementary color
Monochromatic Colors of #3529FF
Black with #3529FF
Text Example
Text Example
White with #3529FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3529FF; }
p { color: rgb(53,41,255); }
H1.HeaderClassName
{
color: #3529FF;
}
.AnyTagClassName
{
color: #3529FF;
}
</style>
background-color css
<style>
a { background-color: #3529FF; }
a { background-color: rgb(53,41,255); }
div.DivClassName
{
background-color: #3529FF;
}
.BgClassName
{
background-color: #3529FF;
}
</style>
border-color css
<style>
span { border-color: #3529FF; }
span { border-color: rgb(53,41,255); }
td.TdClassName
{
border-color: #3529FF;
}
.TagClassName
{
border-color: #3529FF;
}
</style>