Shades of Han Purple #3503DF
Tints of Han Purple #3503DF
RGB
CMYK
RGB Variations
Color information
#3503DF (or 0x3503DF) is known color: Han Purple. HEX triplet: 35, 03 and DF. RGB value is (53,3,223). Sum of RGB (Red+Green+Blue) = 53+3+223=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 223 (87.5% from 255 or 79.93% from 279); Max value from RGB is 223 - color contains mainly: blue. Hex color #3503DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3503DF is #CAFC20. Grayscale: #2A2A2A. Windows color (decimal): -13302817 or 14615349. OLE color: 14615349.
HSL color Cylindrical-coordinate representation of color #3503DF: hue angle of 253.64º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3503DF is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 3 | 223 | - |
| CMYK | 0.76 | 0.99 | 0 | 0.13 |
| HSL | 253.64º | 0.97% | 0.44% | - |
| HSV(B) | 253.64º | 0.99% | 0.87% | - |
| XYZ | 14.82 | 6.15 | 70.22 | - |
| YUV | 43.03 | 229.57 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 3 | 223 | 0.76 | 0.99 | 0 | 0.13 | 253.64 | 0.97 | 0.44 |
| Hex | 35 | 3 | DF | 4C | 63 | 0 | D | FE | 61 | 2C |
| Octal | 65 | 3 | 337 | 114 | 143 | 0 | 15 | 376 | 141 | 54 |
| Binary | 110101 | 11 | 11011111 | 1001100 | 1100011 | 0 | 1101 | 11111110 | 1100001 | 101100 |
Color Harmonies of #3503DF
Complementary color
Monochromatic Colors of #3503DF
Black with #3503DF
Text Example
Text Example
White with #3503DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3503DF; }
p { color: rgb(53,3,223); }
H1.HeaderClassName
{
color: #3503DF;
}
.AnyTagClassName
{
color: #3503DF;
}
</style>
background-color css
<style>
a { background-color: #3503DF; }
a { background-color: rgb(53,3,223); }
div.DivClassName
{
background-color: #3503DF;
}
.BgClassName
{
background-color: #3503DF;
}
</style>
border-color css
<style>
span { border-color: #3503DF; }
span { border-color: rgb(53,3,223); }
td.TdClassName
{
border-color: #3503DF;
}
.TagClassName
{
border-color: #3503DF;
}
</style>