Shades of Han Purple #360DDF
Tints of Han Purple #360DDF
RGB
CMYK
RGB Variations
Color information
#360DDF (or 0x360DDF) is known color: Han Purple. HEX triplet: 36, 0D and DF. RGB value is (54,13,223). Sum of RGB (Red+Green+Blue) = 54+13+223=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 13 (5.47% from 255 or 4.48% from 290); Blue value is 223 (87.5% from 255 or 76.90% from 290); Max value from RGB is 223 - color contains mainly: blue. Hex color #360DDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360DDF is #C9F220. Grayscale: #303030. Windows color (decimal): -13234721 or 14617910. OLE color: 14617910.
HSL color Cylindrical-coordinate representation of color #360DDF: hue angle of 251.71º degrees, saturation: 0.89, 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 #360DDF is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 13 | 223 | - |
| CMYK | 0.76 | 0.94 | 0 | 0.13 |
| HSL | 251.71º | 0.89% | 0.46% | - |
| HSV(B) | 251.71º | 0.94% | 0.87% | - |
| XYZ | 14.98 | 6.4 | 70.26 | - |
| YUV | 49.2 | 226.08 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 13 | 223 | 0.76 | 0.94 | 0 | 0.13 | 251.71 | 0.89 | 0.46 |
| Hex | 36 | D | DF | 4C | 5E | 0 | D | FC | 59 | 2E |
| Octal | 66 | 15 | 337 | 114 | 136 | 0 | 15 | 374 | 131 | 56 |
| Binary | 110110 | 1101 | 11011111 | 1001100 | 1011110 | 0 | 1101 | 11111100 | 1011001 | 101110 |
Color Harmonies of #360DDF
Complementary color
Monochromatic Colors of #360DDF
Black with #360DDF
Text Example
Text Example
White with #360DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360DDF; }
p { color: rgb(54,13,223); }
H1.HeaderClassName
{
color: #360DDF;
}
.AnyTagClassName
{
color: #360DDF;
}
</style>
background-color css
<style>
a { background-color: #360DDF; }
a { background-color: rgb(54,13,223); }
div.DivClassName
{
background-color: #360DDF;
}
.BgClassName
{
background-color: #360DDF;
}
</style>
border-color css
<style>
span { border-color: #360DDF; }
span { border-color: rgb(54,13,223); }
td.TdClassName
{
border-color: #360DDF;
}
.TagClassName
{
border-color: #360DDF;
}
</style>