Shades of Han Purple #351BDD
Tints of Han Purple #351BDD
RGB
CMYK
RGB Variations
Color information
#351BDD (or 0x351BDD) is known color: Han Purple. HEX triplet: 35, 1B and DD. RGB value is (53,27,221). Sum of RGB (Red+Green+Blue) = 53+27+221=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 27 (10.94% from 255 or 8.97% from 301); Blue value is 221 (86.72% from 255 or 73.42% from 301); Max value from RGB is 221 - color contains mainly: blue. Hex color #351BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351BDD is #CAE422. Grayscale: #383838. Windows color (decimal): -13296675 or 14490421. OLE color: 14490421.
HSL color Cylindrical-coordinate representation of color #351BDD: hue angle of 248.04º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #351BDD is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 27 | 221 | - |
| CMYK | 0.76 | 0.88 | 0 | 0.13 |
| HSL | 248.04º | 0.78% | 0.49% | - |
| HSV(B) | 248.04º | 0.88% | 0.87% | - |
| XYZ | 14.91 | 6.76 | 68.93 | - |
| YUV | 56.89 | 220.61 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 27 | 221 | 0.76 | 0.88 | 0 | 0.13 | 248.04 | 0.78 | 0.49 |
| Hex | 35 | 1B | DD | 4C | 58 | 0 | D | F8 | 4E | 31 |
| Octal | 65 | 33 | 335 | 114 | 130 | 0 | 15 | 370 | 116 | 61 |
| Binary | 110101 | 11011 | 11011101 | 1001100 | 1011000 | 0 | 1101 | 11111000 | 1001110 | 110001 |
Color Harmonies of #351BDD
Complementary color
Monochromatic Colors of #351BDD
Black with #351BDD
Text Example
Text Example
White with #351BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351BDD; }
p { color: rgb(53,27,221); }
H1.HeaderClassName
{
color: #351BDD;
}
.AnyTagClassName
{
color: #351BDD;
}
</style>
background-color css
<style>
a { background-color: #351BDD; }
a { background-color: rgb(53,27,221); }
div.DivClassName
{
background-color: #351BDD;
}
.BgClassName
{
background-color: #351BDD;
}
</style>
border-color css
<style>
span { border-color: #351BDD; }
span { border-color: rgb(53,27,221); }
td.TdClassName
{
border-color: #351BDD;
}
.TagClassName
{
border-color: #351BDD;
}
</style>