Shades of Han Purple #3900D7
Tints of Han Purple #3900D7
RGB
CMYK
RGB Variations
Color information
#3900D7 (or 0x3900D7) is known color: Han Purple. HEX triplet: 39, 00 and D7. RGB value is (57,0,215). Sum of RGB (Red+Green+Blue) = 57+0+215=272 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.96% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 215 (84.38% from 255 or 79.04% from 272); Max value from RGB is 215 - color contains mainly: blue. Hex color #3900D7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3900D7 is #C6FF28. Grayscale: #282828. Windows color (decimal): -13041449 or 14090297. OLE color: 14090297.
HSL color Cylindrical-coordinate representation of color #3900D7: hue angle of 255.91º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3900D7 is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 57 | 0 | 215 | - |
| CMYK | 0.73 | 1 | 0 | 0.16 |
| HSL | 255.91º | 1% | 0.42% | - |
| HSV(B) | 255.91º | 1% | 0.84% | - |
| XYZ | 13.95 | 5.78 | 64.67 | - |
| YUV | 41.55 | 225.88 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 0 | 215 | 0.73 | 1 | 0 | 0.16 | 255.91 | 1 | 0.42 |
| Hex | 39 | 0 | D7 | 49 | 64 | 0 | 10 | 100 | 64 | 2A |
| Octal | 71 | 0 | 327 | 111 | 144 | 0 | 20 | 400 | 144 | 52 |
| Binary | 111001 | 0 | 11010111 | 1001001 | 1100100 | 0 | 10000 | 100000000 | 1100100 | 101010 |
Color Harmonies of #3900D7
Complementary color
Monochromatic Colors of #3900D7
Black with #3900D7
Text Example
Text Example
White with #3900D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3900D7; }
p { color: rgb(57,0,215); }
H1.HeaderClassName
{
color: #3900D7;
}
.AnyTagClassName
{
color: #3900D7;
}
</style>
background-color css
<style>
a { background-color: #3900D7; }
a { background-color: rgb(57,0,215); }
div.DivClassName
{
background-color: #3900D7;
}
.BgClassName
{
background-color: #3900D7;
}
</style>
border-color css
<style>
span { border-color: #3900D7; }
span { border-color: rgb(57,0,215); }
td.TdClassName
{
border-color: #3900D7;
}
.TagClassName
{
border-color: #3900D7;
}
</style>