Shades of Han Purple #352EE6
Tints of Han Purple #352EE6
RGB
CMYK
RGB Variations
Color information
#352EE6 (or 0x352EE6) is known color: Han Purple. HEX triplet: 35, 2E and E6. RGB value is (53,46,230). Sum of RGB (Red+Green+Blue) = 53+46+230=329 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.11% from 329); Green value is 46 (18.36% from 255 or 13.98% from 329); Blue value is 230 (90.23% from 255 or 69.91% from 329); Max value from RGB is 230 - color contains mainly: blue. Hex color #352EE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #352EE6 is #CAD119. Grayscale: #444444. Windows color (decimal): -13291802 or 15085109. OLE color: 15085109.
HSL color Cylindrical-coordinate representation of color #352EE6: hue angle of 242.28º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #352EE6 is Cyan = 0.77, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 46 | 230 | - |
| CMYK | 0.77 | 0.8 | 0 | 0.10 |
| HSL | 242.28º | 0.79% | 0.54% | - |
| HSV(B) | 242.28º | 0.8% | 0.9% | - |
| XYZ | 16.73 | 8.42 | 75.61 | - |
| YUV | 69.07 | 218.82 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 46 | 230 | 0.77 | 0.8 | 0 | 0.10 | 242.28 | 0.79 | 0.54 |
| Hex | 35 | 2E | E6 | 4D | 50 | 0 | A | F2 | 4F | 36 |
| Octal | 65 | 56 | 346 | 115 | 120 | 0 | 12 | 362 | 117 | 66 |
| Binary | 110101 | 101110 | 11100110 | 1001101 | 1010000 | 0 | 1010 | 11110010 | 1001111 | 110110 |
Color Harmonies of #352EE6
Complementary color
Monochromatic Colors of #352EE6
Black with #352EE6
Text Example
Text Example
White with #352EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352EE6; }
p { color: rgb(53,46,230); }
H1.HeaderClassName
{
color: #352EE6;
}
.AnyTagClassName
{
color: #352EE6;
}
</style>
background-color css
<style>
a { background-color: #352EE6; }
a { background-color: rgb(53,46,230); }
div.DivClassName
{
background-color: #352EE6;
}
.BgClassName
{
background-color: #352EE6;
}
</style>
border-color css
<style>
span { border-color: #352EE6; }
span { border-color: rgb(53,46,230); }
td.TdClassName
{
border-color: #352EE6;
}
.TagClassName
{
border-color: #352EE6;
}
</style>