Shades of Han Purple #3900CF
Tints of Han Purple #3900CF
RGB
CMYK
RGB Variations
Color information
#3900CF (or 0x3900CF) is known color: Han Purple. HEX triplet: 39, 00 and CF. RGB value is (57,0,207). Sum of RGB (Red+Green+Blue) = 57+0+207=264 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.59% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 207 (81.25% from 255 or 78.41% from 264); Max value from RGB is 207 - color contains mainly: blue. Hex color #3900CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3900CF is #C6FF30. Grayscale: #272727. Windows color (decimal): -13041457 or 13566009. OLE color: 13566009.
HSL color Cylindrical-coordinate representation of color #3900CF: hue angle of 256.52º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3900CF is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 0 | 207 | - |
| CMYK | 0.72 | 1 | 0 | 0.19 |
| HSL | 256.52º | 1% | 0.41% | - |
| HSV(B) | 256.52º | 1% | 0.81% | - |
| XYZ | 12.95 | 5.37 | 59.39 | - |
| YUV | 40.64 | 221.88 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 0 | 207 | 0.72 | 1 | 0 | 0.19 | 256.52 | 1 | 0.41 |
| Hex | 39 | 0 | CF | 48 | 64 | 0 | 13 | 101 | 64 | 29 |
| Octal | 71 | 0 | 317 | 110 | 144 | 0 | 23 | 401 | 144 | 51 |
| Binary | 111001 | 0 | 11001111 | 1001000 | 1100100 | 0 | 10011 | 100000001 | 1100100 | 101001 |
Color Harmonies of #3900CF
Complementary color
Monochromatic Colors of #3900CF
Black with #3900CF
Text Example
Text Example
White with #3900CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3900CF; }
p { color: rgb(57,0,207); }
H1.HeaderClassName
{
color: #3900CF;
}
.AnyTagClassName
{
color: #3900CF;
}
</style>
background-color css
<style>
a { background-color: #3900CF; }
a { background-color: rgb(57,0,207); }
div.DivClassName
{
background-color: #3900CF;
}
.BgClassName
{
background-color: #3900CF;
}
</style>
border-color css
<style>
span { border-color: #3900CF; }
span { border-color: rgb(57,0,207); }
td.TdClassName
{
border-color: #3900CF;
}
.TagClassName
{
border-color: #3900CF;
}
</style>