Shades of Han Purple #352CF1
Tints of Han Purple #352CF1
RGB
CMYK
RGB Variations
Color information
#352CF1 (or 0x352CF1) is known color: Han Purple. HEX triplet: 35, 2C and F1. RGB value is (53,44,241). Sum of RGB (Red+Green+Blue) = 53+44+241=338 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.68% from 338); Green value is 44 (17.58% from 255 or 13.02% from 338); Blue value is 241 (94.53% from 255 or 71.30% from 338); Max value from RGB is 241 - color contains mainly: blue. Hex color #352CF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #352CF1 is #CAD30E. Grayscale: #444444. Windows color (decimal): -13292303 or 15805493. OLE color: 15805493.
HSL color Cylindrical-coordinate representation of color #352CF1: hue angle of 242.74º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #352CF1 is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 53 | 44 | 241 | - |
| CMYK | 0.78 | 0.82 | 0 | 0.05 |
| HSL | 242.74º | 0.88% | 0.56% | - |
| HSV(B) | 242.74º | 0.82% | 0.95% | - |
| XYZ | 18.25 | 8.91 | 83.98 | - |
| YUV | 69.15 | 224.98 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 44 | 241 | 0.78 | 0.82 | 0 | 0.05 | 242.74 | 0.88 | 0.56 |
| Hex | 35 | 2C | F1 | 4E | 52 | 0 | 5 | F3 | 58 | 38 |
| Octal | 65 | 54 | 361 | 116 | 122 | 0 | 5 | 363 | 130 | 70 |
| Binary | 110101 | 101100 | 11110001 | 1001110 | 1010010 | 0 | 101 | 11110011 | 1011000 | 111000 |
Color Harmonies of #352CF1
Complementary color
Monochromatic Colors of #352CF1
Black with #352CF1
Text Example
Text Example
White with #352CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352CF1; }
p { color: rgb(53,44,241); }
H1.HeaderClassName
{
color: #352CF1;
}
.AnyTagClassName
{
color: #352CF1;
}
</style>
background-color css
<style>
a { background-color: #352CF1; }
a { background-color: rgb(53,44,241); }
div.DivClassName
{
background-color: #352CF1;
}
.BgClassName
{
background-color: #352CF1;
}
</style>
border-color css
<style>
span { border-color: #352CF1; }
span { border-color: rgb(53,44,241); }
td.TdClassName
{
border-color: #352CF1;
}
.TagClassName
{
border-color: #352CF1;
}
</style>