Shades of Han Purple #361CEB
Tints of Han Purple #361CEB
RGB
CMYK
RGB Variations
Color information
#361CEB (or 0x361CEB) is known color: Han Purple. HEX triplet: 36, 1C and EB. RGB value is (54,28,235). Sum of RGB (Red+Green+Blue) = 54+28+235=317 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.03% from 317); Green value is 28 (11.33% from 255 or 8.83% from 317); Blue value is 235 (92.19% from 255 or 74.13% from 317); Max value from RGB is 235 - color contains mainly: blue. Hex color #361CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #361CEB is #C9E314. Grayscale: #3A3A3A. Windows color (decimal): -13230869 or 15408182. OLE color: 15408182.
HSL color Cylindrical-coordinate representation of color #361CEB: hue angle of 247.54º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #361CEB is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 54 | 28 | 235 | - |
| CMYK | 0.77 | 0.88 | 0 | 0.08 |
| HSL | 247.54º | 0.84% | 0.52% | - |
| HSV(B) | 247.54º | 0.88% | 0.92% | - |
| XYZ | 16.93 | 7.61 | 79.17 | - |
| YUV | 59.37 | 227.11 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 28 | 235 | 0.77 | 0.88 | 0 | 0.08 | 247.54 | 0.84 | 0.52 |
| Hex | 36 | 1C | EB | 4D | 58 | 0 | 8 | F8 | 54 | 34 |
| Octal | 66 | 34 | 353 | 115 | 130 | 0 | 10 | 370 | 124 | 64 |
| Binary | 110110 | 11100 | 11101011 | 1001101 | 1011000 | 0 | 1000 | 11111000 | 1010100 | 110100 |
Color Harmonies of #361CEB
Complementary color
Monochromatic Colors of #361CEB
Black with #361CEB
Text Example
Text Example
White with #361CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361CEB; }
p { color: rgb(54,28,235); }
H1.HeaderClassName
{
color: #361CEB;
}
.AnyTagClassName
{
color: #361CEB;
}
</style>
background-color css
<style>
a { background-color: #361CEB; }
a { background-color: rgb(54,28,235); }
div.DivClassName
{
background-color: #361CEB;
}
.BgClassName
{
background-color: #361CEB;
}
</style>
border-color css
<style>
span { border-color: #361CEB; }
span { border-color: rgb(54,28,235); }
td.TdClassName
{
border-color: #361CEB;
}
.TagClassName
{
border-color: #361CEB;
}
</style>