Shades of Han Purple #360EDF
Tints of Han Purple #360EDF
RGB
CMYK
RGB Variations
Color information
#360EDF (or 0x360EDF) is known color: Han Purple. HEX triplet: 36, 0E and DF. RGB value is (54,14,223). Sum of RGB (Red+Green+Blue) = 54+14+223=291 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.56% from 291); Green value is 14 (5.86% from 255 or 4.81% from 291); Blue value is 223 (87.5% from 255 or 76.63% from 291); Max value from RGB is 223 - color contains mainly: blue. Hex color #360EDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360EDF is #C9F120. Grayscale: #303030. Windows color (decimal): -13234465 or 14618166. OLE color: 14618166.
HSL color Cylindrical-coordinate representation of color #360EDF: hue angle of 251.48º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360EDF is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 14 | 223 | - |
| CMYK | 0.76 | 0.94 | 0 | 0.13 |
| HSL | 251.48º | 0.88% | 0.46% | - |
| HSV(B) | 251.48º | 0.94% | 0.87% | - |
| XYZ | 15 | 6.43 | 70.26 | - |
| YUV | 49.79 | 225.75 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 14 | 223 | 0.76 | 0.94 | 0 | 0.13 | 251.48 | 0.88 | 0.46 |
| Hex | 36 | E | DF | 4C | 5E | 0 | D | FB | 58 | 2E |
| Octal | 66 | 16 | 337 | 114 | 136 | 0 | 15 | 373 | 130 | 56 |
| Binary | 110110 | 1110 | 11011111 | 1001100 | 1011110 | 0 | 1101 | 11111011 | 1011000 | 101110 |
Color Harmonies of #360EDF
Complementary color
Monochromatic Colors of #360EDF
Black with #360EDF
Text Example
Text Example
White with #360EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360EDF; }
p { color: rgb(54,14,223); }
H1.HeaderClassName
{
color: #360EDF;
}
.AnyTagClassName
{
color: #360EDF;
}
</style>
background-color css
<style>
a { background-color: #360EDF; }
a { background-color: rgb(54,14,223); }
div.DivClassName
{
background-color: #360EDF;
}
.BgClassName
{
background-color: #360EDF;
}
</style>
border-color css
<style>
span { border-color: #360EDF; }
span { border-color: rgb(54,14,223); }
td.TdClassName
{
border-color: #360EDF;
}
.TagClassName
{
border-color: #360EDF;
}
</style>