Shades of Han Purple #3611DC
Tints of Han Purple #3611DC
RGB
CMYK
RGB Variations
Color information
#3611DC (or 0x3611DC) is known color: Han Purple. HEX triplet: 36, 11 and DC. RGB value is (54,17,220). Sum of RGB (Red+Green+Blue) = 54+17+220=291 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.56% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 220 (86.33% from 255 or 75.60% from 291); Max value from RGB is 220 - color contains mainly: blue. Hex color #3611DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3611DC is #C9EE23. Grayscale: #323232. Windows color (decimal): -13233700 or 14422326. OLE color: 14422326.
HSL color Cylindrical-coordinate representation of color #3611DC: hue angle of 250.94º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3611DC is Cyan = 0.75, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 17 | 220 | - |
| CMYK | 0.75 | 0.92 | 0 | 0.14 |
| HSL | 250.94º | 0.86% | 0.46% | - |
| HSV(B) | 250.94º | 0.92% | 0.86% | - |
| XYZ | 14.64 | 6.35 | 68.16 | - |
| YUV | 51.21 | 223.26 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 17 | 220 | 0.75 | 0.92 | 0 | 0.14 | 250.94 | 0.86 | 0.46 |
| Hex | 36 | 11 | DC | 4B | 5C | 0 | E | FB | 56 | 2E |
| Octal | 66 | 21 | 334 | 113 | 134 | 0 | 16 | 373 | 126 | 56 |
| Binary | 110110 | 10001 | 11011100 | 1001011 | 1011100 | 0 | 1110 | 11111011 | 1010110 | 101110 |
Color Harmonies of #3611DC
Complementary color
Monochromatic Colors of #3611DC
Black with #3611DC
Text Example
Text Example
White with #3611DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3611DC; }
p { color: rgb(54,17,220); }
H1.HeaderClassName
{
color: #3611DC;
}
.AnyTagClassName
{
color: #3611DC;
}
</style>
background-color css
<style>
a { background-color: #3611DC; }
a { background-color: rgb(54,17,220); }
div.DivClassName
{
background-color: #3611DC;
}
.BgClassName
{
background-color: #3611DC;
}
</style>
border-color css
<style>
span { border-color: #3611DC; }
span { border-color: rgb(54,17,220); }
td.TdClassName
{
border-color: #3611DC;
}
.TagClassName
{
border-color: #3611DC;
}
</style>