Shades of Han Purple #351BED
Tints of Han Purple #351BED
RGB
CMYK
RGB Variations
Color information
#351BED (or 0x351BED) is known color: Han Purple. HEX triplet: 35, 1B and ED. RGB value is (53,27,237). Sum of RGB (Red+Green+Blue) = 53+27+237=317 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.72% from 317); Green value is 27 (10.94% from 255 or 8.52% from 317); Blue value is 237 (92.97% from 255 or 74.76% from 317); Max value from RGB is 237 - color contains mainly: blue. Hex color #351BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #351BED is #CAE412. Grayscale: #393939. Windows color (decimal): -13296659 or 15538997. OLE color: 15538997.
HSL color Cylindrical-coordinate representation of color #351BED: hue angle of 247.43º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #351BED is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 27 | 237 | - |
| CMYK | 0.78 | 0.89 | 0 | 0.07 |
| HSL | 247.43º | 0.85% | 0.52% | - |
| HSV(B) | 247.43º | 0.89% | 0.93% | - |
| XYZ | 17.15 | 7.66 | 80.69 | - |
| YUV | 58.71 | 228.61 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 27 | 237 | 0.78 | 0.89 | 0 | 0.07 | 247.43 | 0.85 | 0.52 |
| Hex | 35 | 1B | ED | 4E | 59 | 0 | 7 | F7 | 55 | 34 |
| Octal | 65 | 33 | 355 | 116 | 131 | 0 | 7 | 367 | 125 | 64 |
| Binary | 110101 | 11011 | 11101101 | 1001110 | 1011001 | 0 | 111 | 11110111 | 1010101 | 110100 |
Color Harmonies of #351BED
Complementary color
Monochromatic Colors of #351BED
Black with #351BED
Text Example
Text Example
White with #351BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351BED; }
p { color: rgb(53,27,237); }
H1.HeaderClassName
{
color: #351BED;
}
.AnyTagClassName
{
color: #351BED;
}
</style>
background-color css
<style>
a { background-color: #351BED; }
a { background-color: rgb(53,27,237); }
div.DivClassName
{
background-color: #351BED;
}
.BgClassName
{
background-color: #351BED;
}
</style>
border-color css
<style>
span { border-color: #351BED; }
span { border-color: rgb(53,27,237); }
td.TdClassName
{
border-color: #351BED;
}
.TagClassName
{
border-color: #351BED;
}
</style>