Shades of Han Purple #360DFC
Tints of Han Purple #360DFC
RGB
CMYK
RGB Variations
Color information
#360DFC (or 0x360DFC) is known color: Han Purple. HEX triplet: 36, 0D and FC. RGB value is (54,13,252). Sum of RGB (Red+Green+Blue) = 54+13+252=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 13 (5.47% from 255 or 4.08% from 319); Blue value is 252 (98.83% from 255 or 79.00% from 319); Max value from RGB is 252 - color contains mainly: blue. Hex color #360DFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #360DFC is #C9F203. Grayscale: #333333. Windows color (decimal): -13234692 or 16518454. OLE color: 16518454.
HSL color Cylindrical-coordinate representation of color #360DFC: hue angle of 250.29º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360DFC is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 54 | 13 | 252 | - |
| CMYK | 0.79 | 0.95 | 0 | 0.01 |
| HSL | 250.29º | 0.98% | 0.52% | - |
| HSV(B) | 250.29º | 0.95% | 0.99% | - |
| XYZ | 19.24 | 8.1 | 92.65 | - |
| YUV | 52.51 | 240.58 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 13 | 252 | 0.79 | 0.95 | 0 | 0.01 | 250.29 | 0.98 | 0.52 |
| Hex | 36 | D | FC | 4F | 5F | 0 | 1 | FA | 62 | 34 |
| Octal | 66 | 15 | 374 | 117 | 137 | 0 | 1 | 372 | 142 | 64 |
| Binary | 110110 | 1101 | 11111100 | 1001111 | 1011111 | 0 | 1 | 11111010 | 1100010 | 110100 |
Color Harmonies of #360DFC
Complementary color
Monochromatic Colors of #360DFC
Black with #360DFC
Text Example
Text Example
White with #360DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360DFC; }
p { color: rgb(54,13,252); }
H1.HeaderClassName
{
color: #360DFC;
}
.AnyTagClassName
{
color: #360DFC;
}
</style>
background-color css
<style>
a { background-color: #360DFC; }
a { background-color: rgb(54,13,252); }
div.DivClassName
{
background-color: #360DFC;
}
.BgClassName
{
background-color: #360DFC;
}
</style>
border-color css
<style>
span { border-color: #360DFC; }
span { border-color: rgb(54,13,252); }
td.TdClassName
{
border-color: #360DFC;
}
.TagClassName
{
border-color: #360DFC;
}
</style>