Shades of Han Purple #360CEB
Tints of Han Purple #360CEB
RGB
CMYK
RGB Variations
Color information
#360CEB (or 0x360CEB) is known color: Han Purple. HEX triplet: 36, 0C and EB. RGB value is (54,12,235). Sum of RGB (Red+Green+Blue) = 54+12+235=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 12 (5.08% from 255 or 3.99% from 301); Blue value is 235 (92.19% from 255 or 78.07% from 301); Max value from RGB is 235 - color contains mainly: blue. Hex color #360CEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #360CEB is #C9F314. Grayscale: #313131. Windows color (decimal): -13234965 or 15404086. OLE color: 15404086.
HSL color Cylindrical-coordinate representation of color #360CEB: hue angle of 251.3º degrees, saturation: 0.9, 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 #360CEB is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 54 | 12 | 235 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.08 |
| HSL | 251.3º | 0.9% | 0.48% | - |
| HSV(B) | 251.3º | 0.95% | 0.92% | - |
| XYZ | 16.65 | 7.05 | 79.08 | - |
| YUV | 49.98 | 232.41 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 235 | 0.77 | 0.95 | 0 | 0.08 | 251.3 | 0.9 | 0.48 |
| Hex | 36 | C | EB | 4D | 5F | 0 | 8 | FB | 5A | 30 |
| Octal | 66 | 14 | 353 | 115 | 137 | 0 | 10 | 373 | 132 | 60 |
| Binary | 110110 | 1100 | 11101011 | 1001101 | 1011111 | 0 | 1000 | 11111011 | 1011010 | 110000 |
Color Harmonies of #360CEB
Complementary color
Monochromatic Colors of #360CEB
Black with #360CEB
Text Example
Text Example
White with #360CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360CEB; }
p { color: rgb(54,12,235); }
H1.HeaderClassName
{
color: #360CEB;
}
.AnyTagClassName
{
color: #360CEB;
}
</style>
background-color css
<style>
a { background-color: #360CEB; }
a { background-color: rgb(54,12,235); }
div.DivClassName
{
background-color: #360CEB;
}
.BgClassName
{
background-color: #360CEB;
}
</style>
border-color css
<style>
span { border-color: #360CEB; }
span { border-color: rgb(54,12,235); }
td.TdClassName
{
border-color: #360CEB;
}
.TagClassName
{
border-color: #360CEB;
}
</style>