Shades of Han Purple #352EE0
Tints of Han Purple #352EE0
RGB
CMYK
RGB Variations
Color information
#352EE0 (or 0x352EE0) is known color: Han Purple. HEX triplet: 35, 2E and E0. RGB value is (53,46,224). Sum of RGB (Red+Green+Blue) = 53+46+224=323 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.41% from 323); Green value is 46 (18.36% from 255 or 14.24% from 323); Blue value is 224 (87.89% from 255 or 69.35% from 323); Max value from RGB is 224 - color contains mainly: blue. Hex color #352EE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352EE0 is #CAD11F. Grayscale: #434343. Windows color (decimal): -13291808 or 14691893. OLE color: 14691893.
HSL color Cylindrical-coordinate representation of color #352EE0: hue angle of 242.36º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #352EE0 is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 53 | 46 | 224 | - |
| CMYK | 0.76 | 0.79 | 0 | 0.12 |
| HSL | 242.36º | 0.74% | 0.53% | - |
| HSV(B) | 242.36º | 0.79% | 0.88% | - |
| XYZ | 15.9 | 8.09 | 71.25 | - |
| YUV | 68.39 | 215.82 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 46 | 224 | 0.76 | 0.79 | 0 | 0.12 | 242.36 | 0.74 | 0.53 |
| Hex | 35 | 2E | E0 | 4C | 4F | 0 | C | F2 | 4A | 35 |
| Octal | 65 | 56 | 340 | 114 | 117 | 0 | 14 | 362 | 112 | 65 |
| Binary | 110101 | 101110 | 11100000 | 1001100 | 1001111 | 0 | 1100 | 11110010 | 1001010 | 110101 |
Color Harmonies of #352EE0
Complementary color
Monochromatic Colors of #352EE0
Black with #352EE0
Text Example
Text Example
White with #352EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352EE0; }
p { color: rgb(53,46,224); }
H1.HeaderClassName
{
color: #352EE0;
}
.AnyTagClassName
{
color: #352EE0;
}
</style>
background-color css
<style>
a { background-color: #352EE0; }
a { background-color: rgb(53,46,224); }
div.DivClassName
{
background-color: #352EE0;
}
.BgClassName
{
background-color: #352EE0;
}
</style>
border-color css
<style>
span { border-color: #352EE0; }
span { border-color: rgb(53,46,224); }
td.TdClassName
{
border-color: #352EE0;
}
.TagClassName
{
border-color: #352EE0;
}
</style>