Shades of Han Purple #3904CF
Tints of Han Purple #3904CF
RGB
CMYK
RGB Variations
Color information
#3904CF (or 0x3904CF) is known color: Han Purple. HEX triplet: 39, 04 and CF. RGB value is (57,4,207). Sum of RGB (Red+Green+Blue) = 57+4+207=268 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.27% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 207 (81.25% from 255 or 77.24% from 268); Max value from RGB is 207 - color contains mainly: blue. Hex color #3904CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3904CF is #C6FB30. Grayscale: #2A2A2A. Windows color (decimal): -13040433 or 13567033. OLE color: 13567033.
HSL color Cylindrical-coordinate representation of color #3904CF: hue angle of 255.67º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3904CF is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 4 | 207 | - |
| CMYK | 0.72 | 0.98 | 0 | 0.19 |
| HSL | 255.67º | 0.96% | 0.41% | - |
| HSV(B) | 255.67º | 0.98% | 0.81% | - |
| XYZ | 12.99 | 5.46 | 59.4 | - |
| YUV | 42.99 | 220.56 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 4 | 207 | 0.72 | 0.98 | 0 | 0.19 | 255.67 | 0.96 | 0.41 |
| Hex | 39 | 4 | CF | 48 | 62 | 0 | 13 | 100 | 60 | 29 |
| Octal | 71 | 4 | 317 | 110 | 142 | 0 | 23 | 400 | 140 | 51 |
| Binary | 111001 | 100 | 11001111 | 1001000 | 1100010 | 0 | 10011 | 100000000 | 1100000 | 101001 |
Color Harmonies of #3904CF
Complementary color
Monochromatic Colors of #3904CF
Black with #3904CF
Text Example
Text Example
White with #3904CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3904CF; }
p { color: rgb(57,4,207); }
H1.HeaderClassName
{
color: #3904CF;
}
.AnyTagClassName
{
color: #3904CF;
}
</style>
background-color css
<style>
a { background-color: #3904CF; }
a { background-color: rgb(57,4,207); }
div.DivClassName
{
background-color: #3904CF;
}
.BgClassName
{
background-color: #3904CF;
}
</style>
border-color css
<style>
span { border-color: #3904CF; }
span { border-color: rgb(57,4,207); }
td.TdClassName
{
border-color: #3904CF;
}
.TagClassName
{
border-color: #3904CF;
}
</style>