Shades of Han Purple #361FEE
Tints of Han Purple #361FEE
RGB
CMYK
RGB Variations
Color information
#361FEE (or 0x361FEE) is known color: Han Purple. HEX triplet: 36, 1F and EE. RGB value is (54,31,238). Sum of RGB (Red+Green+Blue) = 54+31+238=323 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.72% from 323); Green value is 31 (12.5% from 255 or 9.60% from 323); Blue value is 238 (93.36% from 255 or 73.68% from 323); Max value from RGB is 238 - color contains mainly: blue. Hex color #361FEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #361FEE is #C9E011. Grayscale: #3C3C3C. Windows color (decimal): -13230098 or 15605558. OLE color: 15605558.
HSL color Cylindrical-coordinate representation of color #361FEE: hue angle of 246.67º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #361FEE is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 31 | 238 | - |
| CMYK | 0.77 | 0.87 | 0 | 0.07 |
| HSL | 246.67º | 0.86% | 0.53% | - |
| HSV(B) | 246.67º | 0.87% | 0.93% | - |
| XYZ | 17.44 | 7.94 | 81.5 | - |
| YUV | 61.48 | 227.62 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 31 | 238 | 0.77 | 0.87 | 0 | 0.07 | 246.67 | 0.86 | 0.53 |
| Hex | 36 | 1F | EE | 4D | 57 | 0 | 7 | F7 | 56 | 35 |
| Octal | 66 | 37 | 356 | 115 | 127 | 0 | 7 | 367 | 126 | 65 |
| Binary | 110110 | 11111 | 11101110 | 1001101 | 1010111 | 0 | 111 | 11110111 | 1010110 | 110101 |
Color Harmonies of #361FEE
Complementary color
Monochromatic Colors of #361FEE
Black with #361FEE
Text Example
Text Example
White with #361FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361FEE; }
p { color: rgb(54,31,238); }
H1.HeaderClassName
{
color: #361FEE;
}
.AnyTagClassName
{
color: #361FEE;
}
</style>
background-color css
<style>
a { background-color: #361FEE; }
a { background-color: rgb(54,31,238); }
div.DivClassName
{
background-color: #361FEE;
}
.BgClassName
{
background-color: #361FEE;
}
</style>
border-color css
<style>
span { border-color: #361FEE; }
span { border-color: rgb(54,31,238); }
td.TdClassName
{
border-color: #361FEE;
}
.TagClassName
{
border-color: #361FEE;
}
</style>