Shades of Han Purple #3921EB
Tints of Han Purple #3921EB
RGB
CMYK
RGB Variations
Color information
#3921EB (or 0x3921EB) is known color: Han Purple. HEX triplet: 39, 21 and EB. RGB value is (57,33,235). Sum of RGB (Red+Green+Blue) = 57+33+235=325 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.54% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 235 (92.19% from 255 or 72.31% from 325); Max value from RGB is 235 - color contains mainly: blue. Hex color #3921EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3921EB is #C6DE14. Grayscale: #3E3E3E. Windows color (decimal): -13032981 or 15409465. OLE color: 15409465.
HSL color Cylindrical-coordinate representation of color #3921EB: hue angle of 247.13º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3921EB is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 57 | 33 | 235 | - |
| CMYK | 0.76 | 0.86 | 0 | 0.08 |
| HSL | 247.13º | 0.83% | 0.53% | - |
| HSV(B) | 247.13º | 0.86% | 0.92% | - |
| XYZ | 17.23 | 7.96 | 79.22 | - |
| YUV | 63.2 | 224.95 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 33 | 235 | 0.76 | 0.86 | 0 | 0.08 | 247.13 | 0.83 | 0.53 |
| Hex | 39 | 21 | EB | 4C | 56 | 0 | 8 | F7 | 53 | 35 |
| Octal | 71 | 41 | 353 | 114 | 126 | 0 | 10 | 367 | 123 | 65 |
| Binary | 111001 | 100001 | 11101011 | 1001100 | 1010110 | 0 | 1000 | 11110111 | 1010011 | 110101 |
Color Harmonies of #3921EB
Complementary color
Monochromatic Colors of #3921EB
Black with #3921EB
Text Example
Text Example
White with #3921EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3921EB; }
p { color: rgb(57,33,235); }
H1.HeaderClassName
{
color: #3921EB;
}
.AnyTagClassName
{
color: #3921EB;
}
</style>
background-color css
<style>
a { background-color: #3921EB; }
a { background-color: rgb(57,33,235); }
div.DivClassName
{
background-color: #3921EB;
}
.BgClassName
{
background-color: #3921EB;
}
</style>
border-color css
<style>
span { border-color: #3921EB; }
span { border-color: rgb(57,33,235); }
td.TdClassName
{
border-color: #3921EB;
}
.TagClassName
{
border-color: #3921EB;
}
</style>