Shades of Han Purple #351BF6
Tints of Han Purple #351BF6
RGB
CMYK
RGB Variations
Color information
#351BF6 (or 0x351BF6) is known color: Han Purple. HEX triplet: 35, 1B and F6. RGB value is (53,27,246). Sum of RGB (Red+Green+Blue) = 53+27+246=326 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.26% from 326); Green value is 27 (10.94% from 255 or 8.28% from 326); Blue value is 246 (96.48% from 255 or 75.46% from 326); Max value from RGB is 246 - color contains mainly: blue. Hex color #351BF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #351BF6 is #CAE409. Grayscale: #3A3A3A. Windows color (decimal): -13296650 or 16128821. OLE color: 16128821.
HSL color Cylindrical-coordinate representation of color #351BF6: hue angle of 247.12º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #351BF6 is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 53 | 27 | 246 | - |
| CMYK | 0.78 | 0.89 | 0 | 0.04 |
| HSL | 247.12º | 0.92% | 0.54% | - |
| HSV(B) | 247.12º | 0.89% | 0.96% | - |
| XYZ | 18.49 | 8.19 | 87.8 | - |
| YUV | 59.74 | 233.11 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 27 | 246 | 0.78 | 0.89 | 0 | 0.04 | 247.12 | 0.92 | 0.54 |
| Hex | 35 | 1B | F6 | 4E | 59 | 0 | 4 | F7 | 5C | 36 |
| Octal | 65 | 33 | 366 | 116 | 131 | 0 | 4 | 367 | 134 | 66 |
| Binary | 110101 | 11011 | 11110110 | 1001110 | 1011001 | 0 | 100 | 11110111 | 1011100 | 110110 |
Color Harmonies of #351BF6
Complementary color
Monochromatic Colors of #351BF6
Black with #351BF6
Text Example
Text Example
White with #351BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351BF6; }
p { color: rgb(53,27,246); }
H1.HeaderClassName
{
color: #351BF6;
}
.AnyTagClassName
{
color: #351BF6;
}
</style>
background-color css
<style>
a { background-color: #351BF6; }
a { background-color: rgb(53,27,246); }
div.DivClassName
{
background-color: #351BF6;
}
.BgClassName
{
background-color: #351BF6;
}
</style>
border-color css
<style>
span { border-color: #351BF6; }
span { border-color: rgb(53,27,246); }
td.TdClassName
{
border-color: #351BF6;
}
.TagClassName
{
border-color: #351BF6;
}
</style>