Shades of Han Purple #352EEB
Tints of Han Purple #352EEB
RGB
CMYK
RGB Variations
Color information
#352EEB (or 0x352EEB) is known color: Han Purple. HEX triplet: 35, 2E and EB. RGB value is (53,46,235). Sum of RGB (Red+Green+Blue) = 53+46+235=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 46 (18.36% from 255 or 13.77% from 334); Blue value is 235 (92.19% from 255 or 70.36% from 334); Max value from RGB is 235 - color contains mainly: blue. Hex color #352EEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #352EEB is #CAD114. Grayscale: #444444. Windows color (decimal): -13291797 or 15412789. OLE color: 15412789.
HSL color Cylindrical-coordinate representation of color #352EEB: hue angle of 242.22º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #352EEB is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 53 | 46 | 235 | - |
| CMYK | 0.77 | 0.80 | 0 | 0.08 |
| HSL | 242.22º | 0.83% | 0.55% | - |
| HSV(B) | 242.22º | 0.8% | 0.92% | - |
| XYZ | 17.44 | 8.71 | 79.36 | - |
| YUV | 69.64 | 221.32 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 46 | 235 | 0.77 | 0.80 | 0 | 0.08 | 242.22 | 0.83 | 0.55 |
| Hex | 35 | 2E | EB | 4D | 50 | 0 | 8 | F2 | 53 | 37 |
| Octal | 65 | 56 | 353 | 115 | 120 | 0 | 10 | 362 | 123 | 67 |
| Binary | 110101 | 101110 | 11101011 | 1001101 | 1010000 | 0 | 1000 | 11110010 | 1010011 | 110111 |
Color Harmonies of #352EEB
Complementary color
Monochromatic Colors of #352EEB
Black with #352EEB
Text Example
Text Example
White with #352EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352EEB; }
p { color: rgb(53,46,235); }
H1.HeaderClassName
{
color: #352EEB;
}
.AnyTagClassName
{
color: #352EEB;
}
</style>
background-color css
<style>
a { background-color: #352EEB; }
a { background-color: rgb(53,46,235); }
div.DivClassName
{
background-color: #352EEB;
}
.BgClassName
{
background-color: #352EEB;
}
</style>
border-color css
<style>
span { border-color: #352EEB; }
span { border-color: rgb(53,46,235); }
td.TdClassName
{
border-color: #352EEB;
}
.TagClassName
{
border-color: #352EEB;
}
</style>