Shades of Han Purple #3D10DF
Tints of Han Purple #3D10DF
RGB
CMYK
RGB Variations
Color information
#3D10DF (or 0x3D10DF) is known color: Han Purple. HEX triplet: 3D, 10 and DF. RGB value is (61,16,223). Sum of RGB (Red+Green+Blue) = 61+16+223=300 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.33% from 300); Green value is 16 (6.64% from 255 or 5.33% from 300); Blue value is 223 (87.5% from 255 or 74.33% from 300); Max value from RGB is 223 - color contains mainly: blue. Hex color #3D10DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D10DF is #C2EF20. Grayscale: #343434. Windows color (decimal): -12775201 or 14618685. OLE color: 14618685.
HSL color Cylindrical-coordinate representation of color #3D10DF: hue angle of 253.04º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3D10DF is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 16 | 223 | - |
| CMYK | 0.73 | 0.93 | 0 | 0.13 |
| HSL | 253.04º | 0.87% | 0.47% | - |
| HSV(B) | 253.04º | 0.93% | 0.87% | - |
| XYZ | 15.43 | 6.69 | 70.29 | - |
| YUV | 53.05 | 223.91 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 16 | 223 | 0.73 | 0.93 | 0 | 0.13 | 253.04 | 0.87 | 0.47 |
| Hex | 3D | 10 | DF | 49 | 5D | 0 | D | FD | 57 | 2F |
| Octal | 75 | 20 | 337 | 111 | 135 | 0 | 15 | 375 | 127 | 57 |
| Binary | 111101 | 10000 | 11011111 | 1001001 | 1011101 | 0 | 1101 | 11111101 | 1010111 | 101111 |
Color Harmonies of #3D10DF
Complementary color
Monochromatic Colors of #3D10DF
Black with #3D10DF
Text Example
Text Example
White with #3D10DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D10DF; }
p { color: rgb(61,16,223); }
H1.HeaderClassName
{
color: #3D10DF;
}
.AnyTagClassName
{
color: #3D10DF;
}
</style>
background-color css
<style>
a { background-color: #3D10DF; }
a { background-color: rgb(61,16,223); }
div.DivClassName
{
background-color: #3D10DF;
}
.BgClassName
{
background-color: #3D10DF;
}
</style>
border-color css
<style>
span { border-color: #3D10DF; }
span { border-color: rgb(61,16,223); }
td.TdClassName
{
border-color: #3D10DF;
}
.TagClassName
{
border-color: #3D10DF;
}
</style>