Shades of Han Purple #351DD5
Tints of Han Purple #351DD5
RGB
CMYK
RGB Variations
Color information
#351DD5 (or 0x351DD5) is known color: Han Purple. HEX triplet: 35, 1D and D5. RGB value is (53,29,213). Sum of RGB (Red+Green+Blue) = 53+29+213=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 29 (11.72% from 255 or 9.83% from 295); Blue value is 213 (83.59% from 255 or 72.20% from 295); Max value from RGB is 213 - color contains mainly: blue. Hex color #351DD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351DD5 is #CAE22A. Grayscale: #383838. Windows color (decimal): -13296171 or 13966645. OLE color: 13966645.
HSL color Cylindrical-coordinate representation of color #351DD5: hue angle of 247.83º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #351DD5 is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 53 | 29 | 213 | - |
| CMYK | 0.75 | 0.86 | 0 | 0.16 |
| HSL | 247.83º | 0.76% | 0.47% | - |
| HSV(B) | 247.83º | 0.86% | 0.84% | - |
| XYZ | 13.92 | 6.44 | 63.46 | - |
| YUV | 57.15 | 215.95 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 29 | 213 | 0.75 | 0.86 | 0 | 0.16 | 247.83 | 0.76 | 0.47 |
| Hex | 35 | 1D | D5 | 4B | 56 | 0 | 10 | F8 | 4C | 2F |
| Octal | 65 | 35 | 325 | 113 | 126 | 0 | 20 | 370 | 114 | 57 |
| Binary | 110101 | 11101 | 11010101 | 1001011 | 1010110 | 0 | 10000 | 11111000 | 1001100 | 101111 |
Color Harmonies of #351DD5
Complementary color
Monochromatic Colors of #351DD5
Black with #351DD5
Text Example
Text Example
White with #351DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351DD5; }
p { color: rgb(53,29,213); }
H1.HeaderClassName
{
color: #351DD5;
}
.AnyTagClassName
{
color: #351DD5;
}
</style>
background-color css
<style>
a { background-color: #351DD5; }
a { background-color: rgb(53,29,213); }
div.DivClassName
{
background-color: #351DD5;
}
.BgClassName
{
background-color: #351DD5;
}
</style>
border-color css
<style>
span { border-color: #351DD5; }
span { border-color: rgb(53,29,213); }
td.TdClassName
{
border-color: #351DD5;
}
.TagClassName
{
border-color: #351DD5;
}
</style>