Shades of Han Purple #3117EB
Tints of Han Purple #3117EB
RGB
CMYK
RGB Variations
Color information
#3117EB (or 0x3117EB) is known color: Han Purple. HEX triplet: 31, 17 and EB. RGB value is (49,23,235). Sum of RGB (Red+Green+Blue) = 49+23+235=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 235 (92.19% from 255 or 76.55% from 307); Max value from RGB is 235 - color contains mainly: blue. Hex color #3117EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3117EB is #CEE814. Grayscale: #363636. Windows color (decimal): -13559829 or 15406897. OLE color: 15406897.
HSL color Cylindrical-coordinate representation of color #3117EB: hue angle of 247.36º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3117EB is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 23 | 235 | - |
| CMYK | 0.79 | 0.90 | 0 | 0.08 |
| HSL | 247.36º | 0.84% | 0.51% | - |
| HSV(B) | 247.36º | 0.9% | 0.92% | - |
| XYZ | 16.57 | 7.26 | 79.13 | - |
| YUV | 54.94 | 229.61 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 23 | 235 | 0.79 | 0.90 | 0 | 0.08 | 247.36 | 0.84 | 0.51 |
| Hex | 31 | 17 | EB | 4F | 5A | 0 | 8 | F7 | 54 | 33 |
| Octal | 61 | 27 | 353 | 117 | 132 | 0 | 10 | 367 | 124 | 63 |
| Binary | 110001 | 10111 | 11101011 | 1001111 | 1011010 | 0 | 1000 | 11110111 | 1010100 | 110011 |
Color Harmonies of #3117EB
Complementary color
Monochromatic Colors of #3117EB
Black with #3117EB
Text Example
Text Example
White with #3117EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3117EB; }
p { color: rgb(49,23,235); }
H1.HeaderClassName
{
color: #3117EB;
}
.AnyTagClassName
{
color: #3117EB;
}
</style>
background-color css
<style>
a { background-color: #3117EB; }
a { background-color: rgb(49,23,235); }
div.DivClassName
{
background-color: #3117EB;
}
.BgClassName
{
background-color: #3117EB;
}
</style>
border-color css
<style>
span { border-color: #3117EB; }
span { border-color: rgb(49,23,235); }
td.TdClassName
{
border-color: #3117EB;
}
.TagClassName
{
border-color: #3117EB;
}
</style>