Shades of Han Purple #3600EE
Tints of Han Purple #3600EE
RGB
CMYK
RGB Variations
Color information
#3600EE (or 0x3600EE) is known color: Han Purple. HEX triplet: 36, 00 and EE. RGB value is (54,0,238). Sum of RGB (Red+Green+Blue) = 54+0+238=292 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.49% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 238 (93.36% from 255 or 81.51% from 292); Max value from RGB is 238 - color contains mainly: blue. Hex color #3600EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3600EE is #C9FF11. Grayscale: #2A2A2A. Windows color (decimal): -13238034 or 15597622. OLE color: 15597622.
HSL color Cylindrical-coordinate representation of color #3600EE: hue angle of 253.61º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3600EE is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 0 | 238 | - |
| CMYK | 0.77 | 1 | 0 | 0.07 |
| HSL | 253.61º | 1% | 0.47% | - |
| HSV(B) | 253.61º | 1% | 0.93% | - |
| XYZ | 16.95 | 6.96 | 81.34 | - |
| YUV | 43.28 | 237.89 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 0 | 238 | 0.77 | 1 | 0 | 0.07 | 253.61 | 1 | 0.47 |
| Hex | 36 | 0 | EE | 4D | 64 | 0 | 7 | FE | 64 | 2F |
| Octal | 66 | 0 | 356 | 115 | 144 | 0 | 7 | 376 | 144 | 57 |
| Binary | 110110 | 0 | 11101110 | 1001101 | 1100100 | 0 | 111 | 11111110 | 1100100 | 101111 |
Color Harmonies of #3600EE
Complementary color
Monochromatic Colors of #3600EE
Black with #3600EE
Text Example
Text Example
White with #3600EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3600EE; }
p { color: rgb(54,0,238); }
H1.HeaderClassName
{
color: #3600EE;
}
.AnyTagClassName
{
color: #3600EE;
}
</style>
background-color css
<style>
a { background-color: #3600EE; }
a { background-color: rgb(54,0,238); }
div.DivClassName
{
background-color: #3600EE;
}
.BgClassName
{
background-color: #3600EE;
}
</style>
border-color css
<style>
span { border-color: #3600EE; }
span { border-color: rgb(54,0,238); }
td.TdClassName
{
border-color: #3600EE;
}
.TagClassName
{
border-color: #3600EE;
}
</style>