Shades of Han Purple #4D2BF3
Tints of Han Purple #4D2BF3
RGB
CMYK
RGB Variations
Color information
#4D2BF3 (or 0x4D2BF3) is known color: Han Purple. HEX triplet: 4D, 2B and F3. RGB value is (77,43,243). Sum of RGB (Red+Green+Blue) = 77+43+243=363 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.21% from 363); Green value is 43 (17.19% from 255 or 11.85% from 363); Blue value is 243 (95.31% from 255 or 66.94% from 363); Max value from RGB is 243 - color contains mainly: blue. Hex color #4D2BF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D2BF3 is #B2D40C. Grayscale: #4B4B4B. Windows color (decimal): -11719693 or 15936333. OLE color: 15936333.
HSL color Cylindrical-coordinate representation of color #4D2BF3: hue angle of 250.2º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D2BF3 is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 43 | 243 | - |
| CMYK | 0.68 | 0.82 | 0 | 0.05 |
| HSL | 250.2º | 0.89% | 0.56% | - |
| HSV(B) | 250.2º | 0.82% | 0.95% | - |
| XYZ | 20.1 | 9.78 | 85.62 | - |
| YUV | 75.97 | 222.26 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 43 | 243 | 0.68 | 0.82 | 0 | 0.05 | 250.2 | 0.89 | 0.56 |
| Hex | 4D | 2B | F3 | 44 | 52 | 0 | 5 | FA | 59 | 38 |
| Octal | 115 | 53 | 363 | 104 | 122 | 0 | 5 | 372 | 131 | 70 |
| Binary | 1001101 | 101011 | 11110011 | 1000100 | 1010010 | 0 | 101 | 11111010 | 1011001 | 111000 |
Color Harmonies of #4D2BF3
Complementary color
Monochromatic Colors of #4D2BF3
Black with #4D2BF3
Text Example
Text Example
White with #4D2BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2BF3; }
p { color: rgb(77,43,243); }
H1.HeaderClassName
{
color: #4D2BF3;
}
.AnyTagClassName
{
color: #4D2BF3;
}
</style>
background-color css
<style>
a { background-color: #4D2BF3; }
a { background-color: rgb(77,43,243); }
div.DivClassName
{
background-color: #4D2BF3;
}
.BgClassName
{
background-color: #4D2BF3;
}
</style>
border-color css
<style>
span { border-color: #4D2BF3; }
span { border-color: rgb(77,43,243); }
td.TdClassName
{
border-color: #4D2BF3;
}
.TagClassName
{
border-color: #4D2BF3;
}
</style>