Shades of Han Purple #361FEC
Tints of Han Purple #361FEC
RGB
CMYK
RGB Variations
Color information
#361FEC (or 0x361FEC) is known color: Han Purple. HEX triplet: 36, 1F and EC. RGB value is (54,31,236). Sum of RGB (Red+Green+Blue) = 54+31+236=321 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.82% from 321); Green value is 31 (12.5% from 255 or 9.66% from 321); Blue value is 236 (92.58% from 255 or 73.52% from 321); Max value from RGB is 236 - color contains mainly: blue. Hex color #361FEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #361FEC is #C9E013. Grayscale: #3C3C3C. Windows color (decimal): -13230100 or 15474486. OLE color: 15474486.
HSL color Cylindrical-coordinate representation of color #361FEC: hue angle of 246.73º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #361FEC is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 31 | 236 | - |
| CMYK | 0.77 | 0.87 | 0 | 0.07 |
| HSL | 246.73º | 0.84% | 0.52% | - |
| HSV(B) | 246.73º | 0.87% | 0.93% | - |
| XYZ | 17.15 | 7.82 | 79.96 | - |
| YUV | 61.25 | 226.62 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 31 | 236 | 0.77 | 0.87 | 0 | 0.07 | 246.73 | 0.84 | 0.52 |
| Hex | 36 | 1F | EC | 4D | 57 | 0 | 7 | F7 | 54 | 34 |
| Octal | 66 | 37 | 354 | 115 | 127 | 0 | 7 | 367 | 124 | 64 |
| Binary | 110110 | 11111 | 11101100 | 1001101 | 1010111 | 0 | 111 | 11110111 | 1010100 | 110100 |
Color Harmonies of #361FEC
Complementary color
Monochromatic Colors of #361FEC
Black with #361FEC
Text Example
Text Example
White with #361FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361FEC; }
p { color: rgb(54,31,236); }
H1.HeaderClassName
{
color: #361FEC;
}
.AnyTagClassName
{
color: #361FEC;
}
</style>
background-color css
<style>
a { background-color: #361FEC; }
a { background-color: rgb(54,31,236); }
div.DivClassName
{
background-color: #361FEC;
}
.BgClassName
{
background-color: #361FEC;
}
</style>
border-color css
<style>
span { border-color: #361FEC; }
span { border-color: rgb(54,31,236); }
td.TdClassName
{
border-color: #361FEC;
}
.TagClassName
{
border-color: #361FEC;
}
</style>