Shades of Han Purple #3D19FF
Tints of Han Purple #3D19FF
RGB
CMYK
RGB Variations
Color information
#3D19FF (or 0x3D19FF) is known color: Han Purple. HEX triplet: 3D, 19 and FF. RGB value is (61,25,255). Sum of RGB (Red+Green+Blue) = 61+25+255=341 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.89% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 255 (100% from 255 or 74.78% from 341); Max value from RGB is 255 - color contains mainly: blue. Hex color #3D19FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3D19FF is #C2E600. Grayscale: #3D3D3D. Windows color (decimal): -12772865 or 16718141. OLE color: 16718141.
HSL color Cylindrical-coordinate representation of color #3D19FF: hue angle of 249.39º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3D19FF is Cyan = 0.76, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 25 | 255 | - |
| CMYK | 0.76 | 0.90 | 0 | 0 |
| HSL | 249.39º | 1% | 0.55% | - |
| HSV(B) | 249.39º | 0.9% | 1% | - |
| XYZ | 20.32 | 8.91 | 95.26 | - |
| YUV | 61.98 | 236.93 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 25 | 255 | 0.76 | 0.90 | 0 | 0 | 249.39 | 1 | 0.55 |
| Hex | 3D | 19 | FF | 4C | 5A | 0 | 0 | F9 | 64 | 37 |
| Octal | 75 | 31 | 377 | 114 | 132 | 0 | 0 | 371 | 144 | 67 |
| Binary | 111101 | 11001 | 11111111 | 1001100 | 1011010 | 0 | 0 | 11111001 | 1100100 | 110111 |
Color Harmonies of #3D19FF
Complementary color
Monochromatic Colors of #3D19FF
Black with #3D19FF
Text Example
Text Example
White with #3D19FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D19FF; }
p { color: rgb(61,25,255); }
H1.HeaderClassName
{
color: #3D19FF;
}
.AnyTagClassName
{
color: #3D19FF;
}
</style>
background-color css
<style>
a { background-color: #3D19FF; }
a { background-color: rgb(61,25,255); }
div.DivClassName
{
background-color: #3D19FF;
}
.BgClassName
{
background-color: #3D19FF;
}
</style>
border-color css
<style>
span { border-color: #3D19FF; }
span { border-color: rgb(61,25,255); }
td.TdClassName
{
border-color: #3D19FF;
}
.TagClassName
{
border-color: #3D19FF;
}
</style>