Shades of Han Purple #3615EE
Tints of Han Purple #3615EE
RGB
CMYK
RGB Variations
Color information
#3615EE (or 0x3615EE) is known color: Han Purple. HEX triplet: 36, 15 and EE. RGB value is (54,21,238). Sum of RGB (Red+Green+Blue) = 54+21+238=313 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.25% from 313); Green value is 21 (8.59% from 255 or 6.71% from 313); Blue value is 238 (93.36% from 255 or 76.04% from 313); Max value from RGB is 238 - color contains mainly: blue. Hex color #3615EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3615EE is #C9EA11. Grayscale: #363636. Windows color (decimal): -13232658 or 15602998. OLE color: 15602998.
HSL color Cylindrical-coordinate representation of color #3615EE: hue angle of 249.12º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3615EE is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 21 | 238 | - |
| CMYK | 0.77 | 0.91 | 0 | 0.07 |
| HSL | 249.12º | 0.86% | 0.51% | - |
| HSV(B) | 249.12º | 0.91% | 0.93% | - |
| XYZ | 17.22 | 7.49 | 81.43 | - |
| YUV | 55.61 | 230.93 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 21 | 238 | 0.77 | 0.91 | 0 | 0.07 | 249.12 | 0.86 | 0.51 |
| Hex | 36 | 15 | EE | 4D | 5B | 0 | 7 | F9 | 56 | 33 |
| Octal | 66 | 25 | 356 | 115 | 133 | 0 | 7 | 371 | 126 | 63 |
| Binary | 110110 | 10101 | 11101110 | 1001101 | 1011011 | 0 | 111 | 11111001 | 1010110 | 110011 |
Color Harmonies of #3615EE
Complementary color
Monochromatic Colors of #3615EE
Black with #3615EE
Text Example
Text Example
White with #3615EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3615EE; }
p { color: rgb(54,21,238); }
H1.HeaderClassName
{
color: #3615EE;
}
.AnyTagClassName
{
color: #3615EE;
}
</style>
background-color css
<style>
a { background-color: #3615EE; }
a { background-color: rgb(54,21,238); }
div.DivClassName
{
background-color: #3615EE;
}
.BgClassName
{
background-color: #3615EE;
}
</style>
border-color css
<style>
span { border-color: #3615EE; }
span { border-color: rgb(54,21,238); }
td.TdClassName
{
border-color: #3615EE;
}
.TagClassName
{
border-color: #3615EE;
}
</style>