Shades of Han Purple #360FFD
Tints of Han Purple #360FFD
RGB
CMYK
RGB Variations
Color information
#360FFD (or 0x360FFD) is known color: Han Purple. HEX triplet: 36, 0F and FD. RGB value is (54,15,253). Sum of RGB (Red+Green+Blue) = 54+15+253=322 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.77% from 322); Green value is 15 (6.25% from 255 or 4.66% from 322); Blue value is 253 (99.22% from 255 or 78.57% from 322); Max value from RGB is 253 - color contains mainly: blue. Hex color #360FFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #360FFD is #C9F002. Grayscale: #343434. Windows color (decimal): -13234179 or 16584502. OLE color: 16584502.
HSL color Cylindrical-coordinate representation of color #360FFD: hue angle of 249.83º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360FFD is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 54 | 15 | 253 | - |
| CMYK | 0.79 | 0.94 | 0 | 0.01 |
| HSL | 249.83º | 0.98% | 0.53% | - |
| HSV(B) | 249.83º | 0.94% | 0.99% | - |
| XYZ | 19.42 | 8.22 | 93.49 | - |
| YUV | 53.79 | 240.42 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 15 | 253 | 0.79 | 0.94 | 0 | 0.01 | 249.83 | 0.98 | 0.53 |
| Hex | 36 | F | FD | 4F | 5E | 0 | 1 | FA | 62 | 35 |
| Octal | 66 | 17 | 375 | 117 | 136 | 0 | 1 | 372 | 142 | 65 |
| Binary | 110110 | 1111 | 11111101 | 1001111 | 1011110 | 0 | 1 | 11111010 | 1100010 | 110101 |
Color Harmonies of #360FFD
Complementary color
Monochromatic Colors of #360FFD
Black with #360FFD
Text Example
Text Example
White with #360FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360FFD; }
p { color: rgb(54,15,253); }
H1.HeaderClassName
{
color: #360FFD;
}
.AnyTagClassName
{
color: #360FFD;
}
</style>
background-color css
<style>
a { background-color: #360FFD; }
a { background-color: rgb(54,15,253); }
div.DivClassName
{
background-color: #360FFD;
}
.BgClassName
{
background-color: #360FFD;
}
</style>
border-color css
<style>
span { border-color: #360FFD; }
span { border-color: rgb(54,15,253); }
td.TdClassName
{
border-color: #360FFD;
}
.TagClassName
{
border-color: #360FFD;
}
</style>