Shades of Han Purple #352DED
Tints of Han Purple #352DED
RGB
CMYK
RGB Variations
Color information
#352DED (or 0x352DED) is known color: Han Purple. HEX triplet: 35, 2D and ED. RGB value is (53,45,237). Sum of RGB (Red+Green+Blue) = 53+45+237=335 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.82% from 335); Green value is 45 (17.97% from 255 or 13.43% from 335); Blue value is 237 (92.97% from 255 or 70.75% from 335); Max value from RGB is 237 - color contains mainly: blue. Hex color #352DED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #352DED is #CAD212. Grayscale: #444444. Windows color (decimal): -13292051 or 15543605. OLE color: 15543605.
HSL color Cylindrical-coordinate representation of color #352DED: hue angle of 242.5º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #352DED is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 45 | 237 | - |
| CMYK | 0.78 | 0.81 | 0 | 0.07 |
| HSL | 242.5º | 0.84% | 0.55% | - |
| HSV(B) | 242.5º | 0.81% | 0.93% | - |
| XYZ | 17.69 | 8.75 | 80.88 | - |
| YUV | 69.28 | 222.65 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 45 | 237 | 0.78 | 0.81 | 0 | 0.07 | 242.5 | 0.84 | 0.55 |
| Hex | 35 | 2D | ED | 4E | 51 | 0 | 7 | F2 | 54 | 37 |
| Octal | 65 | 55 | 355 | 116 | 121 | 0 | 7 | 362 | 124 | 67 |
| Binary | 110101 | 101101 | 11101101 | 1001110 | 1010001 | 0 | 111 | 11110010 | 1010100 | 110111 |
Color Harmonies of #352DED
Complementary color
Monochromatic Colors of #352DED
Black with #352DED
Text Example
Text Example
White with #352DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352DED; }
p { color: rgb(53,45,237); }
H1.HeaderClassName
{
color: #352DED;
}
.AnyTagClassName
{
color: #352DED;
}
</style>
background-color css
<style>
a { background-color: #352DED; }
a { background-color: rgb(53,45,237); }
div.DivClassName
{
background-color: #352DED;
}
.BgClassName
{
background-color: #352DED;
}
</style>
border-color css
<style>
span { border-color: #352DED; }
span { border-color: rgb(53,45,237); }
td.TdClassName
{
border-color: #352DED;
}
.TagClassName
{
border-color: #352DED;
}
</style>