Shades of Han Purple #3500FD
Tints of Han Purple #3500FD
RGB
CMYK
RGB Variations
Color information
#3500FD (or 0x3500FD) is known color: Han Purple. HEX triplet: 35, 00 and FD. RGB value is (53,0,253). Sum of RGB (Red+Green+Blue) = 53+0+253=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 253 (99.22% from 255 or 82.68% from 306); Max value from RGB is 253 - color contains mainly: blue. Hex color #3500FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3500FD is #CAFF02. Grayscale: #2B2B2B. Windows color (decimal): -13303555 or 16580661. OLE color: 16580661.
HSL color Cylindrical-coordinate representation of color #3500FD: hue angle of 252.57º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3500FD is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 53 | 0 | 253 | - |
| CMYK | 0.79 | 1 | 0 | 0.01 |
| HSL | 252.57º | 1% | 0.5% | - |
| HSV(B) | 252.57º | 1% | 0.99% | - |
| XYZ | 19.2 | 7.85 | 93.43 | - |
| YUV | 44.69 | 245.56 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 0 | 253 | 0.79 | 1 | 0 | 0.01 | 252.57 | 1 | 0.5 |
| Hex | 35 | 0 | FD | 4F | 64 | 0 | 1 | FD | 64 | 32 |
| Octal | 65 | 0 | 375 | 117 | 144 | 0 | 1 | 375 | 144 | 62 |
| Binary | 110101 | 0 | 11111101 | 1001111 | 1100100 | 0 | 1 | 11111101 | 1100100 | 110010 |
Color Harmonies of #3500FD
Complementary color
Monochromatic Colors of #3500FD
Black with #3500FD
Text Example
Text Example
White with #3500FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3500FD; }
p { color: rgb(53,0,253); }
H1.HeaderClassName
{
color: #3500FD;
}
.AnyTagClassName
{
color: #3500FD;
}
</style>
background-color css
<style>
a { background-color: #3500FD; }
a { background-color: rgb(53,0,253); }
div.DivClassName
{
background-color: #3500FD;
}
.BgClassName
{
background-color: #3500FD;
}
</style>
border-color css
<style>
span { border-color: #3500FD; }
span { border-color: rgb(53,0,253); }
td.TdClassName
{
border-color: #3500FD;
}
.TagClassName
{
border-color: #3500FD;
}
</style>