Shades of Han Purple #3D1EF0
Tints of Han Purple #3D1EF0
RGB
CMYK
RGB Variations
Color information
#3D1EF0 (or 0x3D1EF0) is known color: Han Purple. HEX triplet: 3D, 1E and F0. RGB value is (61,30,240). Sum of RGB (Red+Green+Blue) = 61+30+240=331 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.43% from 331); Green value is 30 (12.11% from 255 or 9.06% from 331); Blue value is 240 (94.14% from 255 or 72.51% from 331); Max value from RGB is 240 - color contains mainly: blue. Hex color #3D1EF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D1EF0 is #C2E10F. Grayscale: #3E3E3E. Windows color (decimal): -12771600 or 15736381. OLE color: 15736381.
HSL color Cylindrical-coordinate representation of color #3D1EF0: hue angle of 248.86º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3D1EF0 is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 30 | 240 | - |
| CMYK | 0.75 | 0.87 | 0 | 0.06 |
| HSL | 248.86º | 0.88% | 0.53% | - |
| HSV(B) | 248.86º | 0.88% | 0.94% | - |
| XYZ | 18.12 | 8.21 | 83.07 | - |
| YUV | 63.21 | 227.77 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 30 | 240 | 0.75 | 0.87 | 0 | 0.06 | 248.86 | 0.88 | 0.53 |
| Hex | 3D | 1E | F0 | 4B | 57 | 0 | 6 | F9 | 58 | 35 |
| Octal | 75 | 36 | 360 | 113 | 127 | 0 | 6 | 371 | 130 | 65 |
| Binary | 111101 | 11110 | 11110000 | 1001011 | 1010111 | 0 | 110 | 11111001 | 1011000 | 110101 |
Color Harmonies of #3D1EF0
Complementary color
Monochromatic Colors of #3D1EF0
Black with #3D1EF0
Text Example
Text Example
White with #3D1EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1EF0; }
p { color: rgb(61,30,240); }
H1.HeaderClassName
{
color: #3D1EF0;
}
.AnyTagClassName
{
color: #3D1EF0;
}
</style>
background-color css
<style>
a { background-color: #3D1EF0; }
a { background-color: rgb(61,30,240); }
div.DivClassName
{
background-color: #3D1EF0;
}
.BgClassName
{
background-color: #3D1EF0;
}
</style>
border-color css
<style>
span { border-color: #3D1EF0; }
span { border-color: rgb(61,30,240); }
td.TdClassName
{
border-color: #3D1EF0;
}
.TagClassName
{
border-color: #3D1EF0;
}
</style>