Shades of Han Purple #360CE0
Tints of Han Purple #360CE0
RGB
CMYK
RGB Variations
Color information
#360CE0 (or 0x360CE0) is known color: Han Purple. HEX triplet: 36, 0C and E0. RGB value is (54,12,224). Sum of RGB (Red+Green+Blue) = 54+12+224=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 12 (5.08% from 255 or 4.14% from 290); Blue value is 224 (87.89% from 255 or 77.24% from 290); Max value from RGB is 224 - color contains mainly: blue. Hex color #360CE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360CE0 is #C9F31F. Grayscale: #2F2F2F. Windows color (decimal): -13234976 or 14683190. OLE color: 14683190.
HSL color Cylindrical-coordinate representation of color #360CE0: hue angle of 251.89º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360CE0 is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 54 | 12 | 224 | - |
| CMYK | 0.76 | 0.95 | 0 | 0.12 |
| HSL | 251.89º | 0.9% | 0.46% | - |
| HSV(B) | 251.89º | 0.95% | 0.88% | - |
| XYZ | 15.11 | 6.43 | 70.97 | - |
| YUV | 48.73 | 226.91 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 224 | 0.76 | 0.95 | 0 | 0.12 | 251.89 | 0.9 | 0.46 |
| Hex | 36 | C | E0 | 4C | 5F | 0 | C | FC | 5A | 2E |
| Octal | 66 | 14 | 340 | 114 | 137 | 0 | 14 | 374 | 132 | 56 |
| Binary | 110110 | 1100 | 11100000 | 1001100 | 1011111 | 0 | 1100 | 11111100 | 1011010 | 101110 |
Color Harmonies of #360CE0
Complementary color
Monochromatic Colors of #360CE0
Black with #360CE0
Text Example
Text Example
White with #360CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360CE0; }
p { color: rgb(54,12,224); }
H1.HeaderClassName
{
color: #360CE0;
}
.AnyTagClassName
{
color: #360CE0;
}
</style>
background-color css
<style>
a { background-color: #360CE0; }
a { background-color: rgb(54,12,224); }
div.DivClassName
{
background-color: #360CE0;
}
.BgClassName
{
background-color: #360CE0;
}
</style>
border-color css
<style>
span { border-color: #360CE0; }
span { border-color: rgb(54,12,224); }
td.TdClassName
{
border-color: #360CE0;
}
.TagClassName
{
border-color: #360CE0;
}
</style>