Shades of Han Purple #3D0FDF
Tints of Han Purple #3D0FDF
RGB
CMYK
RGB Variations
Color information
#3D0FDF (or 0x3D0FDF) is known color: Han Purple. HEX triplet: 3D, 0F and DF. RGB value is (61,15,223). Sum of RGB (Red+Green+Blue) = 61+15+223=299 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.40% from 299); Green value is 15 (6.25% from 255 or 5.02% from 299); Blue value is 223 (87.5% from 255 or 74.58% from 299); Max value from RGB is 223 - color contains mainly: blue. Hex color #3D0FDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D0FDF is #C2F020. Grayscale: #333333. Windows color (decimal): -12775457 or 14618429. OLE color: 14618429.
HSL color Cylindrical-coordinate representation of color #3D0FDF: hue angle of 253.27º 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 #3D0FDF is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 15 | 223 | - |
| CMYK | 0.73 | 0.93 | 0 | 0.13 |
| HSL | 253.27º | 0.87% | 0.47% | - |
| HSV(B) | 253.27º | 0.93% | 0.87% | - |
| XYZ | 15.41 | 6.66 | 70.29 | - |
| YUV | 52.47 | 224.24 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 15 | 223 | 0.73 | 0.93 | 0 | 0.13 | 253.27 | 0.87 | 0.47 |
| Hex | 3D | F | DF | 49 | 5D | 0 | D | FD | 57 | 2F |
| Octal | 75 | 17 | 337 | 111 | 135 | 0 | 15 | 375 | 127 | 57 |
| Binary | 111101 | 1111 | 11011111 | 1001001 | 1011101 | 0 | 1101 | 11111101 | 1010111 | 101111 |
Color Harmonies of #3D0FDF
Complementary color
Monochromatic Colors of #3D0FDF
Black with #3D0FDF
Text Example
Text Example
White with #3D0FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0FDF; }
p { color: rgb(61,15,223); }
H1.HeaderClassName
{
color: #3D0FDF;
}
.AnyTagClassName
{
color: #3D0FDF;
}
</style>
background-color css
<style>
a { background-color: #3D0FDF; }
a { background-color: rgb(61,15,223); }
div.DivClassName
{
background-color: #3D0FDF;
}
.BgClassName
{
background-color: #3D0FDF;
}
</style>
border-color css
<style>
span { border-color: #3D0FDF; }
span { border-color: rgb(61,15,223); }
td.TdClassName
{
border-color: #3D0FDF;
}
.TagClassName
{
border-color: #3D0FDF;
}
</style>