Shades of Han Purple #351FE4
Tints of Han Purple #351FE4
RGB
CMYK
RGB Variations
Color information
#351FE4 (or 0x351FE4) is known color: Han Purple. HEX triplet: 35, 1F and E4. RGB value is (53,31,228). Sum of RGB (Red+Green+Blue) = 53+31+228=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 31 (12.5% from 255 or 9.94% from 312); Blue value is 228 (89.45% from 255 or 73.08% from 312); Max value from RGB is 228 - color contains mainly: blue. Hex color #351FE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351FE4 is #CAE01B. Grayscale: #3B3B3B. Windows color (decimal): -13295644 or 14950197. OLE color: 14950197.
HSL color Cylindrical-coordinate representation of color #351FE4: hue angle of 246.7º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #351FE4 is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 53 | 31 | 228 | - |
| CMYK | 0.77 | 0.86 | 0 | 0.11 |
| HSL | 246.7º | 0.78% | 0.51% | - |
| HSV(B) | 246.7º | 0.86% | 0.89% | - |
| XYZ | 15.96 | 7.34 | 73.97 | - |
| YUV | 60.04 | 222.79 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 31 | 228 | 0.77 | 0.86 | 0 | 0.11 | 246.7 | 0.78 | 0.51 |
| Hex | 35 | 1F | E4 | 4D | 56 | 0 | B | F7 | 4E | 33 |
| Octal | 65 | 37 | 344 | 115 | 126 | 0 | 13 | 367 | 116 | 63 |
| Binary | 110101 | 11111 | 11100100 | 1001101 | 1010110 | 0 | 1011 | 11110111 | 1001110 | 110011 |
Color Harmonies of #351FE4
Complementary color
Monochromatic Colors of #351FE4
Black with #351FE4
Text Example
Text Example
White with #351FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351FE4; }
p { color: rgb(53,31,228); }
H1.HeaderClassName
{
color: #351FE4;
}
.AnyTagClassName
{
color: #351FE4;
}
</style>
background-color css
<style>
a { background-color: #351FE4; }
a { background-color: rgb(53,31,228); }
div.DivClassName
{
background-color: #351FE4;
}
.BgClassName
{
background-color: #351FE4;
}
</style>
border-color css
<style>
span { border-color: #351FE4; }
span { border-color: rgb(53,31,228); }
td.TdClassName
{
border-color: #351FE4;
}
.TagClassName
{
border-color: #351FE4;
}
</style>