Shades of Han Purple #351BEB
Tints of Han Purple #351BEB
RGB
CMYK
RGB Variations
Color information
#351BEB (or 0x351BEB) is known color: Han Purple. HEX triplet: 35, 1B and EB. RGB value is (53,27,235). Sum of RGB (Red+Green+Blue) = 53+27+235=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 27 (10.94% from 255 or 8.57% from 315); Blue value is 235 (92.19% from 255 or 74.60% from 315); Max value from RGB is 235 - color contains mainly: blue. Hex color #351BEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #351BEB is #CAE414. Grayscale: #393939. Windows color (decimal): -13296661 or 15407925. OLE color: 15407925.
HSL color Cylindrical-coordinate representation of color #351BEB: hue angle of 247.5º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #351BEB is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 53 | 27 | 235 | - |
| CMYK | 0.77 | 0.89 | 0 | 0.08 |
| HSL | 247.5º | 0.84% | 0.51% | - |
| HSV(B) | 247.5º | 0.89% | 0.92% | - |
| XYZ | 16.86 | 7.54 | 79.16 | - |
| YUV | 58.49 | 227.61 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 27 | 235 | 0.77 | 0.89 | 0 | 0.08 | 247.5 | 0.84 | 0.51 |
| Hex | 35 | 1B | EB | 4D | 59 | 0 | 8 | F8 | 54 | 33 |
| Octal | 65 | 33 | 353 | 115 | 131 | 0 | 10 | 370 | 124 | 63 |
| Binary | 110101 | 11011 | 11101011 | 1001101 | 1011001 | 0 | 1000 | 11111000 | 1010100 | 110011 |
Color Harmonies of #351BEB
Complementary color
Monochromatic Colors of #351BEB
Black with #351BEB
Text Example
Text Example
White with #351BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351BEB; }
p { color: rgb(53,27,235); }
H1.HeaderClassName
{
color: #351BEB;
}
.AnyTagClassName
{
color: #351BEB;
}
</style>
background-color css
<style>
a { background-color: #351BEB; }
a { background-color: rgb(53,27,235); }
div.DivClassName
{
background-color: #351BEB;
}
.BgClassName
{
background-color: #351BEB;
}
</style>
border-color css
<style>
span { border-color: #351BEB; }
span { border-color: rgb(53,27,235); }
td.TdClassName
{
border-color: #351BEB;
}
.TagClassName
{
border-color: #351BEB;
}
</style>