Shades of Han Purple #360FCE
Tints of Han Purple #360FCE
RGB
CMYK
RGB Variations
Color information
#360FCE (or 0x360FCE) is known color: Han Purple. HEX triplet: 36, 0F and CE. RGB value is (54,15,206). Sum of RGB (Red+Green+Blue) = 54+15+206=275 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.64% from 275); Green value is 15 (6.25% from 255 or 5.45% from 275); Blue value is 206 (80.86% from 255 or 74.91% from 275); Max value from RGB is 206 - color contains mainly: blue. Hex color #360FCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360FCE is #C9F031. Grayscale: #2F2F2F. Windows color (decimal): -13234226 or 13504310. OLE color: 13504310.
HSL color Cylindrical-coordinate representation of color #360FCE: hue angle of 252.25º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #360FCE is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 15 | 206 | - |
| CMYK | 0.74 | 0.93 | 0 | 0.19 |
| HSL | 252.25º | 0.86% | 0.43% | - |
| HSV(B) | 252.25º | 0.93% | 0.81% | - |
| XYZ | 12.83 | 5.58 | 58.79 | - |
| YUV | 48.44 | 216.92 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 15 | 206 | 0.74 | 0.93 | 0 | 0.19 | 252.25 | 0.86 | 0.43 |
| Hex | 36 | F | CE | 4A | 5D | 0 | 13 | FC | 56 | 2B |
| Octal | 66 | 17 | 316 | 112 | 135 | 0 | 23 | 374 | 126 | 53 |
| Binary | 110110 | 1111 | 11001110 | 1001010 | 1011101 | 0 | 10011 | 11111100 | 1010110 | 101011 |
Color Harmonies of #360FCE
Complementary color
Monochromatic Colors of #360FCE
Black with #360FCE
Text Example
Text Example
White with #360FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360FCE; }
p { color: rgb(54,15,206); }
H1.HeaderClassName
{
color: #360FCE;
}
.AnyTagClassName
{
color: #360FCE;
}
</style>
background-color css
<style>
a { background-color: #360FCE; }
a { background-color: rgb(54,15,206); }
div.DivClassName
{
background-color: #360FCE;
}
.BgClassName
{
background-color: #360FCE;
}
</style>
border-color css
<style>
span { border-color: #360FCE; }
span { border-color: rgb(54,15,206); }
td.TdClassName
{
border-color: #360FCE;
}
.TagClassName
{
border-color: #360FCE;
}
</style>