Shades of Han Purple #361FFE
Tints of Han Purple #361FFE
RGB
CMYK
RGB Variations
Color information
#361FFE (or 0x361FFE) is known color: Han Purple. HEX triplet: 36, 1F and FE. RGB value is (54,31,254). Sum of RGB (Red+Green+Blue) = 54+31+254=339 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.93% from 339); Green value is 31 (12.5% from 255 or 9.14% from 339); Blue value is 254 (99.61% from 255 or 74.93% from 339); Max value from RGB is 254 - color contains mainly: blue. Hex color #361FFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #361FFE is #C9E001. Grayscale: #3E3E3E. Windows color (decimal): -13230082 or 16654134. OLE color: 16654134.
HSL color Cylindrical-coordinate representation of color #361FFE: hue angle of 246.19º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #361FFE is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 31 | 254 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.00 |
| HSL | 246.19º | 0.99% | 0.56% | - |
| HSV(B) | 246.19º | 0.88% | 1% | - |
| XYZ | 19.9 | 8.92 | 94.44 | - |
| YUV | 63.3 | 235.62 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 31 | 254 | 0.79 | 0.88 | 0 | 0.00 | 246.19 | 0.99 | 0.56 |
| Hex | 36 | 1F | FE | 4F | 58 | 0 | 0 | F6 | 63 | 38 |
| Octal | 66 | 37 | 376 | 117 | 130 | 0 | 0 | 366 | 143 | 70 |
| Binary | 110110 | 11111 | 11111110 | 1001111 | 1011000 | 0 | 0 | 11110110 | 1100011 | 111000 |
Color Harmonies of #361FFE
Complementary color
Monochromatic Colors of #361FFE
Black with #361FFE
Text Example
Text Example
White with #361FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361FFE; }
p { color: rgb(54,31,254); }
H1.HeaderClassName
{
color: #361FFE;
}
.AnyTagClassName
{
color: #361FFE;
}
</style>
background-color css
<style>
a { background-color: #361FFE; }
a { background-color: rgb(54,31,254); }
div.DivClassName
{
background-color: #361FFE;
}
.BgClassName
{
background-color: #361FFE;
}
</style>
border-color css
<style>
span { border-color: #361FFE; }
span { border-color: rgb(54,31,254); }
td.TdClassName
{
border-color: #361FFE;
}
.TagClassName
{
border-color: #361FFE;
}
</style>