Shades of Han Purple #3724F1
Tints of Han Purple #3724F1
RGB
CMYK
RGB Variations
Color information
#3724F1 (or 0x3724F1) is known color: Han Purple. HEX triplet: 37, 24 and F1. RGB value is (55,36,241). Sum of RGB (Red+Green+Blue) = 55+36+241=332 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.57% from 332); Green value is 36 (14.45% from 255 or 10.84% from 332); Blue value is 241 (94.53% from 255 or 72.59% from 332); Max value from RGB is 241 - color contains mainly: blue. Hex color #3724F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3724F1 is #C8DB0E. Grayscale: #404040. Windows color (decimal): -13163279 or 15803447. OLE color: 15803447.
HSL color Cylindrical-coordinate representation of color #3724F1: hue angle of 245.56º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3724F1 is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 36 | 241 | - |
| CMYK | 0.77 | 0.85 | 0 | 0.05 |
| HSL | 245.56º | 0.88% | 0.54% | - |
| HSV(B) | 245.56º | 0.85% | 0.95% | - |
| XYZ | 18.08 | 8.42 | 83.89 | - |
| YUV | 65.05 | 227.29 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 36 | 241 | 0.77 | 0.85 | 0 | 0.05 | 245.56 | 0.88 | 0.54 |
| Hex | 37 | 24 | F1 | 4D | 55 | 0 | 5 | F6 | 58 | 36 |
| Octal | 67 | 44 | 361 | 115 | 125 | 0 | 5 | 366 | 130 | 66 |
| Binary | 110111 | 100100 | 11110001 | 1001101 | 1010101 | 0 | 101 | 11110110 | 1011000 | 110110 |
Color Harmonies of #3724F1
Complementary color
Monochromatic Colors of #3724F1
Black with #3724F1
Text Example
Text Example
White with #3724F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3724F1; }
p { color: rgb(55,36,241); }
H1.HeaderClassName
{
color: #3724F1;
}
.AnyTagClassName
{
color: #3724F1;
}
</style>
background-color css
<style>
a { background-color: #3724F1; }
a { background-color: rgb(55,36,241); }
div.DivClassName
{
background-color: #3724F1;
}
.BgClassName
{
background-color: #3724F1;
}
</style>
border-color css
<style>
span { border-color: #3724F1; }
span { border-color: rgb(55,36,241); }
td.TdClassName
{
border-color: #3724F1;
}
.TagClassName
{
border-color: #3724F1;
}
</style>