Html Css Color HEX #4D2DF2 Han Purple

📋 copy color: '#4D2DF2'

red 77 ◦ green 45 ◦ blue 242

#4D2DF2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #4D2DF2

Tints of Han Purple #4D2DF2

RGB

 RED value IS 77 (30.47% from 255) = 21.15%

 GREEN value IS 45 (17.97% from 255) = 12.36%

 BLUE value IS 242 (94.92% from 255) = 66.48%

R = 21.15%
G = 12.36%
B = 66.48%

CMYK

 C value IS 0.68

 M value IS 0.81

 Y value IS 0

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4D2DF2 (or 0x4D2DF2) is known color: Han Purple. HEX triplet: 4D, 2D and F2. RGB value is (77,45,242). Sum of RGB (Red+Green+Blue) = 77+45+242=364 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.15% from 364); Green value is 45 (17.97% from 255 or 12.36% from 364); Blue value is 242 (94.92% from 255 or 66.48% from 364); Max value from RGB is 242 - color contains mainly: blue. Hex color #4D2DF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D2DF2 is #B2D20D. Grayscale: #4C4C4C. Windows color (decimal): -11719182 or 15871309. OLE color: 15871309.

HSL color Cylindrical-coordinate representation of color #4D2DF2: hue angle of 249.75º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D2DF2 is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 77 45 242 -
CMYK 0.68 0.81 0 0.05
HSL 249.75º 0.88% 0.56% -
HSV(B) 249.75º 0.81% 0.95% -
XYZ 20.03 9.87 84.85 -
YUV 77.03 221.1 127.98 -
System Red Green Blue C M Y K H S L
Decimal 77 45 242 0.68 0.81 0 0.05 249.75 0.88 0.56
Hex 4D 2D F2 44 51 0 5 FA 58 38
Octal 115 55 362 104 121 0 5 372 130 70
Binary 1001101 101101 11110010 1000100 1010001 0 101 11111010 1011000 111000

Color Harmonies of #4D2DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2DF2

Black with #4D2DF2

Text Example


Text Example

White with #4D2DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D2DF2; }

 p { color: rgb(77,45,242); }

 H1.HeaderClassName
 {
   color: #4D2DF2;
 }
 .AnyTagClassName
 {
   color: #4D2DF2;
 }
</style>

background-color css

<style>
 a { background-color: #4D2DF2; }

 a { background-color: rgb(77,45,242); }

 div.DivClassName
 {
   background-color: #4D2DF2;
 }
 .BgClassName
 {
   background-color: #4D2DF2;
 }
</style>

border-color css

<style>
 span { border-color: #4D2DF2; }

 span { border-color: rgb(77,45,242); }

 td.TdClassName
 {
   border-color: #4D2DF2;
 }
 .TagClassName
 {
   border-color: #4D2DF2;
 }
</style>