Shades of Han Purple #352CEE
Tints of Han Purple #352CEE
RGB
CMYK
RGB Variations
Color information
#352CEE (or 0x352CEE) is known color: Han Purple. HEX triplet: 35, 2C and EE. RGB value is (53,44,238). Sum of RGB (Red+Green+Blue) = 53+44+238=335 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.82% from 335); Green value is 44 (17.58% from 255 or 13.13% from 335); Blue value is 238 (93.36% from 255 or 71.04% from 335); Max value from RGB is 238 - color contains mainly: blue. Hex color #352CEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #352CEE is #CAD311. Grayscale: #444444. Windows color (decimal): -13292306 or 15608885. OLE color: 15608885.
HSL color Cylindrical-coordinate representation of color #352CEE: hue angle of 242.78º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #352CEE is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 44 | 238 | - |
| CMYK | 0.78 | 0.82 | 0 | 0.07 |
| HSL | 242.78º | 0.85% | 0.55% | - |
| HSV(B) | 242.78º | 0.82% | 0.93% | - |
| XYZ | 17.8 | 8.73 | 81.64 | - |
| YUV | 68.81 | 223.48 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 44 | 238 | 0.78 | 0.82 | 0 | 0.07 | 242.78 | 0.85 | 0.55 |
| Hex | 35 | 2C | EE | 4E | 52 | 0 | 7 | F3 | 55 | 37 |
| Octal | 65 | 54 | 356 | 116 | 122 | 0 | 7 | 363 | 125 | 67 |
| Binary | 110101 | 101100 | 11101110 | 1001110 | 1010010 | 0 | 111 | 11110011 | 1010101 | 110111 |
Color Harmonies of #352CEE
Complementary color
Monochromatic Colors of #352CEE
Black with #352CEE
Text Example
Text Example
White with #352CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352CEE; }
p { color: rgb(53,44,238); }
H1.HeaderClassName
{
color: #352CEE;
}
.AnyTagClassName
{
color: #352CEE;
}
</style>
background-color css
<style>
a { background-color: #352CEE; }
a { background-color: rgb(53,44,238); }
div.DivClassName
{
background-color: #352CEE;
}
.BgClassName
{
background-color: #352CEE;
}
</style>
border-color css
<style>
span { border-color: #352CEE; }
span { border-color: rgb(53,44,238); }
td.TdClassName
{
border-color: #352CEE;
}
.TagClassName
{
border-color: #352CEE;
}
</style>