Shades of Han Purple #3522FE
Tints of Han Purple #3522FE
RGB
CMYK
RGB Variations
Color information
#3522FE (or 0x3522FE) is known color: Han Purple. HEX triplet: 35, 22 and FE. RGB value is (53,34,254). Sum of RGB (Red+Green+Blue) = 53+34+254=341 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.54% from 341); Green value is 34 (13.67% from 255 or 9.97% from 341); Blue value is 254 (99.61% from 255 or 74.49% from 341); Max value from RGB is 254 - color contains mainly: blue. Hex color #3522FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3522FE is #CADD01. Grayscale: #3F3F3F. Windows color (decimal): -13294850 or 16654901. OLE color: 16654901.
HSL color Cylindrical-coordinate representation of color #3522FE: hue angle of 245.18º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3522FE is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 53 | 34 | 254 | - |
| CMYK | 0.79 | 0.87 | 0 | 0.00 |
| HSL | 245.18º | 0.99% | 0.56% | - |
| HSV(B) | 245.18º | 0.87% | 1% | - |
| XYZ | 19.93 | 9.06 | 94.46 | - |
| YUV | 64.76 | 234.79 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 34 | 254 | 0.79 | 0.87 | 0 | 0.00 | 245.18 | 0.99 | 0.56 |
| Hex | 35 | 22 | FE | 4F | 57 | 0 | 0 | F5 | 63 | 38 |
| Octal | 65 | 42 | 376 | 117 | 127 | 0 | 0 | 365 | 143 | 70 |
| Binary | 110101 | 100010 | 11111110 | 1001111 | 1010111 | 0 | 0 | 11110101 | 1100011 | 111000 |
Color Harmonies of #3522FE
Complementary color
Monochromatic Colors of #3522FE
Black with #3522FE
Text Example
Text Example
White with #3522FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3522FE; }
p { color: rgb(53,34,254); }
H1.HeaderClassName
{
color: #3522FE;
}
.AnyTagClassName
{
color: #3522FE;
}
</style>
background-color css
<style>
a { background-color: #3522FE; }
a { background-color: rgb(53,34,254); }
div.DivClassName
{
background-color: #3522FE;
}
.BgClassName
{
background-color: #3522FE;
}
</style>
border-color css
<style>
span { border-color: #3522FE; }
span { border-color: rgb(53,34,254); }
td.TdClassName
{
border-color: #3522FE;
}
.TagClassName
{
border-color: #3522FE;
}
</style>