Shades of Han Purple #360CC9
Tints of Han Purple #360CC9
RGB
CMYK
RGB Variations
Color information
#360CC9 (or 0x360CC9) is known color: Han Purple. HEX triplet: 36, 0C and C9. RGB value is (54,12,201). Sum of RGB (Red+Green+Blue) = 54+12+201=267 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.22% from 267); Green value is 12 (5.08% from 255 or 4.49% from 267); Blue value is 201 (78.91% from 255 or 75.28% from 267); Max value from RGB is 201 - color contains mainly: blue. Hex color #360CC9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360CC9 is #C9F336. Grayscale: #2D2D2D. Windows color (decimal): -13234999 or 13175862. OLE color: 13175862.
HSL color Cylindrical-coordinate representation of color #360CC9: hue angle of 253.33º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360CC9 is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 54 | 12 | 201 | - |
| CMYK | 0.73 | 0.94 | 0 | 0.21 |
| HSL | 253.33º | 0.89% | 0.42% | - |
| HSV(B) | 253.33º | 0.94% | 0.79% | - |
| XYZ | 12.2 | 5.26 | 55.63 | - |
| YUV | 46.1 | 215.41 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 201 | 0.73 | 0.94 | 0 | 0.21 | 253.33 | 0.89 | 0.42 |
| Hex | 36 | C | C9 | 49 | 5E | 0 | 15 | FD | 59 | 2A |
| Octal | 66 | 14 | 311 | 111 | 136 | 0 | 25 | 375 | 131 | 52 |
| Binary | 110110 | 1100 | 11001001 | 1001001 | 1011110 | 0 | 10101 | 11111101 | 1011001 | 101010 |
Color Harmonies of #360CC9
Complementary color
Monochromatic Colors of #360CC9
Black with #360CC9
Text Example
Text Example
White with #360CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360CC9; }
p { color: rgb(54,12,201); }
H1.HeaderClassName
{
color: #360CC9;
}
.AnyTagClassName
{
color: #360CC9;
}
</style>
background-color css
<style>
a { background-color: #360CC9; }
a { background-color: rgb(54,12,201); }
div.DivClassName
{
background-color: #360CC9;
}
.BgClassName
{
background-color: #360CC9;
}
</style>
border-color css
<style>
span { border-color: #360CC9; }
span { border-color: rgb(54,12,201); }
td.TdClassName
{
border-color: #360CC9;
}
.TagClassName
{
border-color: #360CC9;
}
</style>