Shades of Han Purple #352EEE
Tints of Han Purple #352EEE
RGB
CMYK
RGB Variations
Color information
#352EEE (or 0x352EEE) is known color: Han Purple. HEX triplet: 35, 2E and EE. RGB value is (53,46,238). Sum of RGB (Red+Green+Blue) = 53+46+238=337 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.73% from 337); Green value is 46 (18.36% from 255 or 13.65% from 337); Blue value is 238 (93.36% from 255 or 70.62% from 337); Max value from RGB is 238 - color contains mainly: blue. Hex color #352EEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #352EEE is #CAD111. Grayscale: #454545. Windows color (decimal): -13291794 or 15609397. OLE color: 15609397.
HSL color Cylindrical-coordinate representation of color #352EEE: hue angle of 242.19º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #352EEE is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 46 | 238 | - |
| CMYK | 0.78 | 0.81 | 0 | 0.07 |
| HSL | 242.19º | 0.85% | 0.56% | - |
| HSV(B) | 242.19º | 0.81% | 0.93% | - |
| XYZ | 17.88 | 8.88 | 81.66 | - |
| YUV | 69.98 | 222.82 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 46 | 238 | 0.78 | 0.81 | 0 | 0.07 | 242.19 | 0.85 | 0.56 |
| Hex | 35 | 2E | EE | 4E | 51 | 0 | 7 | F2 | 55 | 38 |
| Octal | 65 | 56 | 356 | 116 | 121 | 0 | 7 | 362 | 125 | 70 |
| Binary | 110101 | 101110 | 11101110 | 1001110 | 1010001 | 0 | 111 | 11110010 | 1010101 | 111000 |
Color Harmonies of #352EEE
Complementary color
Monochromatic Colors of #352EEE
Black with #352EEE
Text Example
Text Example
White with #352EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352EEE; }
p { color: rgb(53,46,238); }
H1.HeaderClassName
{
color: #352EEE;
}
.AnyTagClassName
{
color: #352EEE;
}
</style>
background-color css
<style>
a { background-color: #352EEE; }
a { background-color: rgb(53,46,238); }
div.DivClassName
{
background-color: #352EEE;
}
.BgClassName
{
background-color: #352EEE;
}
</style>
border-color css
<style>
span { border-color: #352EEE; }
span { border-color: rgb(53,46,238); }
td.TdClassName
{
border-color: #352EEE;
}
.TagClassName
{
border-color: #352EEE;
}
</style>