Shades of Han Purple #3611FF
Tints of Han Purple #3611FF
RGB
CMYK
RGB Variations
Color information
#3611FF (or 0x3611FF) is known color: Han Purple. HEX triplet: 36, 11 and FF. RGB value is (54,17,255). Sum of RGB (Red+Green+Blue) = 54+17+255=326 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.56% from 326); Green value is 17 (7.03% from 255 or 5.21% from 326); Blue value is 255 (100% from 255 or 78.22% from 326); Max value from RGB is 255 - color contains mainly: blue. Hex color #3611FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3611FF is #C9EE00. Grayscale: #363636. Windows color (decimal): -13233665 or 16716086. OLE color: 16716086.
HSL color Cylindrical-coordinate representation of color #3611FF: hue angle of 249.33º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3611FF is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 17 | 255 | - |
| CMYK | 0.79 | 0.93 | 0 | 0 |
| HSL | 249.33º | 1% | 0.53% | - |
| HSV(B) | 249.33º | 0.93% | 1% | - |
| XYZ | 19.77 | 8.41 | 95.19 | - |
| YUV | 55.2 | 240.76 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 17 | 255 | 0.79 | 0.93 | 0 | 0 | 249.33 | 1 | 0.53 |
| Hex | 36 | 11 | FF | 4F | 5D | 0 | 0 | F9 | 64 | 35 |
| Octal | 66 | 21 | 377 | 117 | 135 | 0 | 0 | 371 | 144 | 65 |
| Binary | 110110 | 10001 | 11111111 | 1001111 | 1011101 | 0 | 0 | 11111001 | 1100100 | 110101 |
Color Harmonies of #3611FF
Complementary color
Monochromatic Colors of #3611FF
Black with #3611FF
Text Example
Text Example
White with #3611FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3611FF; }
p { color: rgb(54,17,255); }
H1.HeaderClassName
{
color: #3611FF;
}
.AnyTagClassName
{
color: #3611FF;
}
</style>
background-color css
<style>
a { background-color: #3611FF; }
a { background-color: rgb(54,17,255); }
div.DivClassName
{
background-color: #3611FF;
}
.BgClassName
{
background-color: #3611FF;
}
</style>
border-color css
<style>
span { border-color: #3611FF; }
span { border-color: rgb(54,17,255); }
td.TdClassName
{
border-color: #3611FF;
}
.TagClassName
{
border-color: #3611FF;
}
</style>