Shades of Han Purple #352CEF
Tints of Han Purple #352CEF
RGB
CMYK
RGB Variations
Color information
#352CEF (or 0x352CEF) is known color: Han Purple. HEX triplet: 35, 2C and EF. RGB value is (53,44,239). Sum of RGB (Red+Green+Blue) = 53+44+239=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 44 (17.58% from 255 or 13.10% from 336); Blue value is 239 (93.75% from 255 or 71.13% from 336); Max value from RGB is 239 - color contains mainly: blue. Hex color #352CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #352CEF is #CAD310. Grayscale: #444444. Windows color (decimal): -13292305 or 15674421. OLE color: 15674421.
HSL color Cylindrical-coordinate representation of color #352CEF: hue angle of 242.77º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #352CEF is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 53 | 44 | 239 | - |
| CMYK | 0.78 | 0.82 | 0 | 0.06 |
| HSL | 242.77º | 0.86% | 0.55% | - |
| HSV(B) | 242.77º | 0.82% | 0.94% | - |
| XYZ | 17.95 | 8.79 | 82.41 | - |
| YUV | 68.92 | 223.98 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 44 | 239 | 0.78 | 0.82 | 0 | 0.06 | 242.77 | 0.86 | 0.55 |
| Hex | 35 | 2C | EF | 4E | 52 | 0 | 6 | F3 | 56 | 37 |
| Octal | 65 | 54 | 357 | 116 | 122 | 0 | 6 | 363 | 126 | 67 |
| Binary | 110101 | 101100 | 11101111 | 1001110 | 1010010 | 0 | 110 | 11110011 | 1010110 | 110111 |
Color Harmonies of #352CEF
Complementary color
Monochromatic Colors of #352CEF
Black with #352CEF
Text Example
Text Example
White with #352CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352CEF; }
p { color: rgb(53,44,239); }
H1.HeaderClassName
{
color: #352CEF;
}
.AnyTagClassName
{
color: #352CEF;
}
</style>
background-color css
<style>
a { background-color: #352CEF; }
a { background-color: rgb(53,44,239); }
div.DivClassName
{
background-color: #352CEF;
}
.BgClassName
{
background-color: #352CEF;
}
</style>
border-color css
<style>
span { border-color: #352CEF; }
span { border-color: rgb(53,44,239); }
td.TdClassName
{
border-color: #352CEF;
}
.TagClassName
{
border-color: #352CEF;
}
</style>