Shades of Han Purple #361DEA
Tints of Han Purple #361DEA
RGB
CMYK
RGB Variations
Color information
#361DEA (or 0x361DEA) is known color: Han Purple. HEX triplet: 36, 1D and EA. RGB value is (54,29,234). Sum of RGB (Red+Green+Blue) = 54+29+234=317 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.03% from 317); Green value is 29 (11.72% from 255 or 9.15% from 317); Blue value is 234 (91.80% from 255 or 73.82% from 317); Max value from RGB is 234 - color contains mainly: blue. Hex color #361DEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #361DEA is #C9E215. Grayscale: #3B3B3B. Windows color (decimal): -13230614 or 15342902. OLE color: 15342902.
HSL color Cylindrical-coordinate representation of color #361DEA: hue angle of 247.32º degrees, saturation: 0.83, 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 #361DEA is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 54 | 29 | 234 | - |
| CMYK | 0.77 | 0.88 | 0 | 0.08 |
| HSL | 247.32º | 0.83% | 0.52% | - |
| HSV(B) | 247.32º | 0.88% | 0.92% | - |
| XYZ | 16.81 | 7.6 | 78.42 | - |
| YUV | 59.85 | 226.28 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 29 | 234 | 0.77 | 0.88 | 0 | 0.08 | 247.32 | 0.83 | 0.52 |
| Hex | 36 | 1D | EA | 4D | 58 | 0 | 8 | F7 | 53 | 34 |
| Octal | 66 | 35 | 352 | 115 | 130 | 0 | 10 | 367 | 123 | 64 |
| Binary | 110110 | 11101 | 11101010 | 1001101 | 1011000 | 0 | 1000 | 11110111 | 1010011 | 110100 |
Color Harmonies of #361DEA
Complementary color
Monochromatic Colors of #361DEA
Black with #361DEA
Text Example
Text Example
White with #361DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361DEA; }
p { color: rgb(54,29,234); }
H1.HeaderClassName
{
color: #361DEA;
}
.AnyTagClassName
{
color: #361DEA;
}
</style>
background-color css
<style>
a { background-color: #361DEA; }
a { background-color: rgb(54,29,234); }
div.DivClassName
{
background-color: #361DEA;
}
.BgClassName
{
background-color: #361DEA;
}
</style>
border-color css
<style>
span { border-color: #361DEA; }
span { border-color: rgb(54,29,234); }
td.TdClassName
{
border-color: #361DEA;
}
.TagClassName
{
border-color: #361DEA;
}
</style>