Shades of Han Purple #351FE3
Tints of Han Purple #351FE3
RGB
CMYK
RGB Variations
Color information
#351FE3 (or 0x351FE3) is known color: Han Purple. HEX triplet: 35, 1F and E3. RGB value is (53,31,227). Sum of RGB (Red+Green+Blue) = 53+31+227=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 31 (12.5% from 255 or 9.97% from 311); Blue value is 227 (89.06% from 255 or 72.99% from 311); Max value from RGB is 227 - color contains mainly: blue. Hex color #351FE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351FE3 is #CAE01C. Grayscale: #3B3B3B. Windows color (decimal): -13295645 or 14884661. OLE color: 14884661.
HSL color Cylindrical-coordinate representation of color #351FE3: hue angle of 246.73º 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 #351FE3 is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 53 | 31 | 227 | - |
| CMYK | 0.77 | 0.86 | 0 | 0.11 |
| HSL | 246.73º | 0.78% | 0.51% | - |
| HSV(B) | 246.73º | 0.86% | 0.89% | - |
| XYZ | 15.82 | 7.28 | 73.24 | - |
| YUV | 59.92 | 222.29 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 31 | 227 | 0.77 | 0.86 | 0 | 0.11 | 246.73 | 0.78 | 0.51 |
| Hex | 35 | 1F | E3 | 4D | 56 | 0 | B | F7 | 4E | 33 |
| Octal | 65 | 37 | 343 | 115 | 126 | 0 | 13 | 367 | 116 | 63 |
| Binary | 110101 | 11111 | 11100011 | 1001101 | 1010110 | 0 | 1011 | 11110111 | 1001110 | 110011 |
Color Harmonies of #351FE3
Complementary color
Monochromatic Colors of #351FE3
Black with #351FE3
Text Example
Text Example
White with #351FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351FE3; }
p { color: rgb(53,31,227); }
H1.HeaderClassName
{
color: #351FE3;
}
.AnyTagClassName
{
color: #351FE3;
}
</style>
background-color css
<style>
a { background-color: #351FE3; }
a { background-color: rgb(53,31,227); }
div.DivClassName
{
background-color: #351FE3;
}
.BgClassName
{
background-color: #351FE3;
}
</style>
border-color css
<style>
span { border-color: #351FE3; }
span { border-color: rgb(53,31,227); }
td.TdClassName
{
border-color: #351FE3;
}
.TagClassName
{
border-color: #351FE3;
}
</style>