Shades of Han Purple #361CEA
Tints of Han Purple #361CEA
RGB
CMYK
RGB Variations
Color information
#361CEA (or 0x361CEA) is known color: Han Purple. HEX triplet: 36, 1C and EA. RGB value is (54,28,234). Sum of RGB (Red+Green+Blue) = 54+28+234=316 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.09% from 316); Green value is 28 (11.33% from 255 or 8.86% from 316); Blue value is 234 (91.80% from 255 or 74.05% from 316); Max value from RGB is 234 - color contains mainly: blue. Hex color #361CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #361CEA is #C9E315. Grayscale: #3A3A3A. Windows color (decimal): -13230870 or 15342646. OLE color: 15342646.
HSL color Cylindrical-coordinate representation of color #361CEA: hue angle of 247.57º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #361CEA is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 54 | 28 | 234 | - |
| CMYK | 0.77 | 0.88 | 0 | 0.08 |
| HSL | 247.57º | 0.83% | 0.51% | - |
| HSV(B) | 247.57º | 0.88% | 0.92% | - |
| XYZ | 16.79 | 7.56 | 78.42 | - |
| YUV | 59.26 | 226.61 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 28 | 234 | 0.77 | 0.88 | 0 | 0.08 | 247.57 | 0.83 | 0.51 |
| Hex | 36 | 1C | EA | 4D | 58 | 0 | 8 | F8 | 53 | 33 |
| Octal | 66 | 34 | 352 | 115 | 130 | 0 | 10 | 370 | 123 | 63 |
| Binary | 110110 | 11100 | 11101010 | 1001101 | 1011000 | 0 | 1000 | 11111000 | 1010011 | 110011 |
Color Harmonies of #361CEA
Complementary color
Monochromatic Colors of #361CEA
Black with #361CEA
Text Example
Text Example
White with #361CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361CEA; }
p { color: rgb(54,28,234); }
H1.HeaderClassName
{
color: #361CEA;
}
.AnyTagClassName
{
color: #361CEA;
}
</style>
background-color css
<style>
a { background-color: #361CEA; }
a { background-color: rgb(54,28,234); }
div.DivClassName
{
background-color: #361CEA;
}
.BgClassName
{
background-color: #361CEA;
}
</style>
border-color css
<style>
span { border-color: #361CEA; }
span { border-color: rgb(54,28,234); }
td.TdClassName
{
border-color: #361CEA;
}
.TagClassName
{
border-color: #361CEA;
}
</style>