Shades of Han Purple #3D2EF3
Tints of Han Purple #3D2EF3
RGB
CMYK
RGB Variations
Color information
#3D2EF3 (or 0x3D2EF3) is known color: Han Purple. HEX triplet: 3D, 2E and F3. RGB value is (61,46,243). Sum of RGB (Red+Green+Blue) = 61+46+243=350 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.43% from 350); Green value is 46 (18.36% from 255 or 13.14% from 350); Blue value is 243 (95.31% from 255 or 69.43% from 350); Max value from RGB is 243 - color contains mainly: blue. Hex color #3D2EF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D2EF3 is #C2D10C. Grayscale: #484848. Windows color (decimal): -12767501 or 15937085. OLE color: 15937085.
HSL color Cylindrical-coordinate representation of color #3D2EF3: hue angle of 244.57º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3D2EF3 is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 46 | 243 | - |
| CMYK | 0.75 | 0.81 | 0 | 0.05 |
| HSL | 244.57º | 0.89% | 0.57% | - |
| HSV(B) | 244.57º | 0.81% | 0.95% | - |
| XYZ | 19.08 | 9.42 | 85.61 | - |
| YUV | 72.94 | 223.97 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 46 | 243 | 0.75 | 0.81 | 0 | 0.05 | 244.57 | 0.89 | 0.57 |
| Hex | 3D | 2E | F3 | 4B | 51 | 0 | 5 | F5 | 59 | 39 |
| Octal | 75 | 56 | 363 | 113 | 121 | 0 | 5 | 365 | 131 | 71 |
| Binary | 111101 | 101110 | 11110011 | 1001011 | 1010001 | 0 | 101 | 11110101 | 1011001 | 111001 |
Color Harmonies of #3D2EF3
Complementary color
Monochromatic Colors of #3D2EF3
Black with #3D2EF3
Text Example
Text Example
White with #3D2EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2EF3; }
p { color: rgb(61,46,243); }
H1.HeaderClassName
{
color: #3D2EF3;
}
.AnyTagClassName
{
color: #3D2EF3;
}
</style>
background-color css
<style>
a { background-color: #3D2EF3; }
a { background-color: rgb(61,46,243); }
div.DivClassName
{
background-color: #3D2EF3;
}
.BgClassName
{
background-color: #3D2EF3;
}
</style>
border-color css
<style>
span { border-color: #3D2EF3; }
span { border-color: rgb(61,46,243); }
td.TdClassName
{
border-color: #3D2EF3;
}
.TagClassName
{
border-color: #3D2EF3;
}
</style>