Shades of Han Purple #360BEA
Tints of Han Purple #360BEA
RGB
CMYK
RGB Variations
Color information
#360BEA (or 0x360BEA) is known color: Han Purple. HEX triplet: 36, 0B and EA. RGB value is (54,11,234). Sum of RGB (Red+Green+Blue) = 54+11+234=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 11 (4.69% from 255 or 3.68% from 299); Blue value is 234 (91.80% from 255 or 78.26% from 299); Max value from RGB is 234 - color contains mainly: blue. Hex color #360BEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #360BEA is #C9F415. Grayscale: #303030. Windows color (decimal): -13235222 or 15338294. OLE color: 15338294.
HSL color Cylindrical-coordinate representation of color #360BEA: hue angle of 251.57º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360BEA is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 54 | 11 | 234 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.08 |
| HSL | 251.57º | 0.91% | 0.48% | - |
| HSV(B) | 251.57º | 0.95% | 0.92% | - |
| XYZ | 16.49 | 6.96 | 78.32 | - |
| YUV | 49.28 | 232.25 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 11 | 234 | 0.77 | 0.95 | 0 | 0.08 | 251.57 | 0.91 | 0.48 |
| Hex | 36 | B | EA | 4D | 5F | 0 | 8 | FC | 5B | 30 |
| Octal | 66 | 13 | 352 | 115 | 137 | 0 | 10 | 374 | 133 | 60 |
| Binary | 110110 | 1011 | 11101010 | 1001101 | 1011111 | 0 | 1000 | 11111100 | 1011011 | 110000 |
Color Harmonies of #360BEA
Complementary color
Monochromatic Colors of #360BEA
Black with #360BEA
Text Example
Text Example
White with #360BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360BEA; }
p { color: rgb(54,11,234); }
H1.HeaderClassName
{
color: #360BEA;
}
.AnyTagClassName
{
color: #360BEA;
}
</style>
background-color css
<style>
a { background-color: #360BEA; }
a { background-color: rgb(54,11,234); }
div.DivClassName
{
background-color: #360BEA;
}
.BgClassName
{
background-color: #360BEA;
}
</style>
border-color css
<style>
span { border-color: #360BEA; }
span { border-color: rgb(54,11,234); }
td.TdClassName
{
border-color: #360BEA;
}
.TagClassName
{
border-color: #360BEA;
}
</style>