Shades of Han Purple #3611F8
Tints of Han Purple #3611F8
RGB
CMYK
RGB Variations
Color information
#3611F8 (or 0x3611F8) is known color: Han Purple. HEX triplet: 36, 11 and F8. RGB value is (54,17,248). Sum of RGB (Red+Green+Blue) = 54+17+248=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 17 (7.03% from 255 or 5.33% from 319); Blue value is 248 (97.27% from 255 or 77.74% from 319); Max value from RGB is 248 - color contains mainly: blue. Hex color #3611F8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3611F8 is #C9EE07. Grayscale: #353535. Windows color (decimal): -13233672 or 16257334. OLE color: 16257334.
HSL color Cylindrical-coordinate representation of color #3611F8: hue angle of 249.61º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3611F8 is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 54 | 17 | 248 | - |
| CMYK | 0.78 | 0.93 | 0 | 0.03 |
| HSL | 249.61º | 0.94% | 0.52% | - |
| HSV(B) | 249.61º | 0.93% | 0.97% | - |
| XYZ | 18.67 | 7.96 | 89.36 | - |
| YUV | 54.4 | 237.26 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 17 | 248 | 0.78 | 0.93 | 0 | 0.03 | 249.61 | 0.94 | 0.52 |
| Hex | 36 | 11 | F8 | 4E | 5D | 0 | 3 | FA | 5E | 34 |
| Octal | 66 | 21 | 370 | 116 | 135 | 0 | 3 | 372 | 136 | 64 |
| Binary | 110110 | 10001 | 11111000 | 1001110 | 1011101 | 0 | 11 | 11111010 | 1011110 | 110100 |
Color Harmonies of #3611F8
Complementary color
Monochromatic Colors of #3611F8
Black with #3611F8
Text Example
Text Example
White with #3611F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3611F8; }
p { color: rgb(54,17,248); }
H1.HeaderClassName
{
color: #3611F8;
}
.AnyTagClassName
{
color: #3611F8;
}
</style>
background-color css
<style>
a { background-color: #3611F8; }
a { background-color: rgb(54,17,248); }
div.DivClassName
{
background-color: #3611F8;
}
.BgClassName
{
background-color: #3611F8;
}
</style>
border-color css
<style>
span { border-color: #3611F8; }
span { border-color: rgb(54,17,248); }
td.TdClassName
{
border-color: #3611F8;
}
.TagClassName
{
border-color: #3611F8;
}
</style>