Shades of Han Purple #352BDF
Tints of Han Purple #352BDF
RGB
CMYK
RGB Variations
Color information
#352BDF (or 0x352BDF) is known color: Han Purple. HEX triplet: 35, 2B and DF. RGB value is (53,43,223). Sum of RGB (Red+Green+Blue) = 53+43+223=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 43 (17.19% from 255 or 13.48% from 319); Blue value is 223 (87.5% from 255 or 69.91% from 319); Max value from RGB is 223 - color contains mainly: blue. Hex color #352BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352BDF is #CAD420. Grayscale: #414141. Windows color (decimal): -13292577 or 14625589. OLE color: 14625589.
HSL color Cylindrical-coordinate representation of color #352BDF: hue angle of 243.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #352BDF is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 43 | 223 | - |
| CMYK | 0.76 | 0.81 | 0 | 0.13 |
| HSL | 243.33º | 0.74% | 0.52% | - |
| HSV(B) | 243.33º | 0.81% | 0.87% | - |
| XYZ | 15.65 | 7.81 | 70.5 | - |
| YUV | 66.51 | 216.31 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 43 | 223 | 0.76 | 0.81 | 0 | 0.13 | 243.33 | 0.74 | 0.52 |
| Hex | 35 | 2B | DF | 4C | 51 | 0 | D | F3 | 4A | 34 |
| Octal | 65 | 53 | 337 | 114 | 121 | 0 | 15 | 363 | 112 | 64 |
| Binary | 110101 | 101011 | 11011111 | 1001100 | 1010001 | 0 | 1101 | 11110011 | 1001010 | 110100 |
Color Harmonies of #352BDF
Complementary color
Monochromatic Colors of #352BDF
Black with #352BDF
Text Example
Text Example
White with #352BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352BDF; }
p { color: rgb(53,43,223); }
H1.HeaderClassName
{
color: #352BDF;
}
.AnyTagClassName
{
color: #352BDF;
}
</style>
background-color css
<style>
a { background-color: #352BDF; }
a { background-color: rgb(53,43,223); }
div.DivClassName
{
background-color: #352BDF;
}
.BgClassName
{
background-color: #352BDF;
}
</style>
border-color css
<style>
span { border-color: #352BDF; }
span { border-color: rgb(53,43,223); }
td.TdClassName
{
border-color: #352BDF;
}
.TagClassName
{
border-color: #352BDF;
}
</style>