Shades of Han Purple #360CE2
Tints of Han Purple #360CE2
RGB
CMYK
RGB Variations
Color information
#360CE2 (or 0x360CE2) is known color: Han Purple. HEX triplet: 36, 0C and E2. RGB value is (54,12,226). Sum of RGB (Red+Green+Blue) = 54+12+226=292 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.49% from 292); Green value is 12 (5.08% from 255 or 4.11% from 292); Blue value is 226 (88.67% from 255 or 77.40% from 292); Max value from RGB is 226 - color contains mainly: blue. Hex color #360CE2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360CE2 is #C9F31D. Grayscale: #303030. Windows color (decimal): -13234974 or 14814262. OLE color: 14814262.
HSL color Cylindrical-coordinate representation of color #360CE2: hue angle of 251.78º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360CE2 is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 54 | 12 | 226 | - |
| CMYK | 0.76 | 0.95 | 0 | 0.11 |
| HSL | 251.78º | 0.9% | 0.47% | - |
| HSV(B) | 251.78º | 0.95% | 0.89% | - |
| XYZ | 15.38 | 6.54 | 72.4 | - |
| YUV | 48.95 | 227.91 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 226 | 0.76 | 0.95 | 0 | 0.11 | 251.78 | 0.9 | 0.47 |
| Hex | 36 | C | E2 | 4C | 5F | 0 | B | FC | 5A | 2F |
| Octal | 66 | 14 | 342 | 114 | 137 | 0 | 13 | 374 | 132 | 57 |
| Binary | 110110 | 1100 | 11100010 | 1001100 | 1011111 | 0 | 1011 | 11111100 | 1011010 | 101111 |
Color Harmonies of #360CE2
Complementary color
Monochromatic Colors of #360CE2
Black with #360CE2
Text Example
Text Example
White with #360CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360CE2; }
p { color: rgb(54,12,226); }
H1.HeaderClassName
{
color: #360CE2;
}
.AnyTagClassName
{
color: #360CE2;
}
</style>
background-color css
<style>
a { background-color: #360CE2; }
a { background-color: rgb(54,12,226); }
div.DivClassName
{
background-color: #360CE2;
}
.BgClassName
{
background-color: #360CE2;
}
</style>
border-color css
<style>
span { border-color: #360CE2; }
span { border-color: rgb(54,12,226); }
td.TdClassName
{
border-color: #360CE2;
}
.TagClassName
{
border-color: #360CE2;
}
</style>