Shades of Han Purple #361DF0
Tints of Han Purple #361DF0
RGB
CMYK
RGB Variations
Color information
#361DF0 (or 0x361DF0) is known color: Han Purple. HEX triplet: 36, 1D and F0. RGB value is (54,29,240). Sum of RGB (Red+Green+Blue) = 54+29+240=323 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.72% from 323); Green value is 29 (11.72% from 255 or 8.98% from 323); Blue value is 240 (94.14% from 255 or 74.30% from 323); Max value from RGB is 240 - color contains mainly: blue. Hex color #361DF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #361DF0 is #C9E20F. Grayscale: #3B3B3B. Windows color (decimal): -13230608 or 15736118. OLE color: 15736118.
HSL color Cylindrical-coordinate representation of color #361DF0: hue angle of 247.11º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #361DF0 is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 54 | 29 | 240 | - |
| CMYK | 0.78 | 0.88 | 0 | 0.06 |
| HSL | 247.11º | 0.88% | 0.53% | - |
| HSV(B) | 247.11º | 0.88% | 0.94% | - |
| XYZ | 17.69 | 7.95 | 83.04 | - |
| YUV | 60.53 | 229.28 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 29 | 240 | 0.78 | 0.88 | 0 | 0.06 | 247.11 | 0.88 | 0.53 |
| Hex | 36 | 1D | F0 | 4E | 58 | 0 | 6 | F7 | 58 | 35 |
| Octal | 66 | 35 | 360 | 116 | 130 | 0 | 6 | 367 | 130 | 65 |
| Binary | 110110 | 11101 | 11110000 | 1001110 | 1011000 | 0 | 110 | 11110111 | 1011000 | 110101 |
Color Harmonies of #361DF0
Complementary color
Monochromatic Colors of #361DF0
Black with #361DF0
Text Example
Text Example
White with #361DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361DF0; }
p { color: rgb(54,29,240); }
H1.HeaderClassName
{
color: #361DF0;
}
.AnyTagClassName
{
color: #361DF0;
}
</style>
background-color css
<style>
a { background-color: #361DF0; }
a { background-color: rgb(54,29,240); }
div.DivClassName
{
background-color: #361DF0;
}
.BgClassName
{
background-color: #361DF0;
}
</style>
border-color css
<style>
span { border-color: #361DF0; }
span { border-color: rgb(54,29,240); }
td.TdClassName
{
border-color: #361DF0;
}
.TagClassName
{
border-color: #361DF0;
}
</style>