Shades of Han Purple #352BEB
Tints of Han Purple #352BEB
RGB
CMYK
RGB Variations
Color information
#352BEB (or 0x352BEB) is known color: Han Purple. HEX triplet: 35, 2B and EB. RGB value is (53,43,235). Sum of RGB (Red+Green+Blue) = 53+43+235=331 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.01% from 331); Green value is 43 (17.19% from 255 or 12.99% from 331); Blue value is 235 (92.19% from 255 or 71.00% from 331); Max value from RGB is 235 - color contains mainly: blue. Hex color #352BEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #352BEB is #CAD414. Grayscale: #434343. Windows color (decimal): -13292565 or 15412021. OLE color: 15412021.
HSL color Cylindrical-coordinate representation of color #352BEB: hue angle of 243.13º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #352BEB is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 53 | 43 | 235 | - |
| CMYK | 0.77 | 0.82 | 0 | 0.08 |
| HSL | 243.13º | 0.83% | 0.55% | - |
| HSV(B) | 243.13º | 0.82% | 0.92% | - |
| XYZ | 17.33 | 8.48 | 79.32 | - |
| YUV | 67.88 | 222.31 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 43 | 235 | 0.77 | 0.82 | 0 | 0.08 | 243.13 | 0.83 | 0.55 |
| Hex | 35 | 2B | EB | 4D | 52 | 0 | 8 | F3 | 53 | 37 |
| Octal | 65 | 53 | 353 | 115 | 122 | 0 | 10 | 363 | 123 | 67 |
| Binary | 110101 | 101011 | 11101011 | 1001101 | 1010010 | 0 | 1000 | 11110011 | 1010011 | 110111 |
Color Harmonies of #352BEB
Complementary color
Monochromatic Colors of #352BEB
Black with #352BEB
Text Example
Text Example
White with #352BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352BEB; }
p { color: rgb(53,43,235); }
H1.HeaderClassName
{
color: #352BEB;
}
.AnyTagClassName
{
color: #352BEB;
}
</style>
background-color css
<style>
a { background-color: #352BEB; }
a { background-color: rgb(53,43,235); }
div.DivClassName
{
background-color: #352BEB;
}
.BgClassName
{
background-color: #352BEB;
}
</style>
border-color css
<style>
span { border-color: #352BEB; }
span { border-color: rgb(53,43,235); }
td.TdClassName
{
border-color: #352BEB;
}
.TagClassName
{
border-color: #352BEB;
}
</style>