Shades of Han Purple #351BFF
Tints of Han Purple #351BFF
RGB
CMYK
RGB Variations
Color information
#351BFF (or 0x351BFF) is known color: Han Purple. HEX triplet: 35, 1B and FF. RGB value is (53,27,255). Sum of RGB (Red+Green+Blue) = 53+27+255=335 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.82% from 335); Green value is 27 (10.94% from 255 or 8.06% from 335); Blue value is 255 (100% from 255 or 76.12% from 335); Max value from RGB is 255 - color contains mainly: blue. Hex color #351BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #351BFF is #CAE400. Grayscale: #3B3B3B. Windows color (decimal): -13296641 or 16718645. OLE color: 16718645.
HSL color Cylindrical-coordinate representation of color #351BFF: hue angle of 246.84º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #351BFF is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 27 | 255 | - |
| CMYK | 0.79 | 0.89 | 0 | 0 |
| HSL | 246.84º | 1% | 0.55% | - |
| HSV(B) | 246.84º | 0.89% | 1% | - |
| XYZ | 19.91 | 8.76 | 95.25 | - |
| YUV | 60.77 | 237.61 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 27 | 255 | 0.79 | 0.89 | 0 | 0 | 246.84 | 1 | 0.55 |
| Hex | 35 | 1B | FF | 4F | 59 | 0 | 0 | F7 | 64 | 37 |
| Octal | 65 | 33 | 377 | 117 | 131 | 0 | 0 | 367 | 144 | 67 |
| Binary | 110101 | 11011 | 11111111 | 1001111 | 1011001 | 0 | 0 | 11110111 | 1100100 | 110111 |
Color Harmonies of #351BFF
Complementary color
Monochromatic Colors of #351BFF
Black with #351BFF
Text Example
Text Example
White with #351BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351BFF; }
p { color: rgb(53,27,255); }
H1.HeaderClassName
{
color: #351BFF;
}
.AnyTagClassName
{
color: #351BFF;
}
</style>
background-color css
<style>
a { background-color: #351BFF; }
a { background-color: rgb(53,27,255); }
div.DivClassName
{
background-color: #351BFF;
}
.BgClassName
{
background-color: #351BFF;
}
</style>
border-color css
<style>
span { border-color: #351BFF; }
span { border-color: rgb(53,27,255); }
td.TdClassName
{
border-color: #351BFF;
}
.TagClassName
{
border-color: #351BFF;
}
</style>