Shades of Han Purple #360AFF
Tints of Han Purple #360AFF
RGB
CMYK
RGB Variations
Color information
#360AFF (or 0x360AFF) is known color: Han Purple. HEX triplet: 36, 0A and FF. RGB value is (54,10,255). Sum of RGB (Red+Green+Blue) = 54+10+255=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 10 (4.30% from 255 or 3.13% from 319); Blue value is 255 (100% from 255 or 79.94% from 319); Max value from RGB is 255 - color contains mainly: blue. Hex color #360AFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #360AFF is #C9F500. Grayscale: #323232. Windows color (decimal): -13235457 or 16714294. OLE color: 16714294.
HSL color Cylindrical-coordinate representation of color #360AFF: hue angle of 250.78º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #360AFF is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 10 | 255 | - |
| CMYK | 0.79 | 0.96 | 0 | 0 |
| HSL | 250.78º | 1% | 0.52% | - |
| HSV(B) | 250.78º | 0.96% | 1% | - |
| XYZ | 19.68 | 8.22 | 95.16 | - |
| YUV | 51.09 | 243.08 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 10 | 255 | 0.79 | 0.96 | 0 | 0 | 250.78 | 1 | 0.52 |
| Hex | 36 | A | FF | 4F | 60 | 0 | 0 | FB | 64 | 34 |
| Octal | 66 | 12 | 377 | 117 | 140 | 0 | 0 | 373 | 144 | 64 |
| Binary | 110110 | 1010 | 11111111 | 1001111 | 1100000 | 0 | 0 | 11111011 | 1100100 | 110100 |
Color Harmonies of #360AFF
Complementary color
Monochromatic Colors of #360AFF
Black with #360AFF
Text Example
Text Example
White with #360AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360AFF; }
p { color: rgb(54,10,255); }
H1.HeaderClassName
{
color: #360AFF;
}
.AnyTagClassName
{
color: #360AFF;
}
</style>
background-color css
<style>
a { background-color: #360AFF; }
a { background-color: rgb(54,10,255); }
div.DivClassName
{
background-color: #360AFF;
}
.BgClassName
{
background-color: #360AFF;
}
</style>
border-color css
<style>
span { border-color: #360AFF; }
span { border-color: rgb(54,10,255); }
td.TdClassName
{
border-color: #360AFF;
}
.TagClassName
{
border-color: #360AFF;
}
</style>