Shades of Han Purple #352AFF
Tints of Han Purple #352AFF
RGB
CMYK
RGB Variations
Color information
#352AFF (or 0x352AFF) is known color: Han Purple. HEX triplet: 35, 2A and FF. RGB value is (53,42,255). Sum of RGB (Red+Green+Blue) = 53+42+255=350 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.14% from 350); Green value is 42 (16.80% from 255 or 12% from 350); Blue value is 255 (100% from 255 or 72.86% from 350); Max value from RGB is 255 - color contains mainly: blue. Hex color #352AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #352AFF is #CAD500. Grayscale: #444444. Windows color (decimal): -13292801 or 16722485. OLE color: 16722485.
HSL color Cylindrical-coordinate representation of color #352AFF: hue angle of 243.1º 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 #352AFF is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 42 | 255 | - |
| CMYK | 0.79 | 0.84 | 0 | 0 |
| HSL | 243.1º | 1% | 0.58% | - |
| HSV(B) | 243.1º | 0.84% | 1% | - |
| XYZ | 20.35 | 9.63 | 95.39 | - |
| YUV | 69.57 | 232.64 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 42 | 255 | 0.79 | 0.84 | 0 | 0 | 243.1 | 1 | 0.58 |
| Hex | 35 | 2A | FF | 4F | 54 | 0 | 0 | F3 | 64 | 3A |
| Octal | 65 | 52 | 377 | 117 | 124 | 0 | 0 | 363 | 144 | 72 |
| Binary | 110101 | 101010 | 11111111 | 1001111 | 1010100 | 0 | 0 | 11110011 | 1100100 | 111010 |
Color Harmonies of #352AFF
Complementary color
Monochromatic Colors of #352AFF
Black with #352AFF
Text Example
Text Example
White with #352AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352AFF; }
p { color: rgb(53,42,255); }
H1.HeaderClassName
{
color: #352AFF;
}
.AnyTagClassName
{
color: #352AFF;
}
</style>
background-color css
<style>
a { background-color: #352AFF; }
a { background-color: rgb(53,42,255); }
div.DivClassName
{
background-color: #352AFF;
}
.BgClassName
{
background-color: #352AFF;
}
</style>
border-color css
<style>
span { border-color: #352AFF; }
span { border-color: rgb(53,42,255); }
td.TdClassName
{
border-color: #352AFF;
}
.TagClassName
{
border-color: #352AFF;
}
</style>