Shades of Han Purple #351FDB
Tints of Han Purple #351FDB
RGB
CMYK
RGB Variations
Color information
#351FDB (or 0x351FDB) is known color: Han Purple. HEX triplet: 35, 1F and DB. RGB value is (53,31,219). Sum of RGB (Red+Green+Blue) = 53+31+219=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 31 (12.5% from 255 or 10.23% from 303); Blue value is 219 (85.94% from 255 or 72.28% from 303); Max value from RGB is 219 - color contains mainly: blue. Hex color #351FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351FDB is #CAE024. Grayscale: #3A3A3A. Windows color (decimal): -13295653 or 14360373. OLE color: 14360373.
HSL color Cylindrical-coordinate representation of color #351FDB: hue angle of 247.02º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #351FDB is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 31 | 219 | - |
| CMYK | 0.76 | 0.86 | 0 | 0.14 |
| HSL | 247.02º | 0.75% | 0.49% | - |
| HSV(B) | 247.02º | 0.86% | 0.86% | - |
| XYZ | 14.74 | 6.85 | 67.56 | - |
| YUV | 59.01 | 218.29 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 31 | 219 | 0.76 | 0.86 | 0 | 0.14 | 247.02 | 0.75 | 0.49 |
| Hex | 35 | 1F | DB | 4C | 56 | 0 | E | F7 | 4B | 31 |
| Octal | 65 | 37 | 333 | 114 | 126 | 0 | 16 | 367 | 113 | 61 |
| Binary | 110101 | 11111 | 11011011 | 1001100 | 1010110 | 0 | 1110 | 11110111 | 1001011 | 110001 |
Color Harmonies of #351FDB
Complementary color
Monochromatic Colors of #351FDB
Black with #351FDB
Text Example
Text Example
White with #351FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351FDB; }
p { color: rgb(53,31,219); }
H1.HeaderClassName
{
color: #351FDB;
}
.AnyTagClassName
{
color: #351FDB;
}
</style>
background-color css
<style>
a { background-color: #351FDB; }
a { background-color: rgb(53,31,219); }
div.DivClassName
{
background-color: #351FDB;
}
.BgClassName
{
background-color: #351FDB;
}
</style>
border-color css
<style>
span { border-color: #351FDB; }
span { border-color: rgb(53,31,219); }
td.TdClassName
{
border-color: #351FDB;
}
.TagClassName
{
border-color: #351FDB;
}
</style>