Shades of Han Purple #360FDA
Tints of Han Purple #360FDA
RGB
CMYK
RGB Variations
Color information
#360FDA (or 0x360FDA) is known color: Han Purple. HEX triplet: 36, 0F and DA. RGB value is (54,15,218). Sum of RGB (Red+Green+Blue) = 54+15+218=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 15 (6.25% from 255 or 5.23% from 287); Blue value is 218 (85.55% from 255 or 75.96% from 287); Max value from RGB is 218 - color contains mainly: blue. Hex color #360FDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360FDA is #C9F025. Grayscale: #313131. Windows color (decimal): -13234214 or 14290742. OLE color: 14290742.
HSL color Cylindrical-coordinate representation of color #360FDA: hue angle of 251.53º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #360FDA is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 54 | 15 | 218 | - |
| CMYK | 0.75 | 0.93 | 0 | 0.15 |
| HSL | 251.53º | 0.87% | 0.46% | - |
| HSV(B) | 251.53º | 0.93% | 0.85% | - |
| XYZ | 14.35 | 6.19 | 66.77 | - |
| YUV | 49.8 | 222.92 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 15 | 218 | 0.75 | 0.93 | 0 | 0.15 | 251.53 | 0.87 | 0.46 |
| Hex | 36 | F | DA | 4B | 5D | 0 | F | FC | 57 | 2E |
| Octal | 66 | 17 | 332 | 113 | 135 | 0 | 17 | 374 | 127 | 56 |
| Binary | 110110 | 1111 | 11011010 | 1001011 | 1011101 | 0 | 1111 | 11111100 | 1010111 | 101110 |
Color Harmonies of #360FDA
Complementary color
Monochromatic Colors of #360FDA
Black with #360FDA
Text Example
Text Example
White with #360FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360FDA; }
p { color: rgb(54,15,218); }
H1.HeaderClassName
{
color: #360FDA;
}
.AnyTagClassName
{
color: #360FDA;
}
</style>
background-color css
<style>
a { background-color: #360FDA; }
a { background-color: rgb(54,15,218); }
div.DivClassName
{
background-color: #360FDA;
}
.BgClassName
{
background-color: #360FDA;
}
</style>
border-color css
<style>
span { border-color: #360FDA; }
span { border-color: rgb(54,15,218); }
td.TdClassName
{
border-color: #360FDA;
}
.TagClassName
{
border-color: #360FDA;
}
</style>