Shades of Han Purple #351CF2
Tints of Han Purple #351CF2
RGB
CMYK
RGB Variations
Color information
#351CF2 (or 0x351CF2) is known color: Han Purple. HEX triplet: 35, 1C and F2. RGB value is (53,28,242). Sum of RGB (Red+Green+Blue) = 53+28+242=323 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.41% from 323); Green value is 28 (11.33% from 255 or 8.67% from 323); Blue value is 242 (94.92% from 255 or 74.92% from 323); Max value from RGB is 242 - color contains mainly: blue. Hex color #351CF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #351CF2 is #CAE30D. Grayscale: #3B3B3B. Windows color (decimal): -13296398 or 15866933. OLE color: 15866933.
HSL color Cylindrical-coordinate representation of color #351CF2: hue angle of 247.01º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #351CF2 is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 53 | 28 | 242 | - |
| CMYK | 0.78 | 0.88 | 0 | 0.05 |
| HSL | 247.01º | 0.89% | 0.53% | - |
| HSV(B) | 247.01º | 0.88% | 0.95% | - |
| XYZ | 17.91 | 8 | 84.6 | - |
| YUV | 59.87 | 230.78 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 28 | 242 | 0.78 | 0.88 | 0 | 0.05 | 247.01 | 0.89 | 0.53 |
| Hex | 35 | 1C | F2 | 4E | 58 | 0 | 5 | F7 | 59 | 35 |
| Octal | 65 | 34 | 362 | 116 | 130 | 0 | 5 | 367 | 131 | 65 |
| Binary | 110101 | 11100 | 11110010 | 1001110 | 1011000 | 0 | 101 | 11110111 | 1011001 | 110101 |
Color Harmonies of #351CF2
Complementary color
Monochromatic Colors of #351CF2
Black with #351CF2
Text Example
Text Example
White with #351CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351CF2; }
p { color: rgb(53,28,242); }
H1.HeaderClassName
{
color: #351CF2;
}
.AnyTagClassName
{
color: #351CF2;
}
</style>
background-color css
<style>
a { background-color: #351CF2; }
a { background-color: rgb(53,28,242); }
div.DivClassName
{
background-color: #351CF2;
}
.BgClassName
{
background-color: #351CF2;
}
</style>
border-color css
<style>
span { border-color: #351CF2; }
span { border-color: rgb(53,28,242); }
td.TdClassName
{
border-color: #351CF2;
}
.TagClassName
{
border-color: #351CF2;
}
</style>