Shades of Han Purple #352EEF
Tints of Han Purple #352EEF
RGB
CMYK
RGB Variations
Color information
#352EEF (or 0x352EEF) is known color: Han Purple. HEX triplet: 35, 2E and EF. RGB value is (53,46,239). Sum of RGB (Red+Green+Blue) = 53+46+239=338 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.68% from 338); Green value is 46 (18.36% from 255 or 13.61% from 338); Blue value is 239 (93.75% from 255 or 70.71% from 338); Max value from RGB is 239 - color contains mainly: blue. Hex color #352EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #352EEF is #CAD110. Grayscale: #454545. Windows color (decimal): -13291793 or 15674933. OLE color: 15674933.
HSL color Cylindrical-coordinate representation of color #352EEF: hue angle of 242.18º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #352EEF is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 53 | 46 | 239 | - |
| CMYK | 0.78 | 0.81 | 0 | 0.06 |
| HSL | 242.18º | 0.86% | 0.56% | - |
| HSV(B) | 242.18º | 0.81% | 0.94% | - |
| XYZ | 18.03 | 8.94 | 82.44 | - |
| YUV | 70.1 | 223.32 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 46 | 239 | 0.78 | 0.81 | 0 | 0.06 | 242.18 | 0.86 | 0.56 |
| Hex | 35 | 2E | EF | 4E | 51 | 0 | 6 | F2 | 56 | 38 |
| Octal | 65 | 56 | 357 | 116 | 121 | 0 | 6 | 362 | 126 | 70 |
| Binary | 110101 | 101110 | 11101111 | 1001110 | 1010001 | 0 | 110 | 11110010 | 1010110 | 111000 |
Color Harmonies of #352EEF
Complementary color
Monochromatic Colors of #352EEF
Black with #352EEF
Text Example
Text Example
White with #352EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352EEF; }
p { color: rgb(53,46,239); }
H1.HeaderClassName
{
color: #352EEF;
}
.AnyTagClassName
{
color: #352EEF;
}
</style>
background-color css
<style>
a { background-color: #352EEF; }
a { background-color: rgb(53,46,239); }
div.DivClassName
{
background-color: #352EEF;
}
.BgClassName
{
background-color: #352EEF;
}
</style>
border-color css
<style>
span { border-color: #352EEF; }
span { border-color: rgb(53,46,239); }
td.TdClassName
{
border-color: #352EEF;
}
.TagClassName
{
border-color: #352EEF;
}
</style>