Shades of Han Purple #4D2DFA
Tints of Han Purple #4D2DFA
RGB
CMYK
RGB Variations
Color information
#4D2DFA (or 0x4D2DFA) is known color: Han Purple. HEX triplet: 4D, 2D and FA. RGB value is (77,45,250). Sum of RGB (Red+Green+Blue) = 77+45+250=372 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.70% from 372); Green value is 45 (17.97% from 255 or 12.10% from 372); Blue value is 250 (98.05% from 255 or 67.20% from 372); Max value from RGB is 250 - color contains mainly: blue. Hex color #4D2DFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D2DFA is #B2D205. Grayscale: #4D4D4D. Windows color (decimal): -11719174 or 16395597. OLE color: 16395597.
HSL color Cylindrical-coordinate representation of color #4D2DFA: hue angle of 249.37º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D2DFA is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 45 | 250 | - |
| CMYK | 0.69 | 0.82 | 0 | 0.02 |
| HSL | 249.37º | 0.95% | 0.58% | - |
| HSV(B) | 249.37º | 0.82% | 0.98% | - |
| XYZ | 21.25 | 10.36 | 91.32 | - |
| YUV | 77.94 | 225.1 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 45 | 250 | 0.69 | 0.82 | 0 | 0.02 | 249.37 | 0.95 | 0.58 |
| Hex | 4D | 2D | FA | 45 | 52 | 0 | 2 | F9 | 5F | 3A |
| Octal | 115 | 55 | 372 | 105 | 122 | 0 | 2 | 371 | 137 | 72 |
| Binary | 1001101 | 101101 | 11111010 | 1000101 | 1010010 | 0 | 10 | 11111001 | 1011111 | 111010 |
Color Harmonies of #4D2DFA
Complementary color
Monochromatic Colors of #4D2DFA
Black with #4D2DFA
Text Example
Text Example
White with #4D2DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2DFA; }
p { color: rgb(77,45,250); }
H1.HeaderClassName
{
color: #4D2DFA;
}
.AnyTagClassName
{
color: #4D2DFA;
}
</style>
background-color css
<style>
a { background-color: #4D2DFA; }
a { background-color: rgb(77,45,250); }
div.DivClassName
{
background-color: #4D2DFA;
}
.BgClassName
{
background-color: #4D2DFA;
}
</style>
border-color css
<style>
span { border-color: #4D2DFA; }
span { border-color: rgb(77,45,250); }
td.TdClassName
{
border-color: #4D2DFA;
}
.TagClassName
{
border-color: #4D2DFA;
}
</style>