Shades of Han Purple #3503D3
Tints of Han Purple #3503D3
RGB
CMYK
RGB Variations
Color information
#3503D3 (or 0x3503D3) is known color: Han Purple. HEX triplet: 35, 03 and D3. RGB value is (53,3,211). Sum of RGB (Red+Green+Blue) = 53+3+211=267 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.85% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 211 (82.81% from 255 or 79.03% from 267); Max value from RGB is 211 - color contains mainly: blue. Hex color #3503D3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3503D3 is #CAFC2C. Grayscale: #282828. Windows color (decimal): -13302829 or 13828917. OLE color: 13828917.
HSL color Cylindrical-coordinate representation of color #3503D3: hue angle of 254.42º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3503D3 is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 53 | 3 | 211 | - |
| CMYK | 0.75 | 0.99 | 0 | 0.17 |
| HSL | 254.42º | 0.97% | 0.42% | - |
| HSV(B) | 254.42º | 0.99% | 0.83% | - |
| XYZ | 13.26 | 5.53 | 62 | - |
| YUV | 41.66 | 223.57 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 3 | 211 | 0.75 | 0.99 | 0 | 0.17 | 254.42 | 0.97 | 0.42 |
| Hex | 35 | 3 | D3 | 4B | 63 | 0 | 11 | FE | 61 | 2A |
| Octal | 65 | 3 | 323 | 113 | 143 | 0 | 21 | 376 | 141 | 52 |
| Binary | 110101 | 11 | 11010011 | 1001011 | 1100011 | 0 | 10001 | 11111110 | 1100001 | 101010 |
Color Harmonies of #3503D3
Complementary color
Monochromatic Colors of #3503D3
Black with #3503D3
Text Example
Text Example
White with #3503D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3503D3; }
p { color: rgb(53,3,211); }
H1.HeaderClassName
{
color: #3503D3;
}
.AnyTagClassName
{
color: #3503D3;
}
</style>
background-color css
<style>
a { background-color: #3503D3; }
a { background-color: rgb(53,3,211); }
div.DivClassName
{
background-color: #3503D3;
}
.BgClassName
{
background-color: #3503D3;
}
</style>
border-color css
<style>
span { border-color: #3503D3; }
span { border-color: rgb(53,3,211); }
td.TdClassName
{
border-color: #3503D3;
}
.TagClassName
{
border-color: #3503D3;
}
</style>