Shades of Han Purple #361FDE
Tints of Han Purple #361FDE
RGB
CMYK
RGB Variations
Color information
#361FDE (or 0x361FDE) is known color: Han Purple. HEX triplet: 36, 1F and DE. RGB value is (54,31,222). Sum of RGB (Red+Green+Blue) = 54+31+222=307 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.59% from 307); Green value is 31 (12.5% from 255 or 10.10% from 307); Blue value is 222 (87.11% from 255 or 72.31% from 307); Max value from RGB is 222 - color contains mainly: blue. Hex color #361FDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361FDE is #C9E021. Grayscale: #3A3A3A. Windows color (decimal): -13230114 or 14556982. OLE color: 14556982.
HSL color Cylindrical-coordinate representation of color #361FDE: hue angle of 247.23º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #361FDE is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 31 | 222 | - |
| CMYK | 0.76 | 0.86 | 0 | 0.13 |
| HSL | 247.23º | 0.75% | 0.5% | - |
| HSV(B) | 247.23º | 0.86% | 0.87% | - |
| XYZ | 15.2 | 7.04 | 69.66 | - |
| YUV | 59.65 | 219.62 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 31 | 222 | 0.76 | 0.86 | 0 | 0.13 | 247.23 | 0.75 | 0.5 |
| Hex | 36 | 1F | DE | 4C | 56 | 0 | D | F7 | 4B | 32 |
| Octal | 66 | 37 | 336 | 114 | 126 | 0 | 15 | 367 | 113 | 62 |
| Binary | 110110 | 11111 | 11011110 | 1001100 | 1010110 | 0 | 1101 | 11110111 | 1001011 | 110010 |
Color Harmonies of #361FDE
Complementary color
Monochromatic Colors of #361FDE
Black with #361FDE
Text Example
Text Example
White with #361FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361FDE; }
p { color: rgb(54,31,222); }
H1.HeaderClassName
{
color: #361FDE;
}
.AnyTagClassName
{
color: #361FDE;
}
</style>
background-color css
<style>
a { background-color: #361FDE; }
a { background-color: rgb(54,31,222); }
div.DivClassName
{
background-color: #361FDE;
}
.BgClassName
{
background-color: #361FDE;
}
</style>
border-color css
<style>
span { border-color: #361FDE; }
span { border-color: rgb(54,31,222); }
td.TdClassName
{
border-color: #361FDE;
}
.TagClassName
{
border-color: #361FDE;
}
</style>