Shades of Han Purple #352CF2
Tints of Han Purple #352CF2
RGB
CMYK
RGB Variations
Color information
#352CF2 (or 0x352CF2) is known color: Han Purple. HEX triplet: 35, 2C and F2. RGB value is (53,44,242). Sum of RGB (Red+Green+Blue) = 53+44+242=339 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.63% from 339); Green value is 44 (17.58% from 255 or 12.98% from 339); Blue value is 242 (94.92% from 255 or 71.39% from 339); Max value from RGB is 242 - color contains mainly: blue. Hex color #352CF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #352CF2 is #CAD30D. Grayscale: #444444. Windows color (decimal): -13292302 or 15871029. OLE color: 15871029.
HSL color Cylindrical-coordinate representation of color #352CF2: hue angle of 242.73º 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 #352CF2 is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 53 | 44 | 242 | - |
| CMYK | 0.78 | 0.82 | 0 | 0.05 |
| HSL | 242.73º | 0.88% | 0.56% | - |
| HSV(B) | 242.73º | 0.82% | 0.95% | - |
| XYZ | 18.4 | 8.97 | 84.77 | - |
| YUV | 69.26 | 225.48 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 44 | 242 | 0.78 | 0.82 | 0 | 0.05 | 242.73 | 0.88 | 0.56 |
| Hex | 35 | 2C | F2 | 4E | 52 | 0 | 5 | F3 | 58 | 38 |
| Octal | 65 | 54 | 362 | 116 | 122 | 0 | 5 | 363 | 130 | 70 |
| Binary | 110101 | 101100 | 11110010 | 1001110 | 1010010 | 0 | 101 | 11110011 | 1011000 | 111000 |
Color Harmonies of #352CF2
Complementary color
Monochromatic Colors of #352CF2
Black with #352CF2
Text Example
Text Example
White with #352CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352CF2; }
p { color: rgb(53,44,242); }
H1.HeaderClassName
{
color: #352CF2;
}
.AnyTagClassName
{
color: #352CF2;
}
</style>
background-color css
<style>
a { background-color: #352CF2; }
a { background-color: rgb(53,44,242); }
div.DivClassName
{
background-color: #352CF2;
}
.BgClassName
{
background-color: #352CF2;
}
</style>
border-color css
<style>
span { border-color: #352CF2; }
span { border-color: rgb(53,44,242); }
td.TdClassName
{
border-color: #352CF2;
}
.TagClassName
{
border-color: #352CF2;
}
</style>