Shades of Han Purple #3612ED
Tints of Han Purple #3612ED
RGB
CMYK
RGB Variations
Color information
#3612ED (or 0x3612ED) is known color: Han Purple. HEX triplet: 36, 12 and ED. RGB value is (54,18,237). Sum of RGB (Red+Green+Blue) = 54+18+237=309 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.48% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 237 (92.97% from 255 or 76.70% from 309); Max value from RGB is 237 - color contains mainly: blue. Hex color #3612ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3612ED is #C9ED12. Grayscale: #343434. Windows color (decimal): -13233427 or 15536694. OLE color: 15536694.
HSL color Cylindrical-coordinate representation of color #3612ED: hue angle of 249.86º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3612ED is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 18 | 237 | - |
| CMYK | 0.77 | 0.92 | 0 | 0.07 |
| HSL | 249.86º | 0.86% | 0.5% | - |
| HSV(B) | 249.86º | 0.92% | 0.93% | - |
| XYZ | 17.02 | 7.33 | 80.64 | - |
| YUV | 53.73 | 231.43 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 18 | 237 | 0.77 | 0.92 | 0 | 0.07 | 249.86 | 0.86 | 0.5 |
| Hex | 36 | 12 | ED | 4D | 5C | 0 | 7 | FA | 56 | 32 |
| Octal | 66 | 22 | 355 | 115 | 134 | 0 | 7 | 372 | 126 | 62 |
| Binary | 110110 | 10010 | 11101101 | 1001101 | 1011100 | 0 | 111 | 11111010 | 1010110 | 110010 |
Color Harmonies of #3612ED
Complementary color
Monochromatic Colors of #3612ED
Black with #3612ED
Text Example
Text Example
White with #3612ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3612ED; }
p { color: rgb(54,18,237); }
H1.HeaderClassName
{
color: #3612ED;
}
.AnyTagClassName
{
color: #3612ED;
}
</style>
background-color css
<style>
a { background-color: #3612ED; }
a { background-color: rgb(54,18,237); }
div.DivClassName
{
background-color: #3612ED;
}
.BgClassName
{
background-color: #3612ED;
}
</style>
border-color css
<style>
span { border-color: #3612ED; }
span { border-color: rgb(54,18,237); }
td.TdClassName
{
border-color: #3612ED;
}
.TagClassName
{
border-color: #3612ED;
}
</style>