Shades of Han Purple #3904D1
Tints of Han Purple #3904D1
RGB
CMYK
RGB Variations
Color information
#3904D1 (or 0x3904D1) is known color: Han Purple. HEX triplet: 39, 04 and D1. RGB value is (57,4,209). Sum of RGB (Red+Green+Blue) = 57+4+209=270 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.11% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 209 (82.03% from 255 or 77.41% from 270); Max value from RGB is 209 - color contains mainly: blue. Hex color #3904D1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3904D1 is #C6FB2E. Grayscale: #2A2A2A. Windows color (decimal): -13040431 or 13698105. OLE color: 13698105.
HSL color Cylindrical-coordinate representation of color #3904D1: hue angle of 255.51º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3904D1 is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 57 | 4 | 209 | - |
| CMYK | 0.73 | 0.98 | 0 | 0.18 |
| HSL | 255.51º | 0.96% | 0.42% | - |
| HSV(B) | 255.51º | 0.98% | 0.82% | - |
| XYZ | 13.24 | 5.56 | 60.7 | - |
| YUV | 43.22 | 221.56 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 4 | 209 | 0.73 | 0.98 | 0 | 0.18 | 255.51 | 0.96 | 0.42 |
| Hex | 39 | 4 | D1 | 49 | 62 | 0 | 12 | 100 | 60 | 2A |
| Octal | 71 | 4 | 321 | 111 | 142 | 0 | 22 | 400 | 140 | 52 |
| Binary | 111001 | 100 | 11010001 | 1001001 | 1100010 | 0 | 10010 | 100000000 | 1100000 | 101010 |
Color Harmonies of #3904D1
Complementary color
Monochromatic Colors of #3904D1
Black with #3904D1
Text Example
Text Example
White with #3904D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3904D1; }
p { color: rgb(57,4,209); }
H1.HeaderClassName
{
color: #3904D1;
}
.AnyTagClassName
{
color: #3904D1;
}
</style>
background-color css
<style>
a { background-color: #3904D1; }
a { background-color: rgb(57,4,209); }
div.DivClassName
{
background-color: #3904D1;
}
.BgClassName
{
background-color: #3904D1;
}
</style>
border-color css
<style>
span { border-color: #3904D1; }
span { border-color: rgb(57,4,209); }
td.TdClassName
{
border-color: #3904D1;
}
.TagClassName
{
border-color: #3904D1;
}
</style>