Shades of Han Purple #3124F3
Tints of Han Purple #3124F3
RGB
CMYK
RGB Variations
Color information
#3124F3 (or 0x3124F3) is known color: Han Purple. HEX triplet: 31, 24 and F3. RGB value is (49,36,243). Sum of RGB (Red+Green+Blue) = 49+36+243=328 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.94% from 328); Green value is 36 (14.45% from 255 or 10.98% from 328); Blue value is 243 (95.31% from 255 or 74.09% from 328); Max value from RGB is 243 - color contains mainly: blue. Hex color #3124F3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3124F3 is #CEDB0C. Grayscale: #3E3E3E. Windows color (decimal): -13556493 or 15934513. OLE color: 15934513.
HSL color Cylindrical-coordinate representation of color #3124F3: hue angle of 243.77º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3124F3 is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 36 | 243 | - |
| CMYK | 0.80 | 0.85 | 0 | 0.05 |
| HSL | 243.77º | 0.9% | 0.55% | - |
| HSV(B) | 243.77º | 0.85% | 0.95% | - |
| XYZ | 18.08 | 8.39 | 85.46 | - |
| YUV | 63.49 | 229.31 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 36 | 243 | 0.80 | 0.85 | 0 | 0.05 | 243.77 | 0.9 | 0.55 |
| Hex | 31 | 24 | F3 | 50 | 55 | 0 | 5 | F4 | 5A | 37 |
| Octal | 61 | 44 | 363 | 120 | 125 | 0 | 5 | 364 | 132 | 67 |
| Binary | 110001 | 100100 | 11110011 | 1010000 | 1010101 | 0 | 101 | 11110100 | 1011010 | 110111 |
Color Harmonies of #3124F3
Complementary color
Monochromatic Colors of #3124F3
Black with #3124F3
Text Example
Text Example
White with #3124F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3124F3; }
p { color: rgb(49,36,243); }
H1.HeaderClassName
{
color: #3124F3;
}
.AnyTagClassName
{
color: #3124F3;
}
</style>
background-color css
<style>
a { background-color: #3124F3; }
a { background-color: rgb(49,36,243); }
div.DivClassName
{
background-color: #3124F3;
}
.BgClassName
{
background-color: #3124F3;
}
</style>
border-color css
<style>
span { border-color: #3124F3; }
span { border-color: rgb(49,36,243); }
td.TdClassName
{
border-color: #3124F3;
}
.TagClassName
{
border-color: #3124F3;
}
</style>