Shades of Han Purple #3500F9
Tints of Han Purple #3500F9
RGB
CMYK
RGB Variations
Color information
#3500F9 (or 0x3500F9) is known color: Han Purple. HEX triplet: 35, 00 and F9. RGB value is (53,0,249). Sum of RGB (Red+Green+Blue) = 53+0+249=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 249 (97.66% from 255 or 82.45% from 302); Max value from RGB is 249 - color contains mainly: blue. Hex color #3500F9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3500F9 is #CAFF06. Grayscale: #2B2B2B. Windows color (decimal): -13303559 or 16318517. OLE color: 16318517.
HSL color Cylindrical-coordinate representation of color #3500F9: hue angle of 252.77º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3500F9 is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 53 | 0 | 249 | - |
| CMYK | 0.79 | 1 | 0 | 0.02 |
| HSL | 252.77º | 1% | 0.49% | - |
| HSV(B) | 252.77º | 1% | 0.98% | - |
| XYZ | 18.57 | 7.6 | 90.11 | - |
| YUV | 44.23 | 243.56 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 0 | 249 | 0.79 | 1 | 0 | 0.02 | 252.77 | 1 | 0.49 |
| Hex | 35 | 0 | F9 | 4F | 64 | 0 | 2 | FD | 64 | 31 |
| Octal | 65 | 0 | 371 | 117 | 144 | 0 | 2 | 375 | 144 | 61 |
| Binary | 110101 | 0 | 11111001 | 1001111 | 1100100 | 0 | 10 | 11111101 | 1100100 | 110001 |
Color Harmonies of #3500F9
Complementary color
Monochromatic Colors of #3500F9
Black with #3500F9
Text Example
Text Example
White with #3500F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3500F9; }
p { color: rgb(53,0,249); }
H1.HeaderClassName
{
color: #3500F9;
}
.AnyTagClassName
{
color: #3500F9;
}
</style>
background-color css
<style>
a { background-color: #3500F9; }
a { background-color: rgb(53,0,249); }
div.DivClassName
{
background-color: #3500F9;
}
.BgClassName
{
background-color: #3500F9;
}
</style>
border-color css
<style>
span { border-color: #3500F9; }
span { border-color: rgb(53,0,249); }
td.TdClassName
{
border-color: #3500F9;
}
.TagClassName
{
border-color: #3500F9;
}
</style>