Shades of Han Purple #351DFC
Tints of Han Purple #351DFC
RGB
CMYK
RGB Variations
Color information
#351DFC (or 0x351DFC) is known color: Han Purple. HEX triplet: 35, 1D and FC. RGB value is (53,29,252). Sum of RGB (Red+Green+Blue) = 53+29+252=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 29 (11.72% from 255 or 8.68% from 334); Blue value is 252 (98.83% from 255 or 75.45% from 334); Max value from RGB is 252 - color contains mainly: blue. Hex color #351DFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #351DFC is #CAE203. Grayscale: #3C3C3C. Windows color (decimal): -13296132 or 16522549. OLE color: 16522549.
HSL color Cylindrical-coordinate representation of color #351DFC: hue angle of 246.46º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #351DFC is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 53 | 29 | 252 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.01 |
| HSL | 246.46º | 0.97% | 0.55% | - |
| HSV(B) | 246.46º | 0.88% | 0.99% | - |
| XYZ | 19.48 | 8.66 | 92.74 | - |
| YUV | 61.6 | 235.45 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 29 | 252 | 0.79 | 0.88 | 0 | 0.01 | 246.46 | 0.97 | 0.55 |
| Hex | 35 | 1D | FC | 4F | 58 | 0 | 1 | F6 | 61 | 37 |
| Octal | 65 | 35 | 374 | 117 | 130 | 0 | 1 | 366 | 141 | 67 |
| Binary | 110101 | 11101 | 11111100 | 1001111 | 1011000 | 0 | 1 | 11110110 | 1100001 | 110111 |
Color Harmonies of #351DFC
Complementary color
Monochromatic Colors of #351DFC
Black with #351DFC
Text Example
Text Example
White with #351DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351DFC; }
p { color: rgb(53,29,252); }
H1.HeaderClassName
{
color: #351DFC;
}
.AnyTagClassName
{
color: #351DFC;
}
</style>
background-color css
<style>
a { background-color: #351DFC; }
a { background-color: rgb(53,29,252); }
div.DivClassName
{
background-color: #351DFC;
}
.BgClassName
{
background-color: #351DFC;
}
</style>
border-color css
<style>
span { border-color: #351DFC; }
span { border-color: rgb(53,29,252); }
td.TdClassName
{
border-color: #351DFC;
}
.TagClassName
{
border-color: #351DFC;
}
</style>