Shades of Han Purple #3921FB
Tints of Han Purple #3921FB
RGB
CMYK
RGB Variations
Color information
#3921FB (or 0x3921FB) is known color: Han Purple. HEX triplet: 39, 21 and FB. RGB value is (57,33,251). Sum of RGB (Red+Green+Blue) = 57+33+251=341 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.72% from 341); Green value is 33 (13.28% from 255 or 9.68% from 341); Blue value is 251 (98.44% from 255 or 73.61% from 341); Max value from RGB is 251 - color contains mainly: blue. Hex color #3921FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3921FB is #C6DE04. Grayscale: #404040. Windows color (decimal): -13032965 or 16458041. OLE color: 16458041.
HSL color Cylindrical-coordinate representation of color #3921FB: hue angle of 246.61º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3921FB is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 57 | 33 | 251 | - |
| CMYK | 0.77 | 0.87 | 0 | 0.02 |
| HSL | 246.61º | 0.96% | 0.56% | - |
| HSV(B) | 246.61º | 0.87% | 0.98% | - |
| XYZ | 19.64 | 8.92 | 91.95 | - |
| YUV | 65.03 | 232.95 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 33 | 251 | 0.77 | 0.87 | 0 | 0.02 | 246.61 | 0.96 | 0.56 |
| Hex | 39 | 21 | FB | 4D | 57 | 0 | 2 | F7 | 60 | 38 |
| Octal | 71 | 41 | 373 | 115 | 127 | 0 | 2 | 367 | 140 | 70 |
| Binary | 111001 | 100001 | 11111011 | 1001101 | 1010111 | 0 | 10 | 11110111 | 1100000 | 111000 |
Color Harmonies of #3921FB
Complementary color
Monochromatic Colors of #3921FB
Black with #3921FB
Text Example
Text Example
White with #3921FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3921FB; }
p { color: rgb(57,33,251); }
H1.HeaderClassName
{
color: #3921FB;
}
.AnyTagClassName
{
color: #3921FB;
}
</style>
background-color css
<style>
a { background-color: #3921FB; }
a { background-color: rgb(57,33,251); }
div.DivClassName
{
background-color: #3921FB;
}
.BgClassName
{
background-color: #3921FB;
}
</style>
border-color css
<style>
span { border-color: #3921FB; }
span { border-color: rgb(57,33,251); }
td.TdClassName
{
border-color: #3921FB;
}
.TagClassName
{
border-color: #3921FB;
}
</style>