Shades of Han Purple #361CED
Tints of Han Purple #361CED
RGB
CMYK
RGB Variations
Color information
#361CED (or 0x361CED) is known color: Han Purple. HEX triplet: 36, 1C and ED. RGB value is (54,28,237). Sum of RGB (Red+Green+Blue) = 54+28+237=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 28 (11.33% from 255 or 8.78% from 319); Blue value is 237 (92.97% from 255 or 74.29% from 319); Max value from RGB is 237 - color contains mainly: blue. Hex color #361CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #361CED is #C9E312. Grayscale: #3A3A3A. Windows color (decimal): -13230867 or 15539254. OLE color: 15539254.
HSL color Cylindrical-coordinate representation of color #361CED: hue angle of 247.46º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #361CED is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 28 | 237 | - |
| CMYK | 0.77 | 0.88 | 0 | 0.07 |
| HSL | 247.46º | 0.85% | 0.52% | - |
| HSV(B) | 247.46º | 0.88% | 0.93% | - |
| XYZ | 17.22 | 7.73 | 80.7 | - |
| YUV | 59.6 | 228.11 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 28 | 237 | 0.77 | 0.88 | 0 | 0.07 | 247.46 | 0.85 | 0.52 |
| Hex | 36 | 1C | ED | 4D | 58 | 0 | 7 | F7 | 55 | 34 |
| Octal | 66 | 34 | 355 | 115 | 130 | 0 | 7 | 367 | 125 | 64 |
| Binary | 110110 | 11100 | 11101101 | 1001101 | 1011000 | 0 | 111 | 11110111 | 1010101 | 110100 |
Color Harmonies of #361CED
Complementary color
Monochromatic Colors of #361CED
Black with #361CED
Text Example
Text Example
White with #361CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361CED; }
p { color: rgb(54,28,237); }
H1.HeaderClassName
{
color: #361CED;
}
.AnyTagClassName
{
color: #361CED;
}
</style>
background-color css
<style>
a { background-color: #361CED; }
a { background-color: rgb(54,28,237); }
div.DivClassName
{
background-color: #361CED;
}
.BgClassName
{
background-color: #361CED;
}
</style>
border-color css
<style>
span { border-color: #361CED; }
span { border-color: rgb(54,28,237); }
td.TdClassName
{
border-color: #361CED;
}
.TagClassName
{
border-color: #361CED;
}
</style>