Shades of Han Purple #3D19D9
Tints of Han Purple #3D19D9
RGB
CMYK
RGB Variations
Color information
#3D19D9 (or 0x3D19D9) is known color: Han Purple. HEX triplet: 3D, 19 and D9. RGB value is (61,25,217). Sum of RGB (Red+Green+Blue) = 61+25+217=303 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.13% from 303); Green value is 25 (10.16% from 255 or 8.25% from 303); Blue value is 217 (85.16% from 255 or 71.62% from 303); Max value from RGB is 217 - color contains mainly: blue. Hex color #3D19D9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D19D9 is #C2E626. Grayscale: #383838. Windows color (decimal): -12772903 or 14227773. OLE color: 14227773.
HSL color Cylindrical-coordinate representation of color #3D19D9: hue angle of 251.25º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3D19D9 is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 25 | 217 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.15 |
| HSL | 251.25º | 0.79% | 0.47% | - |
| HSV(B) | 251.25º | 0.88% | 0.85% | - |
| XYZ | 14.8 | 6.7 | 66.16 | - |
| YUV | 57.65 | 217.93 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 25 | 217 | 0.72 | 0.88 | 0 | 0.15 | 251.25 | 0.79 | 0.47 |
| Hex | 3D | 19 | D9 | 48 | 58 | 0 | F | FB | 4F | 2F |
| Octal | 75 | 31 | 331 | 110 | 130 | 0 | 17 | 373 | 117 | 57 |
| Binary | 111101 | 11001 | 11011001 | 1001000 | 1011000 | 0 | 1111 | 11111011 | 1001111 | 101111 |
Color Harmonies of #3D19D9
Complementary color
Monochromatic Colors of #3D19D9
Black with #3D19D9
Text Example
Text Example
White with #3D19D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D19D9; }
p { color: rgb(61,25,217); }
H1.HeaderClassName
{
color: #3D19D9;
}
.AnyTagClassName
{
color: #3D19D9;
}
</style>
background-color css
<style>
a { background-color: #3D19D9; }
a { background-color: rgb(61,25,217); }
div.DivClassName
{
background-color: #3D19D9;
}
.BgClassName
{
background-color: #3D19D9;
}
</style>
border-color css
<style>
span { border-color: #3D19D9; }
span { border-color: rgb(61,25,217); }
td.TdClassName
{
border-color: #3D19D9;
}
.TagClassName
{
border-color: #3D19D9;
}
</style>