Shades of Han Purple #3D0DF1
Tints of Han Purple #3D0DF1
RGB
CMYK
RGB Variations
Color information
#3D0DF1 (or 0x3D0DF1) is known color: Han Purple. HEX triplet: 3D, 0D and F1. RGB value is (61,13,241). Sum of RGB (Red+Green+Blue) = 61+13+241=315 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.37% from 315); Green value is 13 (5.47% from 255 or 4.13% from 315); Blue value is 241 (94.53% from 255 or 76.51% from 315); Max value from RGB is 241 - color contains mainly: blue. Hex color #3D0DF1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3D0DF1 is #C2F20E. Grayscale: #343434. Windows color (decimal): -12775951 or 15797565. OLE color: 15797565.
HSL color Cylindrical-coordinate representation of color #3D0DF1: hue angle of 252.63º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3D0DF1 is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 13 | 241 | - |
| CMYK | 0.75 | 0.95 | 0 | 0.05 |
| HSL | 252.63º | 0.9% | 0.5% | - |
| HSV(B) | 252.63º | 0.95% | 0.95% | - |
| XYZ | 17.95 | 7.63 | 83.75 | - |
| YUV | 53.34 | 233.9 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 13 | 241 | 0.75 | 0.95 | 0 | 0.05 | 252.63 | 0.9 | 0.5 |
| Hex | 3D | D | F1 | 4B | 5F | 0 | 5 | FD | 5A | 32 |
| Octal | 75 | 15 | 361 | 113 | 137 | 0 | 5 | 375 | 132 | 62 |
| Binary | 111101 | 1101 | 11110001 | 1001011 | 1011111 | 0 | 101 | 11111101 | 1011010 | 110010 |
Color Harmonies of #3D0DF1
Complementary color
Monochromatic Colors of #3D0DF1
Black with #3D0DF1
Text Example
Text Example
White with #3D0DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0DF1; }
p { color: rgb(61,13,241); }
H1.HeaderClassName
{
color: #3D0DF1;
}
.AnyTagClassName
{
color: #3D0DF1;
}
</style>
background-color css
<style>
a { background-color: #3D0DF1; }
a { background-color: rgb(61,13,241); }
div.DivClassName
{
background-color: #3D0DF1;
}
.BgClassName
{
background-color: #3D0DF1;
}
</style>
border-color css
<style>
span { border-color: #3D0DF1; }
span { border-color: rgb(61,13,241); }
td.TdClassName
{
border-color: #3D0DF1;
}
.TagClassName
{
border-color: #3D0DF1;
}
</style>