Shades of Han Purple #3904DB
Tints of Han Purple #3904DB
RGB
CMYK
RGB Variations
Color information
#3904DB (or 0x3904DB) is known color: Han Purple. HEX triplet: 39, 04 and DB. RGB value is (57,4,219). Sum of RGB (Red+Green+Blue) = 57+4+219=280 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.36% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 219 (85.94% from 255 or 78.21% from 280); Max value from RGB is 219 - color contains mainly: blue. Hex color #3904DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3904DB is #C6FB24. Grayscale: #2B2B2B. Windows color (decimal): -13040421 or 14353465. OLE color: 14353465.
HSL color Cylindrical-coordinate representation of color #3904DB: hue angle of 254.79º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3904DB is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 4 | 219 | - |
| CMYK | 0.74 | 0.98 | 0 | 0.14 |
| HSL | 254.79º | 0.96% | 0.44% | - |
| HSV(B) | 254.79º | 0.98% | 0.86% | - |
| XYZ | 14.52 | 6.07 | 67.42 | - |
| YUV | 44.36 | 226.56 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 4 | 219 | 0.74 | 0.98 | 0 | 0.14 | 254.79 | 0.96 | 0.44 |
| Hex | 39 | 4 | DB | 4A | 62 | 0 | E | FF | 60 | 2C |
| Octal | 71 | 4 | 333 | 112 | 142 | 0 | 16 | 377 | 140 | 54 |
| Binary | 111001 | 100 | 11011011 | 1001010 | 1100010 | 0 | 1110 | 11111111 | 1100000 | 101100 |
Color Harmonies of #3904DB
Complementary color
Monochromatic Colors of #3904DB
Black with #3904DB
Text Example
Text Example
White with #3904DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3904DB; }
p { color: rgb(57,4,219); }
H1.HeaderClassName
{
color: #3904DB;
}
.AnyTagClassName
{
color: #3904DB;
}
</style>
background-color css
<style>
a { background-color: #3904DB; }
a { background-color: rgb(57,4,219); }
div.DivClassName
{
background-color: #3904DB;
}
.BgClassName
{
background-color: #3904DB;
}
</style>
border-color css
<style>
span { border-color: #3904DB; }
span { border-color: rgb(57,4,219); }
td.TdClassName
{
border-color: #3904DB;
}
.TagClassName
{
border-color: #3904DB;
}
</style>