Shades of Han Purple #350ADF
Tints of Han Purple #350ADF
RGB
CMYK
RGB Variations
Color information
#350ADF (or 0x350ADF) is known color: Han Purple. HEX triplet: 35, 0A and DF. RGB value is (53,10,223). Sum of RGB (Red+Green+Blue) = 53+10+223=286 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.53% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 223 (87.5% from 255 or 77.97% from 286); Max value from RGB is 223 - color contains mainly: blue. Hex color #350ADF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350ADF is #CAF520. Grayscale: #2E2E2E. Windows color (decimal): -13301025 or 14617141. OLE color: 14617141.
HSL color Cylindrical-coordinate representation of color #350ADF: hue angle of 252.11º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #350ADF is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 10 | 223 | - |
| CMYK | 0.76 | 0.96 | 0 | 0.13 |
| HSL | 252.11º | 0.91% | 0.46% | - |
| HSV(B) | 252.11º | 0.96% | 0.87% | - |
| XYZ | 14.9 | 6.3 | 70.24 | - |
| YUV | 47.14 | 227.25 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 10 | 223 | 0.76 | 0.96 | 0 | 0.13 | 252.11 | 0.91 | 0.46 |
| Hex | 35 | A | DF | 4C | 60 | 0 | D | FC | 5B | 2E |
| Octal | 65 | 12 | 337 | 114 | 140 | 0 | 15 | 374 | 133 | 56 |
| Binary | 110101 | 1010 | 11011111 | 1001100 | 1100000 | 0 | 1101 | 11111100 | 1011011 | 101110 |
Color Harmonies of #350ADF
Complementary color
Monochromatic Colors of #350ADF
Black with #350ADF
Text Example
Text Example
White with #350ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350ADF; }
p { color: rgb(53,10,223); }
H1.HeaderClassName
{
color: #350ADF;
}
.AnyTagClassName
{
color: #350ADF;
}
</style>
background-color css
<style>
a { background-color: #350ADF; }
a { background-color: rgb(53,10,223); }
div.DivClassName
{
background-color: #350ADF;
}
.BgClassName
{
background-color: #350ADF;
}
</style>
border-color css
<style>
span { border-color: #350ADF; }
span { border-color: rgb(53,10,223); }
td.TdClassName
{
border-color: #350ADF;
}
.TagClassName
{
border-color: #350ADF;
}
</style>