Shades of Han Purple #361EED
Tints of Han Purple #361EED
RGB
CMYK
RGB Variations
Color information
#361EED (or 0x361EED) is known color: Han Purple. HEX triplet: 36, 1E and ED. RGB value is (54,30,237). Sum of RGB (Red+Green+Blue) = 54+30+237=321 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.82% from 321); Green value is 30 (12.11% from 255 or 9.35% from 321); Blue value is 237 (92.97% from 255 or 73.83% from 321); Max value from RGB is 237 - color contains mainly: blue. Hex color #361EED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #361EED is #C9E112. Grayscale: #3B3B3B. Windows color (decimal): -13230355 or 15539766. OLE color: 15539766.
HSL color Cylindrical-coordinate representation of color #361EED: hue angle of 246.96º degrees, saturation: 0.85, 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 #361EED is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 30 | 237 | - |
| CMYK | 0.77 | 0.87 | 0 | 0.07 |
| HSL | 246.96º | 0.85% | 0.52% | - |
| HSV(B) | 246.96º | 0.87% | 0.93% | - |
| XYZ | 17.27 | 7.83 | 80.72 | - |
| YUV | 60.77 | 227.45 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 30 | 237 | 0.77 | 0.87 | 0 | 0.07 | 246.96 | 0.85 | 0.52 |
| Hex | 36 | 1E | ED | 4D | 57 | 0 | 7 | F7 | 55 | 34 |
| Octal | 66 | 36 | 355 | 115 | 127 | 0 | 7 | 367 | 125 | 64 |
| Binary | 110110 | 11110 | 11101101 | 1001101 | 1010111 | 0 | 111 | 11110111 | 1010101 | 110100 |
Color Harmonies of #361EED
Complementary color
Monochromatic Colors of #361EED
Black with #361EED
Text Example
Text Example
White with #361EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361EED; }
p { color: rgb(54,30,237); }
H1.HeaderClassName
{
color: #361EED;
}
.AnyTagClassName
{
color: #361EED;
}
</style>
background-color css
<style>
a { background-color: #361EED; }
a { background-color: rgb(54,30,237); }
div.DivClassName
{
background-color: #361EED;
}
.BgClassName
{
background-color: #361EED;
}
</style>
border-color css
<style>
span { border-color: #361EED; }
span { border-color: rgb(54,30,237); }
td.TdClassName
{
border-color: #361EED;
}
.TagClassName
{
border-color: #361EED;
}
</style>