Shades of Han Purple #360BE8
Tints of Han Purple #360BE8
RGB
CMYK
RGB Variations
Color information
#360BE8 (or 0x360BE8) is known color: Han Purple. HEX triplet: 36, 0B and E8. RGB value is (54,11,232). Sum of RGB (Red+Green+Blue) = 54+11+232=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 11 (4.69% from 255 or 3.70% from 297); Blue value is 232 (91.02% from 255 or 78.11% from 297); Max value from RGB is 232 - color contains mainly: blue. Hex color #360BE8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #360BE8 is #C9F417. Grayscale: #303030. Windows color (decimal): -13235224 or 15207222. OLE color: 15207222.
HSL color Cylindrical-coordinate representation of color #360BE8: hue angle of 251.67º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360BE8 is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 54 | 11 | 232 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.09 |
| HSL | 251.67º | 0.91% | 0.48% | - |
| HSV(B) | 251.67º | 0.95% | 0.91% | - |
| XYZ | 16.21 | 6.85 | 76.81 | - |
| YUV | 49.05 | 231.25 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 11 | 232 | 0.77 | 0.95 | 0 | 0.09 | 251.67 | 0.91 | 0.48 |
| Hex | 36 | B | E8 | 4D | 5F | 0 | 9 | FC | 5B | 30 |
| Octal | 66 | 13 | 350 | 115 | 137 | 0 | 11 | 374 | 133 | 60 |
| Binary | 110110 | 1011 | 11101000 | 1001101 | 1011111 | 0 | 1001 | 11111100 | 1011011 | 110000 |
Color Harmonies of #360BE8
Complementary color
Monochromatic Colors of #360BE8
Black with #360BE8
Text Example
Text Example
White with #360BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360BE8; }
p { color: rgb(54,11,232); }
H1.HeaderClassName
{
color: #360BE8;
}
.AnyTagClassName
{
color: #360BE8;
}
</style>
background-color css
<style>
a { background-color: #360BE8; }
a { background-color: rgb(54,11,232); }
div.DivClassName
{
background-color: #360BE8;
}
.BgClassName
{
background-color: #360BE8;
}
</style>
border-color css
<style>
span { border-color: #360BE8; }
span { border-color: rgb(54,11,232); }
td.TdClassName
{
border-color: #360BE8;
}
.TagClassName
{
border-color: #360BE8;
}
</style>