Shades of Han Purple #360CDD
Tints of Han Purple #360CDD
RGB
CMYK
RGB Variations
Color information
#360CDD (or 0x360CDD) is known color: Han Purple. HEX triplet: 36, 0C and DD. RGB value is (54,12,221). Sum of RGB (Red+Green+Blue) = 54+12+221=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 12 (5.08% from 255 or 4.18% from 287); Blue value is 221 (86.72% from 255 or 77.00% from 287); Max value from RGB is 221 - color contains mainly: blue. Hex color #360CDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360CDD is #C9F322. Grayscale: #2F2F2F. Windows color (decimal): -13234979 or 14486582. OLE color: 14486582.
HSL color Cylindrical-coordinate representation of color #360CDD: hue angle of 252.06º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360CDD is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 12 | 221 | - |
| CMYK | 0.76 | 0.95 | 0 | 0.13 |
| HSL | 252.06º | 0.9% | 0.46% | - |
| HSV(B) | 252.06º | 0.95% | 0.87% | - |
| XYZ | 14.7 | 6.27 | 68.84 | - |
| YUV | 48.38 | 225.41 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 221 | 0.76 | 0.95 | 0 | 0.13 | 252.06 | 0.9 | 0.46 |
| Hex | 36 | C | DD | 4C | 5F | 0 | D | FC | 5A | 2E |
| Octal | 66 | 14 | 335 | 114 | 137 | 0 | 15 | 374 | 132 | 56 |
| Binary | 110110 | 1100 | 11011101 | 1001100 | 1011111 | 0 | 1101 | 11111100 | 1011010 | 101110 |
Color Harmonies of #360CDD
Complementary color
Monochromatic Colors of #360CDD
Black with #360CDD
Text Example
Text Example
White with #360CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360CDD; }
p { color: rgb(54,12,221); }
H1.HeaderClassName
{
color: #360CDD;
}
.AnyTagClassName
{
color: #360CDD;
}
</style>
background-color css
<style>
a { background-color: #360CDD; }
a { background-color: rgb(54,12,221); }
div.DivClassName
{
background-color: #360CDD;
}
.BgClassName
{
background-color: #360CDD;
}
</style>
border-color css
<style>
span { border-color: #360CDD; }
span { border-color: rgb(54,12,221); }
td.TdClassName
{
border-color: #360CDD;
}
.TagClassName
{
border-color: #360CDD;
}
</style>