Shades of Han Purple #3512D0
Tints of Han Purple #3512D0
RGB
CMYK
RGB Variations
Color information
#3512D0 (or 0x3512D0) is known color: Han Purple. HEX triplet: 35, 12 and D0. RGB value is (53,18,208). Sum of RGB (Red+Green+Blue) = 53+18+208=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 208 (81.64% from 255 or 74.55% from 279); Max value from RGB is 208 - color contains mainly: blue. Hex color #3512D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3512D0 is #CAED2F. Grayscale: #313131. Windows color (decimal): -13298992 or 13636149. OLE color: 13636149.
HSL color Cylindrical-coordinate representation of color #3512D0: hue angle of 251.05º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3512D0 is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 18 | 208 | - |
| CMYK | 0.75 | 0.91 | 0 | 0.18 |
| HSL | 251.05º | 0.84% | 0.44% | - |
| HSV(B) | 251.05º | 0.91% | 0.82% | - |
| XYZ | 13.07 | 5.74 | 60.09 | - |
| YUV | 50.13 | 217.1 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 18 | 208 | 0.75 | 0.91 | 0 | 0.18 | 251.05 | 0.84 | 0.44 |
| Hex | 35 | 12 | D0 | 4B | 5B | 0 | 12 | FB | 54 | 2C |
| Octal | 65 | 22 | 320 | 113 | 133 | 0 | 22 | 373 | 124 | 54 |
| Binary | 110101 | 10010 | 11010000 | 1001011 | 1011011 | 0 | 10010 | 11111011 | 1010100 | 101100 |
Color Harmonies of #3512D0
Complementary color
Monochromatic Colors of #3512D0
Black with #3512D0
Text Example
Text Example
White with #3512D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3512D0; }
p { color: rgb(53,18,208); }
H1.HeaderClassName
{
color: #3512D0;
}
.AnyTagClassName
{
color: #3512D0;
}
</style>
background-color css
<style>
a { background-color: #3512D0; }
a { background-color: rgb(53,18,208); }
div.DivClassName
{
background-color: #3512D0;
}
.BgClassName
{
background-color: #3512D0;
}
</style>
border-color css
<style>
span { border-color: #3512D0; }
span { border-color: rgb(53,18,208); }
td.TdClassName
{
border-color: #3512D0;
}
.TagClassName
{
border-color: #3512D0;
}
</style>