Shades of Han Purple #3900DD
Tints of Han Purple #3900DD
RGB
CMYK
RGB Variations
Color information
#3900DD (or 0x3900DD) is known color: Han Purple. HEX triplet: 39, 00 and DD. RGB value is (57,0,221). Sum of RGB (Red+Green+Blue) = 57+0+221=278 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.50% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 221 (86.72% from 255 or 79.50% from 278); Max value from RGB is 221 - color contains mainly: blue. Hex color #3900DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3900DD is #C6FF22. Grayscale: #292929. Windows color (decimal): -13041443 or 14483513. OLE color: 14483513.
HSL color Cylindrical-coordinate representation of color #3900DD: hue angle of 255.48º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3900DD is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 0 | 221 | - |
| CMYK | 0.74 | 1 | 0 | 0.13 |
| HSL | 255.48º | 1% | 0.43% | - |
| HSV(B) | 255.48º | 1% | 0.87% | - |
| XYZ | 14.74 | 6.09 | 68.81 | - |
| YUV | 42.24 | 228.88 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 0 | 221 | 0.74 | 1 | 0 | 0.13 | 255.48 | 1 | 0.43 |
| Hex | 39 | 0 | DD | 4A | 64 | 0 | D | FF | 64 | 2B |
| Octal | 71 | 0 | 335 | 112 | 144 | 0 | 15 | 377 | 144 | 53 |
| Binary | 111001 | 0 | 11011101 | 1001010 | 1100100 | 0 | 1101 | 11111111 | 1100100 | 101011 |
Color Harmonies of #3900DD
Complementary color
Monochromatic Colors of #3900DD
Black with #3900DD
Text Example
Text Example
White with #3900DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3900DD; }
p { color: rgb(57,0,221); }
H1.HeaderClassName
{
color: #3900DD;
}
.AnyTagClassName
{
color: #3900DD;
}
</style>
background-color css
<style>
a { background-color: #3900DD; }
a { background-color: rgb(57,0,221); }
div.DivClassName
{
background-color: #3900DD;
}
.BgClassName
{
background-color: #3900DD;
}
</style>
border-color css
<style>
span { border-color: #3900DD; }
span { border-color: rgb(57,0,221); }
td.TdClassName
{
border-color: #3900DD;
}
.TagClassName
{
border-color: #3900DD;
}
</style>