Shades of Han Purple #3921FF
Tints of Han Purple #3921FF
RGB
CMYK
RGB Variations
Color information
#3921FF (or 0x3921FF) is known color: Han Purple. HEX triplet: 39, 21 and FF. RGB value is (57,33,255). Sum of RGB (Red+Green+Blue) = 57+33+255=345 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.52% from 345); Green value is 33 (13.28% from 255 or 9.57% from 345); Blue value is 255 (100% from 255 or 73.91% from 345); Max value from RGB is 255 - color contains mainly: blue. Hex color #3921FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3921FF is #C6DE00. Grayscale: #404040. Windows color (decimal): -13032961 or 16720185. OLE color: 16720185.
HSL color Cylindrical-coordinate representation of color #3921FF: hue angle of 246.49º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3921FF is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 33 | 255 | - |
| CMYK | 0.78 | 0.87 | 0 | 0 |
| HSL | 246.49º | 1% | 0.56% | - |
| HSV(B) | 246.49º | 0.87% | 1% | - |
| XYZ | 20.28 | 9.18 | 95.31 | - |
| YUV | 65.48 | 234.95 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 33 | 255 | 0.78 | 0.87 | 0 | 0 | 246.49 | 1 | 0.56 |
| Hex | 39 | 21 | FF | 4E | 57 | 0 | 0 | F6 | 64 | 38 |
| Octal | 71 | 41 | 377 | 116 | 127 | 0 | 0 | 366 | 144 | 70 |
| Binary | 111001 | 100001 | 11111111 | 1001110 | 1010111 | 0 | 0 | 11110110 | 1100100 | 111000 |
Color Harmonies of #3921FF
Complementary color
Monochromatic Colors of #3921FF
Black with #3921FF
Text Example
Text Example
White with #3921FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3921FF; }
p { color: rgb(57,33,255); }
H1.HeaderClassName
{
color: #3921FF;
}
.AnyTagClassName
{
color: #3921FF;
}
</style>
background-color css
<style>
a { background-color: #3921FF; }
a { background-color: rgb(57,33,255); }
div.DivClassName
{
background-color: #3921FF;
}
.BgClassName
{
background-color: #3921FF;
}
</style>
border-color css
<style>
span { border-color: #3921FF; }
span { border-color: rgb(57,33,255); }
td.TdClassName
{
border-color: #3921FF;
}
.TagClassName
{
border-color: #3921FF;
}
</style>