Shades of Han Purple #360DED
Tints of Han Purple #360DED
RGB
CMYK
RGB Variations
Color information
#360DED (or 0x360DED) is known color: Han Purple. HEX triplet: 36, 0D and ED. RGB value is (54,13,237). Sum of RGB (Red+Green+Blue) = 54+13+237=304 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.76% from 304); Green value is 13 (5.47% from 255 or 4.28% from 304); Blue value is 237 (92.97% from 255 or 77.96% from 304); Max value from RGB is 237 - color contains mainly: blue. Hex color #360DED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #360DED is #C9F212. Grayscale: #313131. Windows color (decimal): -13234707 or 15535414. OLE color: 15535414.
HSL color Cylindrical-coordinate representation of color #360DED: hue angle of 250.98º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360DED is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 13 | 237 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.07 |
| HSL | 250.98º | 0.9% | 0.49% | - |
| HSV(B) | 250.98º | 0.95% | 0.93% | - |
| XYZ | 16.95 | 7.19 | 80.61 | - |
| YUV | 50.8 | 233.08 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 13 | 237 | 0.77 | 0.95 | 0 | 0.07 | 250.98 | 0.9 | 0.49 |
| Hex | 36 | D | ED | 4D | 5F | 0 | 7 | FB | 5A | 31 |
| Octal | 66 | 15 | 355 | 115 | 137 | 0 | 7 | 373 | 132 | 61 |
| Binary | 110110 | 1101 | 11101101 | 1001101 | 1011111 | 0 | 111 | 11111011 | 1011010 | 110001 |
Color Harmonies of #360DED
Complementary color
Monochromatic Colors of #360DED
Black with #360DED
Text Example
Text Example
White with #360DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360DED; }
p { color: rgb(54,13,237); }
H1.HeaderClassName
{
color: #360DED;
}
.AnyTagClassName
{
color: #360DED;
}
</style>
background-color css
<style>
a { background-color: #360DED; }
a { background-color: rgb(54,13,237); }
div.DivClassName
{
background-color: #360DED;
}
.BgClassName
{
background-color: #360DED;
}
</style>
border-color css
<style>
span { border-color: #360DED; }
span { border-color: rgb(54,13,237); }
td.TdClassName
{
border-color: #360DED;
}
.TagClassName
{
border-color: #360DED;
}
</style>