Shades of Han Purple #360BF8
Tints of Han Purple #360BF8
RGB
CMYK
RGB Variations
Color information
#360BF8 (or 0x360BF8) is known color: Han Purple. HEX triplet: 36, 0B and F8. RGB value is (54,11,248). Sum of RGB (Red+Green+Blue) = 54+11+248=313 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.25% from 313); Green value is 11 (4.69% from 255 or 3.51% from 313); Blue value is 248 (97.27% from 255 or 79.23% from 313); Max value from RGB is 248 - color contains mainly: blue. Hex color #360BF8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #360BF8 is #C9F407. Grayscale: #313131. Windows color (decimal): -13235208 or 16255798. OLE color: 16255798.
HSL color Cylindrical-coordinate representation of color #360BF8: hue angle of 250.89º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #360BF8 is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 54 | 11 | 248 | - |
| CMYK | 0.78 | 0.96 | 0 | 0.03 |
| HSL | 250.89º | 0.94% | 0.51% | - |
| HSV(B) | 250.89º | 0.96% | 0.97% | - |
| XYZ | 18.58 | 7.8 | 89.33 | - |
| YUV | 50.88 | 239.25 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 11 | 248 | 0.78 | 0.96 | 0 | 0.03 | 250.89 | 0.94 | 0.51 |
| Hex | 36 | B | F8 | 4E | 60 | 0 | 3 | FB | 5E | 33 |
| Octal | 66 | 13 | 370 | 116 | 140 | 0 | 3 | 373 | 136 | 63 |
| Binary | 110110 | 1011 | 11111000 | 1001110 | 1100000 | 0 | 11 | 11111011 | 1011110 | 110011 |
Color Harmonies of #360BF8
Complementary color
Monochromatic Colors of #360BF8
Black with #360BF8
Text Example
Text Example
White with #360BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360BF8; }
p { color: rgb(54,11,248); }
H1.HeaderClassName
{
color: #360BF8;
}
.AnyTagClassName
{
color: #360BF8;
}
</style>
background-color css
<style>
a { background-color: #360BF8; }
a { background-color: rgb(54,11,248); }
div.DivClassName
{
background-color: #360BF8;
}
.BgClassName
{
background-color: #360BF8;
}
</style>
border-color css
<style>
span { border-color: #360BF8; }
span { border-color: rgb(54,11,248); }
td.TdClassName
{
border-color: #360BF8;
}
.TagClassName
{
border-color: #360BF8;
}
</style>