Shades of Han Purple #3118FF
Tints of Han Purple #3118FF
RGB
CMYK
RGB Variations
Color information
#3118FF (or 0x3118FF) is known color: Han Purple. HEX triplet: 31, 18 and FF. RGB value is (49,24,255). Sum of RGB (Red+Green+Blue) = 49+24+255=328 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.94% from 328); Green value is 24 (9.77% from 255 or 7.32% from 328); Blue value is 255 (100% from 255 or 77.74% from 328); Max value from RGB is 255 - color contains mainly: blue. Hex color #3118FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3118FF is #CEE700. Grayscale: #383838. Windows color (decimal): -13559553 or 16717873. OLE color: 16717873.
HSL color Cylindrical-coordinate representation of color #3118FF: hue angle of 246.49º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3118FF is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 24 | 255 | - |
| CMYK | 0.81 | 0.91 | 0 | 0 |
| HSL | 246.49º | 1% | 0.55% | - |
| HSV(B) | 246.49º | 0.91% | 1% | - |
| XYZ | 19.64 | 8.53 | 95.22 | - |
| YUV | 57.81 | 239.28 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 24 | 255 | 0.81 | 0.91 | 0 | 0 | 246.49 | 1 | 0.55 |
| Hex | 31 | 18 | FF | 51 | 5B | 0 | 0 | F6 | 64 | 37 |
| Octal | 61 | 30 | 377 | 121 | 133 | 0 | 0 | 366 | 144 | 67 |
| Binary | 110001 | 11000 | 11111111 | 1010001 | 1011011 | 0 | 0 | 11110110 | 1100100 | 110111 |
Color Harmonies of #3118FF
Complementary color
Monochromatic Colors of #3118FF
Black with #3118FF
Text Example
Text Example
White with #3118FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3118FF; }
p { color: rgb(49,24,255); }
H1.HeaderClassName
{
color: #3118FF;
}
.AnyTagClassName
{
color: #3118FF;
}
</style>
background-color css
<style>
a { background-color: #3118FF; }
a { background-color: rgb(49,24,255); }
div.DivClassName
{
background-color: #3118FF;
}
.BgClassName
{
background-color: #3118FF;
}
</style>
border-color css
<style>
span { border-color: #3118FF; }
span { border-color: rgb(49,24,255); }
td.TdClassName
{
border-color: #3118FF;
}
.TagClassName
{
border-color: #3118FF;
}
</style>