Shades of Han Purple #351EF0
Tints of Han Purple #351EF0
RGB
CMYK
RGB Variations
Color information
#351EF0 (or 0x351EF0) is known color: Han Purple. HEX triplet: 35, 1E and F0. RGB value is (53,30,240). Sum of RGB (Red+Green+Blue) = 53+30+240=323 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.41% from 323); Green value is 30 (12.11% from 255 or 9.29% from 323); Blue value is 240 (94.14% from 255 or 74.30% from 323); Max value from RGB is 240 - color contains mainly: blue. Hex color #351EF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #351EF0 is #CAE10F. Grayscale: #3B3B3B. Windows color (decimal): -13295888 or 15736373. OLE color: 15736373.
HSL color Cylindrical-coordinate representation of color #351EF0: hue angle of 246.57º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #351EF0 is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 53 | 30 | 240 | - |
| CMYK | 0.78 | 0.87 | 0 | 0.06 |
| HSL | 246.57º | 0.88% | 0.53% | - |
| HSV(B) | 246.57º | 0.88% | 0.94% | - |
| XYZ | 17.66 | 7.98 | 83.05 | - |
| YUV | 60.82 | 229.12 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 30 | 240 | 0.78 | 0.87 | 0 | 0.06 | 246.57 | 0.88 | 0.53 |
| Hex | 35 | 1E | F0 | 4E | 57 | 0 | 6 | F7 | 58 | 35 |
| Octal | 65 | 36 | 360 | 116 | 127 | 0 | 6 | 367 | 130 | 65 |
| Binary | 110101 | 11110 | 11110000 | 1001110 | 1010111 | 0 | 110 | 11110111 | 1011000 | 110101 |
Color Harmonies of #351EF0
Complementary color
Monochromatic Colors of #351EF0
Black with #351EF0
Text Example
Text Example
White with #351EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351EF0; }
p { color: rgb(53,30,240); }
H1.HeaderClassName
{
color: #351EF0;
}
.AnyTagClassName
{
color: #351EF0;
}
</style>
background-color css
<style>
a { background-color: #351EF0; }
a { background-color: rgb(53,30,240); }
div.DivClassName
{
background-color: #351EF0;
}
.BgClassName
{
background-color: #351EF0;
}
</style>
border-color css
<style>
span { border-color: #351EF0; }
span { border-color: rgb(53,30,240); }
td.TdClassName
{
border-color: #351EF0;
}
.TagClassName
{
border-color: #351EF0;
}
</style>