Shades of Han Purple #3512DF
Tints of Han Purple #3512DF
RGB
CMYK
RGB Variations
Color information
#3512DF (or 0x3512DF) is known color: Han Purple. HEX triplet: 35, 12 and DF. RGB value is (53,18,223). Sum of RGB (Red+Green+Blue) = 53+18+223=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 223 (87.5% from 255 or 75.85% from 294); Max value from RGB is 223 - color contains mainly: blue. Hex color #3512DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3512DF is #CAED20. Grayscale: #333333. Windows color (decimal): -13298977 or 14619189. OLE color: 14619189.
HSL color Cylindrical-coordinate representation of color #3512DF: hue angle of 250.24º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3512DF is Cyan = 0.76, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 18 | 223 | - |
| CMYK | 0.76 | 0.92 | 0 | 0.13 |
| HSL | 250.24º | 0.85% | 0.47% | - |
| HSV(B) | 250.24º | 0.92% | 0.87% | - |
| XYZ | 15 | 6.52 | 70.28 | - |
| YUV | 51.84 | 224.6 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 18 | 223 | 0.76 | 0.92 | 0 | 0.13 | 250.24 | 0.85 | 0.47 |
| Hex | 35 | 12 | DF | 4C | 5C | 0 | D | FA | 55 | 2F |
| Octal | 65 | 22 | 337 | 114 | 134 | 0 | 15 | 372 | 125 | 57 |
| Binary | 110101 | 10010 | 11011111 | 1001100 | 1011100 | 0 | 1101 | 11111010 | 1010101 | 101111 |
Color Harmonies of #3512DF
Complementary color
Monochromatic Colors of #3512DF
Black with #3512DF
Text Example
Text Example
White with #3512DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3512DF; }
p { color: rgb(53,18,223); }
H1.HeaderClassName
{
color: #3512DF;
}
.AnyTagClassName
{
color: #3512DF;
}
</style>
background-color css
<style>
a { background-color: #3512DF; }
a { background-color: rgb(53,18,223); }
div.DivClassName
{
background-color: #3512DF;
}
.BgClassName
{
background-color: #3512DF;
}
</style>
border-color css
<style>
span { border-color: #3512DF; }
span { border-color: rgb(53,18,223); }
td.TdClassName
{
border-color: #3512DF;
}
.TagClassName
{
border-color: #3512DF;
}
</style>