Shades of Han Purple #3D1DFF
Tints of Han Purple #3D1DFF
RGB
CMYK
RGB Variations
Color information
#3D1DFF (or 0x3D1DFF) is known color: Han Purple. HEX triplet: 3D, 1D and FF. RGB value is (61,29,255). Sum of RGB (Red+Green+Blue) = 61+29+255=345 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.68% from 345); Green value is 29 (11.72% from 255 or 8.41% from 345); Blue value is 255 (100% from 255 or 73.91% from 345); Max value from RGB is 255 - color contains mainly: blue. Hex color #3D1DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D1DFF is #C2E200. Grayscale: #3F3F3F. Windows color (decimal): -12771841 or 16719165. OLE color: 16719165.
HSL color Cylindrical-coordinate representation of color #3D1DFF: hue angle of 248.5º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3D1DFF is Cyan = 0.76, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 29 | 255 | - |
| CMYK | 0.76 | 0.89 | 0 | 0 |
| HSL | 248.5º | 1% | 0.56% | - |
| HSV(B) | 248.5º | 0.89% | 1% | - |
| XYZ | 20.41 | 9.09 | 95.29 | - |
| YUV | 64.33 | 235.6 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 29 | 255 | 0.76 | 0.89 | 0 | 0 | 248.5 | 1 | 0.56 |
| Hex | 3D | 1D | FF | 4C | 59 | 0 | 0 | F8 | 64 | 38 |
| Octal | 75 | 35 | 377 | 114 | 131 | 0 | 0 | 370 | 144 | 70 |
| Binary | 111101 | 11101 | 11111111 | 1001100 | 1011001 | 0 | 0 | 11111000 | 1100100 | 111000 |
Color Harmonies of #3D1DFF
Complementary color
Monochromatic Colors of #3D1DFF
Black with #3D1DFF
Text Example
Text Example
White with #3D1DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1DFF; }
p { color: rgb(61,29,255); }
H1.HeaderClassName
{
color: #3D1DFF;
}
.AnyTagClassName
{
color: #3D1DFF;
}
</style>
background-color css
<style>
a { background-color: #3D1DFF; }
a { background-color: rgb(61,29,255); }
div.DivClassName
{
background-color: #3D1DFF;
}
.BgClassName
{
background-color: #3D1DFF;
}
</style>
border-color css
<style>
span { border-color: #3D1DFF; }
span { border-color: rgb(61,29,255); }
td.TdClassName
{
border-color: #3D1DFF;
}
.TagClassName
{
border-color: #3D1DFF;
}
</style>