Shades of Han Purple #3118EB
Tints of Han Purple #3118EB
RGB
CMYK
RGB Variations
Color information
#3118EB (or 0x3118EB) is known color: Han Purple. HEX triplet: 31, 18 and EB. RGB value is (49,24,235). Sum of RGB (Red+Green+Blue) = 49+24+235=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 235 (92.19% from 255 or 76.30% from 308); Max value from RGB is 235 - color contains mainly: blue. Hex color #3118EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3118EB is #CEE714. Grayscale: #363636. Windows color (decimal): -13559573 or 15407153. OLE color: 15407153.
HSL color Cylindrical-coordinate representation of color #3118EB: hue angle of 247.11º 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 #3118EB is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 24 | 235 | - |
| CMYK | 0.79 | 0.90 | 0 | 0.08 |
| HSL | 247.11º | 0.84% | 0.51% | - |
| HSV(B) | 247.11º | 0.9% | 0.92% | - |
| XYZ | 16.59 | 7.3 | 79.13 | - |
| YUV | 55.53 | 229.28 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 24 | 235 | 0.79 | 0.90 | 0 | 0.08 | 247.11 | 0.84 | 0.51 |
| Hex | 31 | 18 | EB | 4F | 5A | 0 | 8 | F7 | 54 | 33 |
| Octal | 61 | 30 | 353 | 117 | 132 | 0 | 10 | 367 | 124 | 63 |
| Binary | 110001 | 11000 | 11101011 | 1001111 | 1011010 | 0 | 1000 | 11110111 | 1010100 | 110011 |
Color Harmonies of #3118EB
Complementary color
Monochromatic Colors of #3118EB
Black with #3118EB
Text Example
Text Example
White with #3118EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3118EB; }
p { color: rgb(49,24,235); }
H1.HeaderClassName
{
color: #3118EB;
}
.AnyTagClassName
{
color: #3118EB;
}
</style>
background-color css
<style>
a { background-color: #3118EB; }
a { background-color: rgb(49,24,235); }
div.DivClassName
{
background-color: #3118EB;
}
.BgClassName
{
background-color: #3118EB;
}
</style>
border-color css
<style>
span { border-color: #3118EB; }
span { border-color: rgb(49,24,235); }
td.TdClassName
{
border-color: #3118EB;
}
.TagClassName
{
border-color: #3118EB;
}
</style>