Shades of Han Purple #360CE4
Tints of Han Purple #360CE4
RGB
CMYK
RGB Variations
Color information
#360CE4 (or 0x360CE4) is known color: Han Purple. HEX triplet: 36, 0C and E4. RGB value is (54,12,228). Sum of RGB (Red+Green+Blue) = 54+12+228=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 12 (5.08% from 255 or 4.08% from 294); Blue value is 228 (89.45% from 255 or 77.55% from 294); Max value from RGB is 228 - color contains mainly: blue. Hex color #360CE4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360CE4 is #C9F31B. Grayscale: #303030. Windows color (decimal): -13234972 or 14945334. OLE color: 14945334.
HSL color Cylindrical-coordinate representation of color #360CE4: hue angle of 251.67º 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 #360CE4 is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 54 | 12 | 228 | - |
| CMYK | 0.76 | 0.95 | 0 | 0.11 |
| HSL | 251.67º | 0.9% | 0.47% | - |
| HSV(B) | 251.67º | 0.95% | 0.89% | - |
| XYZ | 15.66 | 6.65 | 73.86 | - |
| YUV | 49.18 | 228.91 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 228 | 0.76 | 0.95 | 0 | 0.11 | 251.67 | 0.9 | 0.47 |
| Hex | 36 | C | E4 | 4C | 5F | 0 | B | FC | 5A | 2F |
| Octal | 66 | 14 | 344 | 114 | 137 | 0 | 13 | 374 | 132 | 57 |
| Binary | 110110 | 1100 | 11100100 | 1001100 | 1011111 | 0 | 1011 | 11111100 | 1011010 | 101111 |
Color Harmonies of #360CE4
Complementary color
Monochromatic Colors of #360CE4
Black with #360CE4
Text Example
Text Example
White with #360CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360CE4; }
p { color: rgb(54,12,228); }
H1.HeaderClassName
{
color: #360CE4;
}
.AnyTagClassName
{
color: #360CE4;
}
</style>
background-color css
<style>
a { background-color: #360CE4; }
a { background-color: rgb(54,12,228); }
div.DivClassName
{
background-color: #360CE4;
}
.BgClassName
{
background-color: #360CE4;
}
</style>
border-color css
<style>
span { border-color: #360CE4; }
span { border-color: rgb(54,12,228); }
td.TdClassName
{
border-color: #360CE4;
}
.TagClassName
{
border-color: #360CE4;
}
</style>