Shades of Han Purple #3501F1
Tints of Han Purple #3501F1
RGB
CMYK
RGB Variations
Color information
#3501F1 (or 0x3501F1) is known color: Han Purple. HEX triplet: 35, 01 and F1. RGB value is (53,1,241). Sum of RGB (Red+Green+Blue) = 53+1+241=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 241 (94.53% from 255 or 81.69% from 295); Max value from RGB is 241 - color contains mainly: blue. Hex color #3501F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3501F1 is #CAFE0E. Grayscale: #2B2B2B. Windows color (decimal): -13303311 or 15794485. OLE color: 15794485.
HSL color Cylindrical-coordinate representation of color #3501F1: hue angle of 253º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3501F1 is Cyan = 0.78, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 53 | 1 | 241 | - |
| CMYK | 0.78 | 1.00 | 0 | 0.05 |
| HSL | 253º | 0.99% | 0.47% | - |
| HSV(B) | 253º | 1% | 0.95% | - |
| XYZ | 17.36 | 7.13 | 83.68 | - |
| YUV | 43.91 | 239.23 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 1 | 241 | 0.78 | 1.00 | 0 | 0.05 | 253 | 0.99 | 0.47 |
| Hex | 35 | 1 | F1 | 4E | 64 | 0 | 5 | FD | 63 | 2F |
| Octal | 65 | 1 | 361 | 116 | 144 | 0 | 5 | 375 | 143 | 57 |
| Binary | 110101 | 1 | 11110001 | 1001110 | 1100100 | 0 | 101 | 11111101 | 1100011 | 101111 |
Color Harmonies of #3501F1
Complementary color
Monochromatic Colors of #3501F1
Black with #3501F1
Text Example
Text Example
White with #3501F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3501F1; }
p { color: rgb(53,1,241); }
H1.HeaderClassName
{
color: #3501F1;
}
.AnyTagClassName
{
color: #3501F1;
}
</style>
background-color css
<style>
a { background-color: #3501F1; }
a { background-color: rgb(53,1,241); }
div.DivClassName
{
background-color: #3501F1;
}
.BgClassName
{
background-color: #3501F1;
}
</style>
border-color css
<style>
span { border-color: #3501F1; }
span { border-color: rgb(53,1,241); }
td.TdClassName
{
border-color: #3501F1;
}
.TagClassName
{
border-color: #3501F1;
}
</style>