Shades of Han Purple #3921D0
Tints of Han Purple #3921D0
RGB
CMYK
RGB Variations
Color information
#3921D0 (or 0x3921D0) is known color: Han Purple. HEX triplet: 39, 21 and D0. RGB value is (57,33,208). Sum of RGB (Red+Green+Blue) = 57+33+208=298 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.13% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 208 (81.64% from 255 or 69.80% from 298); Max value from RGB is 208 - color contains mainly: blue. Hex color #3921D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3921D0 is #C6DE2F. Grayscale: #3B3B3B. Windows color (decimal): -13033008 or 13639993. OLE color: 13639993.
HSL color Cylindrical-coordinate representation of color #3921D0: hue angle of 248.23º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3921D0 is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 57 | 33 | 208 | - |
| CMYK | 0.73 | 0.84 | 0 | 0.18 |
| HSL | 248.23º | 0.73% | 0.47% | - |
| HSV(B) | 248.23º | 0.84% | 0.82% | - |
| XYZ | 13.62 | 6.51 | 60.21 | - |
| YUV | 60.13 | 211.45 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 33 | 208 | 0.73 | 0.84 | 0 | 0.18 | 248.23 | 0.73 | 0.47 |
| Hex | 39 | 21 | D0 | 49 | 54 | 0 | 12 | F8 | 49 | 2F |
| Octal | 71 | 41 | 320 | 111 | 124 | 0 | 22 | 370 | 111 | 57 |
| Binary | 111001 | 100001 | 11010000 | 1001001 | 1010100 | 0 | 10010 | 11111000 | 1001001 | 101111 |
Color Harmonies of #3921D0
Complementary color
Monochromatic Colors of #3921D0
Black with #3921D0
Text Example
Text Example
White with #3921D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3921D0; }
p { color: rgb(57,33,208); }
H1.HeaderClassName
{
color: #3921D0;
}
.AnyTagClassName
{
color: #3921D0;
}
</style>
background-color css
<style>
a { background-color: #3921D0; }
a { background-color: rgb(57,33,208); }
div.DivClassName
{
background-color: #3921D0;
}
.BgClassName
{
background-color: #3921D0;
}
</style>
border-color css
<style>
span { border-color: #3921D0; }
span { border-color: rgb(57,33,208); }
td.TdClassName
{
border-color: #3921D0;
}
.TagClassName
{
border-color: #3921D0;
}
</style>