Shades of Han Purple #352AFE
Tints of Han Purple #352AFE
RGB
CMYK
RGB Variations
Color information
#352AFE (or 0x352AFE) is known color: Han Purple. HEX triplet: 35, 2A and FE. RGB value is (53,42,254). Sum of RGB (Red+Green+Blue) = 53+42+254=349 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.19% from 349); Green value is 42 (16.80% from 255 or 12.03% from 349); Blue value is 254 (99.61% from 255 or 72.78% from 349); Max value from RGB is 254 - color contains mainly: blue. Hex color #352AFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #352AFE is #CAD501. Grayscale: #444444. Windows color (decimal): -13292802 or 16656949. OLE color: 16656949.
HSL color Cylindrical-coordinate representation of color #352AFE: hue angle of 243.11º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #352AFE is Cyan = 0.79, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 53 | 42 | 254 | - |
| CMYK | 0.79 | 0.83 | 0 | 0.00 |
| HSL | 243.11º | 0.99% | 0.58% | - |
| HSV(B) | 243.11º | 0.83% | 1% | - |
| XYZ | 20.19 | 9.57 | 94.55 | - |
| YUV | 69.46 | 232.14 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 42 | 254 | 0.79 | 0.83 | 0 | 0.00 | 243.11 | 0.99 | 0.58 |
| Hex | 35 | 2A | FE | 4F | 53 | 0 | 0 | F3 | 63 | 3A |
| Octal | 65 | 52 | 376 | 117 | 123 | 0 | 0 | 363 | 143 | 72 |
| Binary | 110101 | 101010 | 11111110 | 1001111 | 1010011 | 0 | 0 | 11110011 | 1100011 | 111010 |
Color Harmonies of #352AFE
Complementary color
Monochromatic Colors of #352AFE
Black with #352AFE
Text Example
Text Example
White with #352AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352AFE; }
p { color: rgb(53,42,254); }
H1.HeaderClassName
{
color: #352AFE;
}
.AnyTagClassName
{
color: #352AFE;
}
</style>
background-color css
<style>
a { background-color: #352AFE; }
a { background-color: rgb(53,42,254); }
div.DivClassName
{
background-color: #352AFE;
}
.BgClassName
{
background-color: #352AFE;
}
</style>
border-color css
<style>
span { border-color: #352AFE; }
span { border-color: rgb(53,42,254); }
td.TdClassName
{
border-color: #352AFE;
}
.TagClassName
{
border-color: #352AFE;
}
</style>