Shades of Han Purple #361FE3
Tints of Han Purple #361FE3
RGB
CMYK
RGB Variations
Color information
#361FE3 (or 0x361FE3) is known color: Han Purple. HEX triplet: 36, 1F and E3. RGB value is (54,31,227). Sum of RGB (Red+Green+Blue) = 54+31+227=312 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.31% from 312); Green value is 31 (12.5% from 255 or 9.94% from 312); Blue value is 227 (89.06% from 255 or 72.76% from 312); Max value from RGB is 227 - color contains mainly: blue. Hex color #361FE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361FE3 is #C9E01C. Grayscale: #3B3B3B. Windows color (decimal): -13230109 or 14884662. OLE color: 14884662.
HSL color Cylindrical-coordinate representation of color #361FE3: hue angle of 247.04º 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 #361FE3 is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 54 | 31 | 227 | - |
| CMYK | 0.76 | 0.86 | 0 | 0.11 |
| HSL | 247.04º | 0.78% | 0.51% | - |
| HSV(B) | 247.04º | 0.86% | 0.89% | - |
| XYZ | 15.88 | 7.31 | 73.25 | - |
| YUV | 60.22 | 222.12 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 31 | 227 | 0.76 | 0.86 | 0 | 0.11 | 247.04 | 0.78 | 0.51 |
| Hex | 36 | 1F | E3 | 4C | 56 | 0 | B | F7 | 4E | 33 |
| Octal | 66 | 37 | 343 | 114 | 126 | 0 | 13 | 367 | 116 | 63 |
| Binary | 110110 | 11111 | 11100011 | 1001100 | 1010110 | 0 | 1011 | 11110111 | 1001110 | 110011 |
Color Harmonies of #361FE3
Complementary color
Monochromatic Colors of #361FE3
Black with #361FE3
Text Example
Text Example
White with #361FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361FE3; }
p { color: rgb(54,31,227); }
H1.HeaderClassName
{
color: #361FE3;
}
.AnyTagClassName
{
color: #361FE3;
}
</style>
background-color css
<style>
a { background-color: #361FE3; }
a { background-color: rgb(54,31,227); }
div.DivClassName
{
background-color: #361FE3;
}
.BgClassName
{
background-color: #361FE3;
}
</style>
border-color css
<style>
span { border-color: #361FE3; }
span { border-color: rgb(54,31,227); }
td.TdClassName
{
border-color: #361FE3;
}
.TagClassName
{
border-color: #361FE3;
}
</style>