Shades of Han Purple #360FED
Tints of Han Purple #360FED
RGB
CMYK
RGB Variations
Color information
#360FED (or 0x360FED) is known color: Han Purple. HEX triplet: 36, 0F and ED. RGB value is (54,15,237). Sum of RGB (Red+Green+Blue) = 54+15+237=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 15 (6.25% from 255 or 4.90% from 306); Blue value is 237 (92.97% from 255 or 77.45% from 306); Max value from RGB is 237 - color contains mainly: blue. Hex color #360FED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #360FED is #C9F012. Grayscale: #333333. Windows color (decimal): -13234195 or 15535926. OLE color: 15535926.
HSL color Cylindrical-coordinate representation of color #360FED: hue angle of 250.54º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360FED is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 15 | 237 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.07 |
| HSL | 250.54º | 0.88% | 0.49% | - |
| HSV(B) | 250.54º | 0.94% | 0.93% | - |
| XYZ | 16.98 | 7.24 | 80.62 | - |
| YUV | 51.97 | 232.42 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 15 | 237 | 0.77 | 0.94 | 0 | 0.07 | 250.54 | 0.88 | 0.49 |
| Hex | 36 | F | ED | 4D | 5E | 0 | 7 | FB | 58 | 31 |
| Octal | 66 | 17 | 355 | 115 | 136 | 0 | 7 | 373 | 130 | 61 |
| Binary | 110110 | 1111 | 11101101 | 1001101 | 1011110 | 0 | 111 | 11111011 | 1011000 | 110001 |
Color Harmonies of #360FED
Complementary color
Monochromatic Colors of #360FED
Black with #360FED
Text Example
Text Example
White with #360FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360FED; }
p { color: rgb(54,15,237); }
H1.HeaderClassName
{
color: #360FED;
}
.AnyTagClassName
{
color: #360FED;
}
</style>
background-color css
<style>
a { background-color: #360FED; }
a { background-color: rgb(54,15,237); }
div.DivClassName
{
background-color: #360FED;
}
.BgClassName
{
background-color: #360FED;
}
</style>
border-color css
<style>
span { border-color: #360FED; }
span { border-color: rgb(54,15,237); }
td.TdClassName
{
border-color: #360FED;
}
.TagClassName
{
border-color: #360FED;
}
</style>