Shades of Han Purple #351DFB
Tints of Han Purple #351DFB
RGB
CMYK
RGB Variations
Color information
#351DFB (or 0x351DFB) is known color: Han Purple. HEX triplet: 35, 1D and FB. RGB value is (53,29,251). Sum of RGB (Red+Green+Blue) = 53+29+251=333 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.92% from 333); Green value is 29 (11.72% from 255 or 8.71% from 333); Blue value is 251 (98.44% from 255 or 75.38% from 333); Max value from RGB is 251 - color contains mainly: blue. Hex color #351DFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #351DFB is #CAE204. Grayscale: #3C3C3C. Windows color (decimal): -13296133 or 16457013. OLE color: 16457013.
HSL color Cylindrical-coordinate representation of color #351DFB: hue angle of 246.49º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #351DFB is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 53 | 29 | 251 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.02 |
| HSL | 246.49º | 0.97% | 0.55% | - |
| HSV(B) | 246.49º | 0.88% | 0.98% | - |
| XYZ | 19.32 | 8.6 | 91.91 | - |
| YUV | 61.48 | 234.95 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 29 | 251 | 0.79 | 0.88 | 0 | 0.02 | 246.49 | 0.97 | 0.55 |
| Hex | 35 | 1D | FB | 4F | 58 | 0 | 2 | F6 | 61 | 37 |
| Octal | 65 | 35 | 373 | 117 | 130 | 0 | 2 | 366 | 141 | 67 |
| Binary | 110101 | 11101 | 11111011 | 1001111 | 1011000 | 0 | 10 | 11110110 | 1100001 | 110111 |
Color Harmonies of #351DFB
Complementary color
Monochromatic Colors of #351DFB
Black with #351DFB
Text Example
Text Example
White with #351DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351DFB; }
p { color: rgb(53,29,251); }
H1.HeaderClassName
{
color: #351DFB;
}
.AnyTagClassName
{
color: #351DFB;
}
</style>
background-color css
<style>
a { background-color: #351DFB; }
a { background-color: rgb(53,29,251); }
div.DivClassName
{
background-color: #351DFB;
}
.BgClassName
{
background-color: #351DFB;
}
</style>
border-color css
<style>
span { border-color: #351DFB; }
span { border-color: rgb(53,29,251); }
td.TdClassName
{
border-color: #351DFB;
}
.TagClassName
{
border-color: #351DFB;
}
</style>