Shades of Han Purple #360DFE
Tints of Han Purple #360DFE
RGB
CMYK
RGB Variations
Color information
#360DFE (or 0x360DFE) is known color: Han Purple. HEX triplet: 36, 0D and FE. RGB value is (54,13,254). Sum of RGB (Red+Green+Blue) = 54+13+254=321 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.82% from 321); Green value is 13 (5.47% from 255 or 4.05% from 321); Blue value is 254 (99.61% from 255 or 79.13% from 321); Max value from RGB is 254 - color contains mainly: blue. Hex color #360DFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #360DFE is #C9F201. Grayscale: #333333. Windows color (decimal): -13234690 or 16649526. OLE color: 16649526.
HSL color Cylindrical-coordinate representation of color #360DFE: hue angle of 250.21º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360DFE is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 13 | 254 | - |
| CMYK | 0.79 | 0.95 | 0 | 0.00 |
| HSL | 250.21º | 0.99% | 0.52% | - |
| HSV(B) | 250.21º | 0.95% | 1% | - |
| XYZ | 19.55 | 8.23 | 94.32 | - |
| YUV | 52.73 | 241.58 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 13 | 254 | 0.79 | 0.95 | 0 | 0.00 | 250.21 | 0.99 | 0.52 |
| Hex | 36 | D | FE | 4F | 5F | 0 | 0 | FA | 63 | 34 |
| Octal | 66 | 15 | 376 | 117 | 137 | 0 | 0 | 372 | 143 | 64 |
| Binary | 110110 | 1101 | 11111110 | 1001111 | 1011111 | 0 | 0 | 11111010 | 1100011 | 110100 |
Color Harmonies of #360DFE
Complementary color
Monochromatic Colors of #360DFE
Black with #360DFE
Text Example
Text Example
White with #360DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360DFE; }
p { color: rgb(54,13,254); }
H1.HeaderClassName
{
color: #360DFE;
}
.AnyTagClassName
{
color: #360DFE;
}
</style>
background-color css
<style>
a { background-color: #360DFE; }
a { background-color: rgb(54,13,254); }
div.DivClassName
{
background-color: #360DFE;
}
.BgClassName
{
background-color: #360DFE;
}
</style>
border-color css
<style>
span { border-color: #360DFE; }
span { border-color: rgb(54,13,254); }
td.TdClassName
{
border-color: #360DFE;
}
.TagClassName
{
border-color: #360DFE;
}
</style>