Shades of Han Purple #3118DA
Tints of Han Purple #3118DA
RGB
CMYK
RGB Variations
Color information
#3118DA (or 0x3118DA) is known color: Han Purple. HEX triplet: 31, 18 and DA. RGB value is (49,24,218). Sum of RGB (Red+Green+Blue) = 49+24+218=291 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.84% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 218 (85.55% from 255 or 74.91% from 291); Max value from RGB is 218 - color contains mainly: blue. Hex color #3118DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3118DA is #CEE725. Grayscale: #343434. Windows color (decimal): -13559590 or 14293041. OLE color: 14293041.
HSL color Cylindrical-coordinate representation of color #3118DA: hue angle of 247.73º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3118DA is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 24 | 218 | - |
| CMYK | 0.78 | 0.89 | 0 | 0.15 |
| HSL | 247.73º | 0.8% | 0.47% | - |
| HSV(B) | 247.73º | 0.89% | 0.85% | - |
| XYZ | 14.25 | 6.37 | 66.81 | - |
| YUV | 53.59 | 220.78 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 24 | 218 | 0.78 | 0.89 | 0 | 0.15 | 247.73 | 0.8 | 0.47 |
| Hex | 31 | 18 | DA | 4E | 59 | 0 | F | F8 | 50 | 2F |
| Octal | 61 | 30 | 332 | 116 | 131 | 0 | 17 | 370 | 120 | 57 |
| Binary | 110001 | 11000 | 11011010 | 1001110 | 1011001 | 0 | 1111 | 11111000 | 1010000 | 101111 |
Color Harmonies of #3118DA
Complementary color
Monochromatic Colors of #3118DA
Black with #3118DA
Text Example
Text Example
White with #3118DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3118DA; }
p { color: rgb(49,24,218); }
H1.HeaderClassName
{
color: #3118DA;
}
.AnyTagClassName
{
color: #3118DA;
}
</style>
background-color css
<style>
a { background-color: #3118DA; }
a { background-color: rgb(49,24,218); }
div.DivClassName
{
background-color: #3118DA;
}
.BgClassName
{
background-color: #3118DA;
}
</style>
border-color css
<style>
span { border-color: #3118DA; }
span { border-color: rgb(49,24,218); }
td.TdClassName
{
border-color: #3118DA;
}
.TagClassName
{
border-color: #3118DA;
}
</style>