Shades of Han Purple #360CED
Tints of Han Purple #360CED
RGB
CMYK
RGB Variations
Color information
#360CED (or 0x360CED) is known color: Han Purple. HEX triplet: 36, 0C and ED. RGB value is (54,12,237). Sum of RGB (Red+Green+Blue) = 54+12+237=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 12 (5.08% from 255 or 3.96% from 303); Blue value is 237 (92.97% from 255 or 78.22% from 303); Max value from RGB is 237 - color contains mainly: blue. Hex color #360CED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #360CED is #C9F312. Grayscale: #313131. Windows color (decimal): -13234963 or 15535158. OLE color: 15535158.
HSL color Cylindrical-coordinate representation of color #360CED: hue angle of 251.2º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360CED is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 12 | 237 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.07 |
| HSL | 251.2º | 0.9% | 0.49% | - |
| HSV(B) | 251.2º | 0.95% | 0.93% | - |
| XYZ | 16.94 | 7.16 | 80.61 | - |
| YUV | 50.21 | 233.41 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 237 | 0.77 | 0.95 | 0 | 0.07 | 251.2 | 0.9 | 0.49 |
| Hex | 36 | C | ED | 4D | 5F | 0 | 7 | FB | 5A | 31 |
| Octal | 66 | 14 | 355 | 115 | 137 | 0 | 7 | 373 | 132 | 61 |
| Binary | 110110 | 1100 | 11101101 | 1001101 | 1011111 | 0 | 111 | 11111011 | 1011010 | 110001 |
Color Harmonies of #360CED
Complementary color
Monochromatic Colors of #360CED
Black with #360CED
Text Example
Text Example
White with #360CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360CED; }
p { color: rgb(54,12,237); }
H1.HeaderClassName
{
color: #360CED;
}
.AnyTagClassName
{
color: #360CED;
}
</style>
background-color css
<style>
a { background-color: #360CED; }
a { background-color: rgb(54,12,237); }
div.DivClassName
{
background-color: #360CED;
}
.BgClassName
{
background-color: #360CED;
}
</style>
border-color css
<style>
span { border-color: #360CED; }
span { border-color: rgb(54,12,237); }
td.TdClassName
{
border-color: #360CED;
}
.TagClassName
{
border-color: #360CED;
}
</style>