Shades of Han Purple #3915DC
Tints of Han Purple #3915DC
RGB
CMYK
RGB Variations
Color information
#3915DC (or 0x3915DC) is known color: Han Purple. HEX triplet: 39, 15 and DC. RGB value is (57,21,220). Sum of RGB (Red+Green+Blue) = 57+21+220=298 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.13% from 298); Green value is 21 (8.59% from 255 or 7.05% from 298); Blue value is 220 (86.33% from 255 or 73.83% from 298); Max value from RGB is 220 - color contains mainly: blue. Hex color #3915DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3915DC is #C6EA23. Grayscale: #353535. Windows color (decimal): -13036068 or 14423353. OLE color: 14423353.
HSL color Cylindrical-coordinate representation of color #3915DC: hue angle of 250.85º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3915DC is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 21 | 220 | - |
| CMYK | 0.74 | 0.90 | 0 | 0.14 |
| HSL | 250.85º | 0.83% | 0.47% | - |
| HSV(B) | 250.85º | 0.9% | 0.86% | - |
| XYZ | 14.87 | 6.57 | 68.2 | - |
| YUV | 54.45 | 221.43 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 21 | 220 | 0.74 | 0.90 | 0 | 0.14 | 250.85 | 0.83 | 0.47 |
| Hex | 39 | 15 | DC | 4A | 5A | 0 | E | FB | 53 | 2F |
| Octal | 71 | 25 | 334 | 112 | 132 | 0 | 16 | 373 | 123 | 57 |
| Binary | 111001 | 10101 | 11011100 | 1001010 | 1011010 | 0 | 1110 | 11111011 | 1010011 | 101111 |
Color Harmonies of #3915DC
Complementary color
Monochromatic Colors of #3915DC
Black with #3915DC
Text Example
Text Example
White with #3915DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3915DC; }
p { color: rgb(57,21,220); }
H1.HeaderClassName
{
color: #3915DC;
}
.AnyTagClassName
{
color: #3915DC;
}
</style>
background-color css
<style>
a { background-color: #3915DC; }
a { background-color: rgb(57,21,220); }
div.DivClassName
{
background-color: #3915DC;
}
.BgClassName
{
background-color: #3915DC;
}
</style>
border-color css
<style>
span { border-color: #3915DC; }
span { border-color: rgb(57,21,220); }
td.TdClassName
{
border-color: #3915DC;
}
.TagClassName
{
border-color: #3915DC;
}
</style>